Date: Thu, 10 Apr 2014 05:15:56 +0000 (UTC) From: Greg Lewis <glewis@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350768 - head/java/linux-oracle-jre18 Message-ID: <201404100515.s3A5FuIY043195@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: glewis Date: Thu Apr 10 05:15:56 2014 New Revision: 350768 URL: http://svnweb.freebsd.org/changeset/ports/350768 QAT: https://qat.redports.org/buildarchive/r350768/ Log: . Replace hardcoding of "8" with ${JRE_VERSION} Modified: head/java/linux-oracle-jre18/Makefile Modified: head/java/linux-oracle-jre18/Makefile ============================================================================== --- head/java/linux-oracle-jre18/Makefile Thu Apr 10 05:15:26 2014 (r350767) +++ head/java/linux-oracle-jre18/Makefile Thu Apr 10 05:15:56 2014 (r350768) @@ -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 -PKGNAMESUFFIX= 18 +PKGNAMESUFFIX= 1${JRE_VERSION} WRKSRC= ${WRKDIR}/jre${DL_JRE_VERSION} PLIST_SUB+= T=${APP_HOME:S/^${PREFIX}\///} PORTVERSION=${PORTVERSION} @@ -26,7 +26,7 @@ USES= shebangfix ONLY_FOR_ARCHS= i386 amd64 JRE_VERSION= 8 -JRE_INTERNAL_VERSION= 1.8.0 +JRE_INTERNAL_VERSION= 1.${JRE_VERSION}.0 JRE_UPDATE_VERSION= 0 DL_JRE_VERSION= ${JRE_INTERNAL_VERSION} DOWNLOAD_URL= http://www.oracle.com/technetwork/java/javase/downloads/index.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404100515.s3A5FuIY043195>