diff options
author | olgeni <olgeni@FreeBSD.org> | 2015-12-22 22:08:21 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2015-12-22 22:08:21 +0800 |
commit | b274e96b83c50766f3994b80d2ea1f01df15dbf3 (patch) | |
tree | 92bacfd85c33ead035f574933f98295ca5db6298 /lang/erlang-runtime17 | |
parent | 098ea16dc4c7fa0c50d644d1de71a83830d014b2 (diff) | |
download | freebsd-ports-gnome-b274e96b83c50766f3994b80d2ea1f01df15dbf3.tar.gz freebsd-ports-gnome-b274e96b83c50766f3994b80d2ea1f01df15dbf3.tar.zst freebsd-ports-gnome-b274e96b83c50766f3994b80d2ea1f01df15dbf3.zip |
Upgrade lang/erlang-runtime17 to version 17.5.6.7.
Diffstat (limited to 'lang/erlang-runtime17')
-rw-r--r-- | lang/erlang-runtime17/Makefile | 7 | ||||
-rw-r--r-- | lang/erlang-runtime17/distinfo | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/lang/erlang-runtime17/Makefile b/lang/erlang-runtime17/Makefile index fbdc3f27bffb..23242e1de08e 100644 --- a/lang/erlang-runtime17/Makefile +++ b/lang/erlang-runtime17/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 17.5.6.6 +PORTVERSION= 17.5.6.7 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -19,7 +19,8 @@ PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ PATCHFILES= patch-otp-17.5.1 patch-otp-17.5.2 patch-otp-17.5.3 \ patch-otp-17.5.4 patch-otp-17.5.5 patch-otp-17.5.6 \ patch-otp-17.5.6.1 patch-otp-17.5.6.2 patch-otp-17.5.6.3 \ - patch-otp-17.5.6.4 patch-otp-17.5.6.5 patch-otp-17.5.6.6 + patch-otp-17.5.6.4 patch-otp-17.5.6.5 patch-otp-17.5.6.6 \ + patch-otp-17.5.6.7 MAINTAINER= olgeni@FreeBSD.org COMMENT= Functional programming language from Ericsson @@ -216,7 +217,7 @@ post-install: ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/common_test-1.10 ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/diameter-1.9/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/diameter-1.9.2.1 + ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/diameter-1.9.2.2 ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/diameter-1.9 ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/debugger-4.0.3/* \ diff --git a/lang/erlang-runtime17/distinfo b/lang/erlang-runtime17/distinfo index 3b889900c10c..c4e93c62935d 100644 --- a/lang/erlang-runtime17/distinfo +++ b/lang/erlang-runtime17/distinfo @@ -28,3 +28,5 @@ SHA256 (erlang/patch-otp-17.5.6.5) = 270501a8ab836456aeddf2601996601b3b7f040dc36 SIZE (erlang/patch-otp-17.5.6.5) = 16967 SHA256 (erlang/patch-otp-17.5.6.6) = 53125e68a9a8530e1eaa6451a0849b8b458d40b6611ded9c1cae2936166f65bf SIZE (erlang/patch-otp-17.5.6.6) = 5252 +SHA256 (erlang/patch-otp-17.5.6.7) = cd40675b3d75b0a92617c4ebdc361af420a3eb9af00b851a47bd36a223af0f0a +SIZE (erlang/patch-otp-17.5.6.7) = 25609 |