svn commit: r331258 - head/lang/erlang-runtime16

Jimmy Olgeni olgeni at FreeBSD.org
Tue Oct 22 12:14:11 UTC 2013


Author: olgeni
Date: Tue Oct 22 12:14:10 2013
New Revision: 331258
URL: http://svnweb.freebsd.org/changeset/ports/331258

Log:
  Change PKGNAMESUFFIX and avoid using LATEST_LINK.
  
  Submitted by:	tijl

Modified:
  head/lang/erlang-runtime16/Makefile

Modified: head/lang/erlang-runtime16/Makefile
==============================================================================
--- head/lang/erlang-runtime16/Makefile	Tue Oct 22 12:13:15 2013	(r331257)
+++ head/lang/erlang-runtime16/Makefile	Tue Oct 22 12:14:10 2013	(r331258)
@@ -3,11 +3,12 @@
 
 PORTNAME=	erlang
 PORTVERSION=	16.b.02
+PORTREVISION=	1
 CATEGORIES=	lang parallel java
 MASTER_SITES=	http://www.erlang.org/download/:erlangorg		\
 		http://erlang.stacken.kth.se/download/:erlangorg	\
 		http://www.csd.uu.se/ftp/mirror/erlang/download/:erlangorg
-PKGNAMESUFFIX=	-runtime
+PKGNAMESUFFIX=	-runtime16
 DISTNAME=	otp_src_${ERL_RELEASE}
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:erlangorg	\
 		${ERLANG_MAN}:erlangorg
@@ -19,8 +20,6 @@ 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_R16B02
 
 ERLANG_LIB=	${PORTNAME}${PORTVERSION:C/\..*//}


More information about the svn-ports-head mailing list