svn commit: r372642 - head/lang/erlang
Jimmy Olgeni
olgeni at FreeBSD.org
Sun Nov 16 15:19:49 UTC 2014
Author: olgeni
Date: Sun Nov 16 15:19:48 2014
New Revision: 372642
URL: https://svnweb.freebsd.org/changeset/ports/372642
QAT: https://qat.redports.org/buildarchive/r372642/
Log:
Fix TOOLS_VSN and EI_VSN (unbreak link to erl_call).
PR: 195064
Submitted by: Kenji Rikitake
Modified:
head/lang/erlang/Makefile
Modified: head/lang/erlang/Makefile
==============================================================================
--- head/lang/erlang/Makefile Sun Nov 16 14:59:07 2014 (r372641)
+++ head/lang/erlang/Makefile Sun Nov 16 15:19:48 2014 (r372642)
@@ -3,7 +3,7 @@
PORTNAME= erlang
PORTVERSION= 17.3
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 3
CATEGORIES= lang parallel java
MASTER_SITES= http://www.erlang.org/download/:erlangorg \
@@ -54,8 +54,8 @@ USE_RC_SUBR= epmd
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib
-EI_VSN= 3.7.17
-TOOLS_VSN= 2.6.15
+EI_VSN= 3.7.18
+TOOLS_VSN= 2.7
.include <bsd.port.options.mk>
More information about the svn-ports-head
mailing list