Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Mar 2013 12:49:04 +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: r313227 - head/java/linux-sun-jdk16
Message-ID:  <201303021249.r22Cn4ij084381@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: glewis
Date: Sat Mar  2 12:49:03 2013
New Revision: 313227
URL: http://svnweb.freebsd.org/changeset/ports/313227

Log:
  . Update to 6u41.

Modified:
  head/java/linux-sun-jdk16/Makefile
  head/java/linux-sun-jdk16/distinfo

Modified: head/java/linux-sun-jdk16/Makefile
==============================================================================
--- head/java/linux-sun-jdk16/Makefile	Sat Mar  2 11:53:19 2013	(r313226)
+++ head/java/linux-sun-jdk16/Makefile	Sat Mar  2 12:49:03 2013	(r313227)
@@ -30,7 +30,7 @@ NO_BUILD=	yes
 USE_LINUX=	yes
 USE_LINUX_APPS=	xorglibs
 JDK_VERSION=	1.6.0
-JDK_REVISION=	39
+JDK_REVISION=	41
 DL_JDK_VERSION=	${JDK_VERSION}_${JDK_REVISION}
 ONLY_FOR_ARCHS=	i386 amd64
 DOWNLOAD_URL?=	http://www.oracle.com/technetwork/java/javase/downloads/index.html
@@ -47,12 +47,14 @@ IGNORE?=You must manually fetch the J2SE
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MDEMO}
-#DEMO_UPDATE_VERSION=  ${JDK_UPDATE_VERSION}
-DEMO_UPDATE_VERSION=   38
-#DEMO_DISTNAME=        ${DISTNAME}-demos
+DEMO_UPDATE_VERSION=  ${JDK_REVISION}
+.if ${DEMO_UPDATE_VERSION} != ${JDK_REVISION}
 DEMO_DISTNAME= jdk-6u${DEMO_UPDATE_VERSION}-linux-i586-demos
-#DEMO_WRKSRC=  ${WRKSRC}
 DEMO_WRKSRC=   ${WRKDIR}/jdk${JDK_VERSION}_${DEMO_UPDATE_VERSION}
+.else
+DEMO_DISTNAME=        ${DISTNAME}-demos
+DEMO_WRKSRC=  ${WRKSRC}
+.endif
 .if !exists(${DISTDIR}/${DEMO_DISTNAME}.tar.gz) && !defined(PACKAGE_BUILDING)
 IGNORE?=You must manually fetch the J2SE demos and samples for the Linux platform (${DEMO_DISTNAME}.tar.gz) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again
 .endif

Modified: head/java/linux-sun-jdk16/distinfo
==============================================================================
--- head/java/linux-sun-jdk16/distinfo	Sat Mar  2 11:53:19 2013	(r313226)
+++ head/java/linux-sun-jdk16/distinfo	Sat Mar  2 12:49:03 2013	(r313227)
@@ -1,4 +1,4 @@
-SHA256 (jdk-6u39-linux-i586.bin) = 98211a71eef47f9e73a57b32995ca4b698d12b4282c90ffff8c533fa8b96d103
-SIZE (jdk-6u39-linux-i586.bin) = 71756435
-SHA256 (jdk-6u38-linux-i586-demos.tar.gz) = cb69d792495c554db2de171893cf5eac936a4ffb11491d30e4a282ba4c64e08a
-SIZE (jdk-6u38-linux-i586-demos.tar.gz) = 12073550
+SHA256 (jdk-6u41-linux-i586.bin) = f689675399f3409b883f2e5d458d0819effae9fe3a61a98bfc4af40e724e8517
+SIZE (jdk-6u41-linux-i586.bin) = 71769939
+SHA256 (jdk-6u41-linux-i586-demos.tar.gz) = d43f7e5fa800e2bdf15e5ca18b6d72b4e873d1de95893e9f94a8bb01192ffc17
+SIZE (jdk-6u41-linux-i586-demos.tar.gz) = 12073494



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