svn commit: r317510 - in head/lang: erlang-runtime15 erlang-runtime16
Jimmy Olgeni
olgeni at FreeBSD.org
Mon May 6 13:00:20 UTC 2013
Author: olgeni
Date: Mon May 6 13:00:20 2013
New Revision: 317510
URL: http://svnweb.freebsd.org/changeset/ports/317510
Log:
Fix LATEST_LINK.
Modified:
head/lang/erlang-runtime15/Makefile
head/lang/erlang-runtime16/Makefile
Modified: head/lang/erlang-runtime15/Makefile
==============================================================================
--- head/lang/erlang-runtime15/Makefile Mon May 6 11:35:55 2013 (r317509)
+++ head/lang/erlang-runtime15/Makefile Mon May 6 13:00:20 2013 (r317510)
@@ -3,6 +3,7 @@
PORTNAME= erlang
PORTVERSION= 15.b.03.1
+PORTREVISION= 1
CATEGORIES= lang parallel java
MASTER_SITES= http://www.erlang.org/download/:erlangorg \
http://erlang.stacken.kth.se/download/:erlangorg \
@@ -23,6 +24,8 @@ PATCH_SITES= http://www.erlang.org/downl
MAINTAINER= olgeni at FreeBSD.org
COMMENT= A functional programming language from Ericsson
+LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX}${PORTVERSION:C/\..*//}
+
WRKSRC= ${WRKDIR}/otp_src_R15B03
ERLANG_LIB= ${PORTNAME}${PORTVERSION:C/\..*//}
Modified: head/lang/erlang-runtime16/Makefile
==============================================================================
--- head/lang/erlang-runtime16/Makefile Mon May 6 11:35:55 2013 (r317509)
+++ head/lang/erlang-runtime16/Makefile Mon May 6 13:00:20 2013 (r317510)
@@ -3,6 +3,7 @@
PORTNAME= erlang
PORTVERSION= 16.b
+PORTREVISION= 1
CATEGORIES= lang parallel java
MASTER_SITES= http://www.erlang.org/download/:erlangorg \
http://erlang.stacken.kth.se/download/:erlangorg \
@@ -23,6 +24,8 @@ PATCH_SITES= http://www.erlang.org/downl
MAINTAINER= olgeni at FreeBSD.org
COMMENT= A functional programming language from Ericsson
+LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX}${PORTVERSION:C/\..*//}
+
WRKSRC= ${WRKDIR}/otp_src_R16B
ERLANG_LIB= ${PORTNAME}${PORTVERSION:C/\..*//}
More information about the svn-ports-all
mailing list