diff options
author | glewis <glewis@FreeBSD.org> | 2004-01-17 06:09:55 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2004-01-17 06:09:55 +0800 |
commit | fff112d9ac83135de2bb7d4c50a2596ac863d1f6 (patch) | |
tree | 12b0059d4c726c28263889fb7efd8e12890bea94 /java | |
parent | 0dd8031e6ae16e2accf3fbfcee9630469947056e (diff) | |
download | freebsd-ports-gnome-fff112d9ac83135de2bb7d4c50a2596ac863d1f6.tar.gz freebsd-ports-gnome-fff112d9ac83135de2bb7d4c50a2596ac863d1f6.tar.zst freebsd-ports-gnome-fff112d9ac83135de2bb7d4c50a2596ac863d1f6.zip |
. Install an updated cacerts file. This was produced by taking the
standard 1.2.2 cacerts file and updating it with the new root
certificates using the procedure described in:
http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436
Diffstat (limited to 'java')
-rw-r--r-- | java/linux-blackdown-jdk12/Makefile | 3 | ||||
-rw-r--r-- | java/linux-blackdown-jdk12/files/cacerts | bin | 0 -> 8607 bytes |
2 files changed, 2 insertions, 1 deletions
diff --git a/java/linux-blackdown-jdk12/Makefile b/java/linux-blackdown-jdk12/Makefile index 5abcc0393cb3..fa1a11419954 100644 --- a/java/linux-blackdown-jdk12/Makefile +++ b/java/linux-blackdown-jdk12/Makefile @@ -7,7 +7,7 @@ PORTNAME= jdk PORTVERSION= 1.2.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= java devel MASTER_SITES= ftp://ftp.tux.org/pub/java/JDK-${PORTVERSION}/${ARCH}/FCS/ \ http://www.metaverse.nl/~ernst/ \ @@ -43,6 +43,7 @@ do-install: ${MKDIR} ${APP_HOME} cd ${WRKSRC} && ${FIND} . -print \ | ${CPIO} -pdmu -R ${LIBOWN}:${LIBGRP} ${APP_HOME} + ${INSTALL_DATA} ${FILESDIR}/cacerts ${APP_HOME}/jre/lib/security/cacerts ${LOCALBASE}/bin/registervm "${APP_HOME}/bin/java # Linux-Blackdown-JDK${PORTVERSION}" .include <bsd.port.mk> diff --git a/java/linux-blackdown-jdk12/files/cacerts b/java/linux-blackdown-jdk12/files/cacerts Binary files differnew file mode 100644 index 000000000000..aff2e72fc003 --- /dev/null +++ b/java/linux-blackdown-jdk12/files/cacerts |