1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

. 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:
Greg Lewis 2004-01-16 22:09:55 +00:00
parent 1715837978
commit b6da5a5a5c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98354
2 changed files with 2 additions and 1 deletions

View File

@ -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>

Binary file not shown.