aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2015-11-13 11:45:37 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2015-11-13 11:45:37 +0000
commit879168474c7c90ecd6726fd6e014090ce1bb0648 (patch)
tree4269484d6e5a7575b48b38aabd4b77edea28d932 /lang
parent63f533268cfab9e9b33c0227640edd60fa55fda5 (diff)
downloadports-879168474c7c90ecd6726fd6e014090ce1bb0648.tar.gz
ports-879168474c7c90ecd6726fd6e014090ce1bb0648.zip
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/erlang-java/Makefile5
-rw-r--r--lang/erlang-java/distinfo2
-rw-r--r--lang/erlang-runtime18/Makefile7
-rw-r--r--lang/erlang-runtime18/distinfo2
-rw-r--r--lang/erlang-wx/Makefile5
-rw-r--r--lang/erlang-wx/distinfo2
-rw-r--r--lang/erlang/Makefile7
-rw-r--r--lang/erlang/distinfo2
8 files changed, 22 insertions, 10 deletions
diff --git a/lang/erlang-java/Makefile b/lang/erlang-java/Makefile
index 1c50dd0cf6f6..50b7999e6561 100644
--- a/lang/erlang-java/Makefile
+++ b/lang/erlang-java/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= erlang
-PORTVERSION= 18.1.3
+PORTVERSION= 18.1.4
CATEGORIES= lang parallel java
MASTER_SITES= http://www.erlang.org/download/:erlangorg \
http://erlang.stacken.kth.se/download/:erlangorg \
@@ -14,7 +14,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \
LOCAL/olgeni
-PATCHFILES= patch-otp-18.1.1 patch-otp-18.1.2 patch-otp-18.1.3
+PATCHFILES= patch-otp-18.1.1 patch-otp-18.1.2 patch-otp-18.1.3 \
+ patch-otp-18.1.4
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Erlang interface for Java
diff --git a/lang/erlang-java/distinfo b/lang/erlang-java/distinfo
index 785dc9803959..8f6771659806 100644
--- a/lang/erlang-java/distinfo
+++ b/lang/erlang-java/distinfo
@@ -8,3 +8,5 @@ SHA256 (erlang/patch-otp-18.1.2) = de5a6d5eb14bf5d239cf59df23268b5905765e4f150e2
SIZE (erlang/patch-otp-18.1.2) = 12029
SHA256 (erlang/patch-otp-18.1.3) = 29d67813861f1f63bce6d6d01aedab0d42dcc466fbb38af20371ad6b8212f912
SIZE (erlang/patch-otp-18.1.3) = 6623
+SHA256 (erlang/patch-otp-18.1.4) = be8ca13919fed93ec6e0398cf814d60fec2f732301864fd45a178c1657776fc9
+SIZE (erlang/patch-otp-18.1.4) = 60708
diff --git a/lang/erlang-runtime18/Makefile b/lang/erlang-runtime18/Makefile
index 4eeec8938cad..0f6f20bc7793 100644
--- a/lang/erlang-runtime18/Makefile
+++ b/lang/erlang-runtime18/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= erlang
-PORTVERSION= 18.1.3
+PORTVERSION= 18.1.4
CATEGORIES= lang parallel java
MASTER_SITES= http://www.erlang.org/download/:erlangorg \
http://erlang.stacken.kth.se/download/:erlangorg \
@@ -16,7 +16,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \
LOCAL/olgeni
-PATCHFILES= patch-otp-18.1.1 patch-otp-18.1.2 patch-otp-18.1.3
+PATCHFILES= patch-otp-18.1.1 patch-otp-18.1.2 patch-otp-18.1.3 \
+ patch-otp-18.1.4
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Functional programming language from Ericsson
@@ -200,7 +201,7 @@ post-install:
-C ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}
${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-6.0.1/* \
- ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-6.0.2
+ ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-6.0.3
${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-6.0.1
${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/mnesia-4.13.1/* \
diff --git a/lang/erlang-runtime18/distinfo b/lang/erlang-runtime18/distinfo
index 3066183a6a20..db7fd9f48e32 100644
--- a/lang/erlang-runtime18/distinfo
+++ b/lang/erlang-runtime18/distinfo
@@ -10,3 +10,5 @@ SHA256 (erlang/patch-otp-18.1.2) = de5a6d5eb14bf5d239cf59df23268b5905765e4f150e2
SIZE (erlang/patch-otp-18.1.2) = 12029
SHA256 (erlang/patch-otp-18.1.3) = 29d67813861f1f63bce6d6d01aedab0d42dcc466fbb38af20371ad6b8212f912
SIZE (erlang/patch-otp-18.1.3) = 6623
+SHA256 (erlang/patch-otp-18.1.4) = be8ca13919fed93ec6e0398cf814d60fec2f732301864fd45a178c1657776fc9
+SIZE (erlang/patch-otp-18.1.4) = 60708
diff --git a/lang/erlang-wx/Makefile b/lang/erlang-wx/Makefile
index 65d650b4aebe..267bf38db17f 100644
--- a/lang/erlang-wx/Makefile
+++ b/lang/erlang-wx/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= erlang
-PORTVERSION= 18.1.3
+PORTVERSION= 18.1.4
CATEGORIES= lang parallel
MASTER_SITES= http://www.erlang.org/download/:erlangorg \
http://erlang.stacken.kth.se/download/:erlangorg \
@@ -14,7 +14,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \
LOCAL/olgeni
-PATCHFILES= patch-otp-18.1.1 patch-otp-18.1.2 patch-otp-18.1.3
+PATCHFILES= patch-otp-18.1.1 patch-otp-18.1.2 patch-otp-18.1.3 \
+ patch-otp-18.1.4
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Erlang bindings for wxWindows
diff --git a/lang/erlang-wx/distinfo b/lang/erlang-wx/distinfo
index 785dc9803959..8f6771659806 100644
--- a/lang/erlang-wx/distinfo
+++ b/lang/erlang-wx/distinfo
@@ -8,3 +8,5 @@ SHA256 (erlang/patch-otp-18.1.2) = de5a6d5eb14bf5d239cf59df23268b5905765e4f150e2
SIZE (erlang/patch-otp-18.1.2) = 12029
SHA256 (erlang/patch-otp-18.1.3) = 29d67813861f1f63bce6d6d01aedab0d42dcc466fbb38af20371ad6b8212f912
SIZE (erlang/patch-otp-18.1.3) = 6623
+SHA256 (erlang/patch-otp-18.1.4) = be8ca13919fed93ec6e0398cf814d60fec2f732301864fd45a178c1657776fc9
+SIZE (erlang/patch-otp-18.1.4) = 60708
diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile
index 45920987c37e..7be4297c909f 100644
--- a/lang/erlang/Makefile
+++ b/lang/erlang/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= erlang
-PORTVERSION= 18.1.3
+PORTVERSION= 18.1.4
PORTEPOCH= 3
CATEGORIES= lang parallel java
MASTER_SITES= http://www.erlang.org/download/:erlangorg \
@@ -20,7 +20,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \
LOCAL/olgeni
-PATCHFILES= patch-otp-18.1.1 patch-otp-18.1.2 patch-otp-18.1.3
+PATCHFILES= patch-otp-18.1.1 patch-otp-18.1.2 patch-otp-18.1.3 \
+ patch-otp-18.1.4
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Functional programming language from Ericsson
@@ -222,7 +223,7 @@ post-install:
-C ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}
${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-6.0.1/* \
- ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-6.0.2
+ ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-6.0.3
${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-6.0.1
${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/mnesia-4.13.1/* \
diff --git a/lang/erlang/distinfo b/lang/erlang/distinfo
index edb3d04c83f6..7e89b299db51 100644
--- a/lang/erlang/distinfo
+++ b/lang/erlang/distinfo
@@ -22,3 +22,5 @@ SHA256 (erlang/patch-otp-18.1.2) = de5a6d5eb14bf5d239cf59df23268b5905765e4f150e2
SIZE (erlang/patch-otp-18.1.2) = 12029
SHA256 (erlang/patch-otp-18.1.3) = 29d67813861f1f63bce6d6d01aedab0d42dcc466fbb38af20371ad6b8212f912
SIZE (erlang/patch-otp-18.1.3) = 6623
+SHA256 (erlang/patch-otp-18.1.4) = be8ca13919fed93ec6e0398cf814d60fec2f732301864fd45a178c1657776fc9
+SIZE (erlang/patch-otp-18.1.4) = 60708