summaryrefslogtreecommitdiff
path: root/java/jdk12
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2004-01-16 01:21:20 +0000
committerGreg Lewis <glewis@FreeBSD.org>2004-01-16 01:21:20 +0000
commit258da93d2144627357c2e0256da760d47c6f278f (patch)
treebd169436097f32e440f977616e0795dfdf9cc3ae /java/jdk12
parent- Update to 1.9. (diff)
. 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
Notes
Notes: svn path=/head/; revision=98256
Diffstat (limited to 'java/jdk12')
-rw-r--r--java/jdk12/Makefile3
-rw-r--r--java/jdk12/files/cacertsbin0 -> 8607 bytes
2 files changed, 3 insertions, 0 deletions
diff --git a/java/jdk12/Makefile b/java/jdk12/Makefile
index 168fe82f5c25..c84b9f31c753 100644
--- a/java/jdk12/Makefile
+++ b/java/jdk12/Makefile
@@ -7,6 +7,7 @@
PORTNAME= jdk
PORTVERSION= ${JDK_VERSION}p${JDK_PATCHSET_VERSION}
+PORTREVISION= 1
CATEGORIES= java devel
MASTER_SITES= # http://www.sun.com/software/java2/download.html
# http://www.eyesbeyond.com/freebsddom/java/jdk.html
@@ -167,6 +168,8 @@ do-install:
cd ${JDKIMAGEDIR_G} && ${FIND} . \
| ${CPIO} -pdmu -R ${LIBOWN}:${LIBGRP} ${PREFIX}/jdk${JDK_VERSION}
.endif
+ ${INSTALL_DATA} ${FILESDIR}/cacerts ${PREFIX}/jdk${JDK_VERSION}/jre/lib/security/cacerts
+ ${MKDIR} ${PREFIX}/share/doc/java
post-install:
${LOCALBASE}/bin/registervm "${PREFIX}/jdk${JDK_VERSION}/bin/java # JDK${JDK_VERSION}"
diff --git a/java/jdk12/files/cacerts b/java/jdk12/files/cacerts
new file mode 100644
index 000000000000..aff2e72fc003
--- /dev/null
+++ b/java/jdk12/files/cacerts
Binary files differ