diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2019-04-12 13:28:49 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2019-04-12 13:28:49 +0000 |
commit | 1a934f828dd9ed021d6273c92ab6a91ccdee926f (patch) | |
tree | 9a15e9e2bb479fafd4ebf9b3214178e7ec6966d9 /lang/erlang-runtime21 | |
parent | b82d6f704b44b6fe08f29e4b03662130d73394c7 (diff) |
Notes
Diffstat (limited to 'lang/erlang-runtime21')
-rw-r--r-- | lang/erlang-runtime21/Makefile | 5 | ||||
-rw-r--r-- | lang/erlang-runtime21/distinfo | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/lang/erlang-runtime21/Makefile b/lang/erlang-runtime21/Makefile index b348a4ae4735..f797f5fbbd84 100644 --- a/lang/erlang-runtime21/Makefile +++ b/lang/erlang-runtime21/Makefile @@ -3,7 +3,7 @@ PORTNAME= erlang DISTVERSIONPREFIX= OTP- -DISTVERSION= 21.3.3 +DISTVERSION= 21.3.4 # NB when bumping OTP versions also bump PORTREVISION in databases/couchdb2 CATEGORIES= lang parallel java PKGNAMESUFFIX= -runtime21 @@ -127,6 +127,9 @@ post-install-OPENSSL-off: ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/ssl-* post-install-WX-off: + ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/debugger-* + ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/et-* + ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/observer-* ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/wx-* post-stage: diff --git a/lang/erlang-runtime21/distinfo b/lang/erlang-runtime21/distinfo index 7f58b70ed9d8..ac035dd4c05d 100644 --- a/lang/erlang-runtime21/distinfo +++ b/lang/erlang-runtime21/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1554131181 -SHA256 (erlang/erlang-otp-OTP-21.3.3_GH0.tar.gz) = c56d6c736163e93ee3edab0b3ae59209cfd751f0d8078a7ca83d63942202b706 -SIZE (erlang/erlang-otp-OTP-21.3.3_GH0.tar.gz) = 54025876 +TIMESTAMP = 1555074740 +SHA256 (erlang/erlang-otp-OTP-21.3.4_GH0.tar.gz) = 1af7c01e80d04423c14449fcb7c5f3b11e0375fe42d01b088ccef4cbcb733c3a +SIZE (erlang/erlang-otp-OTP-21.3.4_GH0.tar.gz) = 54022783 |