. Update to 1.3.1 SR6 [1]
. Install the cacerts file from Sun's 1.3.1_10 release to avoid some problems associated with expired root certificates described in: http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436 PR: 59867 [1] Submitted by: Krzysztof Stryjek <wtp@bsdguru.org> [1]
This commit is contained in:
parent
c2579f35c6
commit
afead5248c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98329
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= jdk
|
||||
PORTVERSION= ${JDK_VERSION}
|
||||
PORTREVISION= 5 # SR5
|
||||
PORTREVISION= 6 # SR6
|
||||
CATEGORIES= java
|
||||
MASTER_SITES= #
|
||||
PKGNAMEPREFIX= linux-ibm-
|
||||
@ -64,6 +64,7 @@ do-install:
|
||||
${MKDIR} ${APP_HOME}
|
||||
cd ${WRKSRC} && ${FIND} . \
|
||||
| ${CPIO} -pdmu -R ${LIBOWN}:${LIBGRP} ${APP_HOME}
|
||||
${INSTALL_DATA} ${FILESDIR}/cacerts ${PREFIX}/jdk${JDK_VERSION}/jre/lib/security/cacerts
|
||||
${LOCALBASE}/bin/registervm "${APP_HOME}/bin/java # IBM-JDK${PORTVERSION}_${PORTREVISION}"
|
||||
|
||||
post-install:
|
||||
|
@ -1 +1 @@
|
||||
MD5 (IBMJava2-SDK-131.tgz) = 81db2e38240422c19c65c144462e2b80
|
||||
MD5 (IBMJava2-SDK-131.tgz) = f66638d0560d75575fdafff11e780497
|
||||
|
BIN
java/linux-ibm-jdk13/files/cacerts
Normal file
BIN
java/linux-ibm-jdk13/files/cacerts
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user