forked from Lainports/freebsd-ports
. 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
This commit is contained in:
parent
1715837978
commit
b6da5a5a5c
2 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
BIN
java/linux-blackdown-jdk12/files/cacerts
Normal file
BIN
java/linux-blackdown-jdk12/files/cacerts
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue