aboutsummaryrefslogtreecommitdiffstats
path: root/lang/erlang
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2011-12-04 04:50:21 +0800
committerolgeni <olgeni@FreeBSD.org>2011-12-04 04:50:21 +0800
commit713b51cf439c01e523dba29de96649c33c397f90 (patch)
treeca45300a3b9ec9a1cf60446ae7f7c56d047b40b8 /lang/erlang
parent97933f8a6f8e44108a3228347c5d3571b2b276d5 (diff)
downloadfreebsd-ports-gnome-713b51cf439c01e523dba29de96649c33c397f90.tar.gz
freebsd-ports-gnome-713b51cf439c01e523dba29de96649c33c397f90.tar.zst
freebsd-ports-gnome-713b51cf439c01e523dba29de96649c33c397f90.zip
Fix TOOLS_VSN version number.
Remove ERTS_VSN from PLIST_SUB while I'm here. No PORTREVISION bump since only pkg-message is affected. Reported by: stas Feature safe: yes
Diffstat (limited to 'lang/erlang')
-rw-r--r--lang/erlang/Makefile2
-rw-r--r--lang/erlang/Makefile.lib3
2 files changed, 2 insertions, 3 deletions
diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile
index 70f102088a56..e6f0b9add2b8 100644
--- a/lang/erlang/Makefile
+++ b/lang/erlang/Makefile
@@ -114,7 +114,7 @@ CONFIGURE_ARGS+=--enable-threads --enable-dynamic-ssl-lib --enable-sctp
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-PLIST_SUB+= ERTS_VSN=${ERTS_VSN} TOOLS_VSN=${TOOLS_VSN}
+PLIST_SUB+= TOOLS_VSN=${TOOLS_VSN}
.if ${ARCH} == i386
MAKE_ARGS+= ARCH=x86
diff --git a/lang/erlang/Makefile.lib b/lang/erlang/Makefile.lib
index 5e5c5474cff3..87e3ec454187 100644
--- a/lang/erlang/Makefile.lib
+++ b/lang/erlang/Makefile.lib
@@ -1,7 +1,6 @@
# $FreeBSD$
-ERTS_VSN= 5.8.5
-TOOLS_VSN= 2.6.6.4
+TOOLS_VSN= 2.6.6.5
OTP_LIBS= appmon-2.1.13 \
asn1-1.6.18 \
common_test-1.5.5 \