Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Oct 2013 10:58:21 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329690 - in head/java: linux-sun-jre16 linux-sun-jre17
Message-ID:  <201310071058.r97AwLaN041400@svn.freebsd.org>

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



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