Skip to content

Commit

Permalink
lang/erlang-java: Update to version 24.0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
olgeni authored and dch committed Sep 30, 2021
1 parent 8c7f732 commit 16e9c98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions lang/erlang-java/Makefile
@@ -1,6 +1,6 @@
PORTNAME= erlang
DISTVERSIONPREFIX= OTP-
DISTVERSION= 21.3.8.24
DISTVERSION= 24.0.6
PORTEPOCH= 1
CATEGORIES= lang parallel java
PKGNAMESUFFIX= -java
Expand All @@ -24,7 +24,7 @@ MAKE_JOBS_UNSAFE= yes

PLIST_SUB= APP_VERSION=${APP_VERSION}

APP_VERSION= 1.9.1
APP_VERSION= 1.12
APP_DIR= ${PREFIX}/lib/erlang/lib/jinterface-${APP_VERSION}

CONFIGURE_ARGS+= --enable-threads \
Expand All @@ -37,7 +37,6 @@ pre-configure:
@if [ ! $$(${CAT} ${WRKSRC}/lib/jinterface/vsn.mk | ${GREP} -E "JINTERFACE_VSN *=" | ${CUT} -w -f3) = ${APP_VERSION} ]; then \
${ECHO_MSG} "===> APP_VERSION (${APP_VERSION}) in Makefile does not match value in lib/jinterface/vsn.mk"; exit 1; \
fi
@cd ${WRKSRC} && ./otp_build autoconf

do-build:
@${MKDIR} ${WRKSRC}/lib/jinterface/ebin
Expand Down
6 changes: 3 additions & 3 deletions lang/erlang-java/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1622539066
SHA256 (erlang/erlang-otp-OTP-21.3.8.24_GH0.tar.gz) = 90017fe0b844cf3ba7dc9faf7f6f690050f3138f3d3f7532a9343174f5f9febc
SIZE (erlang/erlang-otp-OTP-21.3.8.24_GH0.tar.gz) = 54104215
TIMESTAMP = 1631549148
SHA256 (erlang/erlang-otp-OTP-24.0.6_GH0.tar.gz) = a60a7d776a4573e2018d6fad6df957e3911ecbce5f11497a8ec537f613aca0a1
SIZE (erlang/erlang-otp-OTP-24.0.6_GH0.tar.gz) = 58894872

0 comments on commit 16e9c98

Please sign in to comment.