Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Nov 2014 15:19:48 +0000 (UTC)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372642 - head/lang/erlang
Message-ID:  <201411161519.sAGFJmRY039626@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411161519.sAGFJmRY039626>