Date: Mon, 7 Oct 2013 11:02:43 +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: r329691 - in head/java: linux-sun-jdk16 linux-sun-jdk17 Message-ID: <201310071102.r97B2h0B045042@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310071102.r97B2h0B045042>