For after unlock; here is an update of 1.8 to u72. Contains many upstream bug fixes and security fixes which can be mined from u51-u72 release notes here:
http://www.oracle.com/technetwork/java/javase/8u-relnotes-2225394.html Only tested on amd64 by Caspar Schutijser, thanks! -Kurt
Index: Makefile =================================================================== RCS file: /cvs/ports/devel/jdk/1.8/Makefile,v retrieving revision 1.5 diff -u -p -r1.5 Makefile --- Makefile 6 Jan 2016 09:48:44 -0000 1.5 +++ Makefile 20 Feb 2016 21:22:13 -0000 @@ -5,17 +5,16 @@ ONLY_FOR_ARCHS= i386 amd64 COMMENT-main= OpenJDK Software Development Kit v${V} COMMENT-jre= OpenJDK Runtime Environment v${V} -U= 45 +U= 72 V= 1.8.0.${U} -B= b14 +B= b15 PKGNAME= jdk-${V} PKGNAME-main= jdk-${V} PKGNAME-jre= jre-${V} EPOCH= 0 -REVISION= 1 DIST_SUBDIR= jdk -DISTNAME= openjdk-8u45b14-bsd-port-20150618 +DISTNAME= openjdk-8u72b15-bsd-port-20160220 EXTRACT_SUFX= .tar.xz CATEGORIES= devel/jdk java Index: distinfo =================================================================== RCS file: /cvs/ports/devel/jdk/1.8/distinfo,v retrieving revision 1.2 diff -u -p -r1.2 distinfo --- distinfo 18 Jun 2015 19:12:04 -0000 1.2 +++ distinfo 20 Feb 2016 21:22:13 -0000 @@ -1,2 +1,2 @@ -SHA256 (jdk/openjdk-8u45b14-bsd-port-20150618.tar.xz) = eaU8CNYln39Tci6+xwu6mqdLDphqOb0G2gEW39pPUKg= -SIZE (jdk/openjdk-8u45b14-bsd-port-20150618.tar.xz) = 54454504 +SHA256 (jdk/openjdk-8u72b15-bsd-port-20160220.tar.xz) = c/PANj12SWcfSEc6vJVJEOZsqUrCcNFD/z17zpDt1/k= +SIZE (jdk/openjdk-8u72b15-bsd-port-20160220.tar.xz) = 54849964 Index: pkg/PLIST-jre =================================================================== RCS file: /cvs/ports/devel/jdk/1.8/pkg/PLIST-jre,v retrieving revision 1.2 diff -u -p -r1.2 PLIST-jre --- pkg/PLIST-jre 6 Jan 2016 09:48:44 -0000 1.2 +++ pkg/PLIST-jre 20 Feb 2016 21:22:13 -0000 @@ -74,6 +74,7 @@ ${JREHOME}/lib/currency.data ${JREHOME}/lib/ext/ ${JREHOME}/lib/ext/cldrdata.jar ${JREHOME}/lib/ext/dnsns.jar +${JREHOME}/lib/ext/jaccess.jar ${JREHOME}/lib/ext/localedata.jar ${JREHOME}/lib/ext/meta-index ${JREHOME}/lib/ext/nashorn.jar Index: pkg/PLIST-main =================================================================== RCS file: /cvs/ports/devel/jdk/1.8/pkg/PLIST-main,v retrieving revision 1.2 diff -u -p -r1.2 PLIST-main --- pkg/PLIST-main 6 Jan 2016 09:48:44 -0000 1.2 +++ pkg/PLIST-main 20 Feb 2016 21:22:13 -0000 @@ -486,6 +486,7 @@ ${JDKHOME}/jre/lib/currency.data ${JDKHOME}/jre/lib/ext/ ${JDKHOME}/jre/lib/ext/cldrdata.jar ${JDKHOME}/jre/lib/ext/dnsns.jar +${JDKHOME}/jre/lib/ext/jaccess.jar ${JDKHOME}/jre/lib/ext/localedata.jar ${JDKHOME}/jre/lib/ext/meta-index ${JDKHOME}/jre/lib/ext/nashorn.jar