From owner-svn-ports-head@FreeBSD.ORG Thu Apr 10 05:15:57 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0867EDC8; Thu, 10 Apr 2014 05:15:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E97F911FB; Thu, 10 Apr 2014 05:15:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3A5FuNO043196; Thu, 10 Apr 2014 05:15:56 GMT (envelope-from glewis@svn.freebsd.org) Received: (from glewis@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3A5FuIY043195; Thu, 10 Apr 2014 05:15:56 GMT (envelope-from glewis@svn.freebsd.org) Message-Id: <201404100515.s3A5FuIY043195@svn.freebsd.org> From: Greg Lewis Date: Thu, 10 Apr 2014 05:15:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350768 - head/java/linux-oracle-jre18 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Apr 2014 05:15:57 -0000 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