. 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:
Greg Lewis 2004-01-16 19:39:17 +00:00
parent c2579f35c6
commit afead5248c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98329
3 changed files with 3 additions and 2 deletions

View File

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

View File

@ -1 +1 @@
MD5 (IBMJava2-SDK-131.tgz) = 81db2e38240422c19c65c144462e2b80
MD5 (IBMJava2-SDK-131.tgz) = f66638d0560d75575fdafff11e780497

Binary file not shown.