svn commit: r329691 - in head/java: linux-sun-jdk16 linux-sun-jdk17
Baptiste Daroussin
bapt at FreeBSD.org
Mon Oct 7 11:02:44 UTC 2013
Author: bapt
Date: Mon Oct 7 11:02:43 2013
New Revision: 329691
URL: http://svnweb.freebsd.org/changeset/ports/329691
Log:
Fix pkg name collision
With hat: portmgr
Modified:
head/java/linux-sun-jdk16/Makefile
head/java/linux-sun-jdk17/Makefile
Modified: head/java/linux-sun-jdk16/Makefile
==============================================================================
--- head/java/linux-sun-jdk16/Makefile Mon Oct 7 10:58:21 2013 (r329690)
+++ head/java/linux-sun-jdk16/Makefile Mon Oct 7 11:02:43 2013 (r329691)
@@ -20,7 +20,7 @@ OPTIONS_DEFAULT=DEMO
NO_CDROM= License does not allow distribution with fee
RESTRICTED= Redistribution of repackaged binaries not permitted
-LATEST_LINK= linux-sun-jdk16
+PKGNAMESUFFIX= 16
WRKSRC= ${WRKDIR}/jdk${DL_JDK_VERSION}
PLIST_SUB+= T=${APP_HOME:S/^${PREFIX}\///} PORTVERSION=${PORTVERSION}
Modified: head/java/linux-sun-jdk17/Makefile
==============================================================================
--- head/java/linux-sun-jdk17/Makefile Mon Oct 7 10:58:21 2013 (r329690)
+++ head/java/linux-sun-jdk17/Makefile Mon Oct 7 11:02:43 2013 (r329691)
@@ -18,7 +18,7 @@ DEMO_DESC= Install demos and samples
NO_CDROM= License does not allow distribution with fee
RESTRICTED= Redistribution of repackaged binaries not permitted
-LATEST_LINK= linux-sun-jdk17
+PKGNAMESUFFIX= 17
WRKSRC= ${WRKDIR}/jdk${DL_JDK_VERSION}
PLIST_SUB+= T=${APP_HOME:S/^${PREFIX}\///} PORTVERSION=${PORTVERSION}
More information about the svn-ports-head
mailing list