summaryrefslogtreecommitdiff
path: root/java/openjdk8
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2019-08-20 18:33:32 +0000
committerGreg Lewis <glewis@FreeBSD.org>2019-08-20 18:33:32 +0000
commit3a4c96b01f03e4c437eb429fbc3395325f745791 (patch)
treeedffc3f9775e90109c7dc628ca1d8f1525618aae /java/openjdk8
parentUpdate cacerts (diff)
Update cacerts
* Use the latest cacerts file from Oracle's public distribution of 8u221.
Diffstat (limited to 'java/openjdk8')
-rw-r--r--java/openjdk8/Makefile7
-rw-r--r--java/openjdk8/files/cacertsbin105894 -> 100515 bytes
2 files changed, 4 insertions, 3 deletions
diff --git a/java/openjdk8/Makefile b/java/openjdk8/Makefile
index 1c1e27d8bf56..5102aacf9368 100644
--- a/java/openjdk8/Makefile
+++ b/java/openjdk8/Makefile
@@ -2,7 +2,7 @@
PORTNAME= openjdk
PORTVERSION= ${JDK_MAJOR_VERSION}.${JDK_UPDATE_VERSION}.${JDK_BUILD_NUMBER:S/^0//}.${BSD_JDK_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= java devel
MASTER_SITES= LOCAL/jkim:jtreg
PKGNAMESUFFIX?= ${JDK_MAJOR_VERSION}
@@ -12,6 +12,8 @@ COMMENT?= Java Development Kit ${JDK_MAJOR_VERSION}
LICENSE= GPLv2
+ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc powerpc64
+
BUILD_DEPENDS= zip:archivers/zip \
autoconf>0:devel/autoconf \
${LOCALBASE}/include/cups/cups.h:print/cups \
@@ -23,13 +25,12 @@ RUN_DEPENDS= javavm:java/javavmwrapper \
dejavu>0:x11-fonts/dejavu
USES= compiler:features gmake iconv pkgconfig shebangfix
+
USE_GITHUB= yes
GH_ACCOUNT= battleblow
GH_PROJECT= openjdk-jdk8u
GH_TAGNAME= jdk${JDK_MAJOR_VERSION}u${JDK_UPDATE_VERSION}-b${JDK_BUILD_NUMBER}.${BSD_JDK_VERSION}
-ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc powerpc64
-
SHEBANG_FILES= configure
_MAKE_JOBS= #
diff --git a/java/openjdk8/files/cacerts b/java/openjdk8/files/cacerts
index d7a1a5326346..309afad6ff3f 100644
--- a/java/openjdk8/files/cacerts
+++ b/java/openjdk8/files/cacerts
Binary files differ