svn commit: r329690 - in head/java: linux-sun-jre16 linux-sun-jre17

Baptiste Daroussin bapt at FreeBSD.org
Mon Oct 7 10:58:22 UTC 2013


Author: bapt
Date: Mon Oct  7 10:58:21 2013
New Revision: 329690
URL: http://svnweb.freebsd.org/changeset/ports/329690

Log:
  Fix pkg name collision
  
  With hat:	portmgr

Modified:
  head/java/linux-sun-jre16/Makefile
  head/java/linux-sun-jre17/Makefile

Modified: head/java/linux-sun-jre16/Makefile
==============================================================================
--- head/java/linux-sun-jre16/Makefile	Mon Oct  7 10:56:41 2013	(r329689)
+++ head/java/linux-sun-jre16/Makefile	Mon Oct  7 10:58:21 2013	(r329690)
@@ -16,7 +16,7 @@ RUN_DEPENDS=	javavm:${PORTSDIR}/java/jav
 
 NO_CDROM=	License does not allow distribution with fee
 RESTRICTED=	Redistribution of repackaged binaries not permitted
-LATEST_LINK=	linux-sun-jre16
+PKGNAMESUFFIX=	16
 
 WRKSRC=		${WRKDIR}/jre${DL_JRE_VERSION}
 PLIST_SUB+=	T=${APP_HOME:S/^${PREFIX}\///} PORTVERSION=${PORTVERSION}

Modified: head/java/linux-sun-jre17/Makefile
==============================================================================
--- head/java/linux-sun-jre17/Makefile	Mon Oct  7 10:56:41 2013	(r329689)
+++ head/java/linux-sun-jre17/Makefile	Mon Oct  7 10:58:21 2013	(r329690)
@@ -14,7 +14,7 @@ RUN_DEPENDS=	javavm:${PORTSDIR}/java/jav
 
 NO_CDROM=	License does not allow distribution with fee
 RESTRICTED=	Redistribution of repackaged binaries not permitted
-LATEST_LINK=	linux-sun-jre17
+PKGNAMESUFFIX=	17
 
 WRKSRC=		${WRKDIR}/jre${DL_JRE_VERSION}
 PLIST_SUB+=	T=${APP_HOME:S/^${PREFIX}\///} PORTVERSION=${PORTVERSION}


More information about the svn-ports-all mailing list