diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-08-10 22:28:21 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-08-10 22:28:21 +0000 |
commit | 10e917fc302e10a4592d614833883c4e010da810 (patch) | |
tree | 46942d55e10001afd19b47484f474b9d458458c9 /lang/sun-jre14 | |
parent | f2c6f7fa7038873963fa31e1b5bf75635333b5c1 (diff) | |
download | pkgsrc-10e917fc302e10a4592d614833883c4e010da810.tar.gz |
Update sun-j*14 to latest version 1.4.1_04 using patches provided by
Tyler R. Retzlaff in PR pkg/22429.
A complete list of changes is available at
http://java.sun.com/j2se/1.4.1/ReleaseNotes.html but appears to consist of
two bug fixes:
- URLConnection openConnection with setUseCaches(true) fails (jpg, gif)
- Java webcams does not work on JRE1.4+
Diffstat (limited to 'lang/sun-jre14')
-rw-r--r-- | lang/sun-jre14/Makefile | 8 | ||||
-rw-r--r-- | lang/sun-jre14/PLIST | 4 | ||||
-rw-r--r-- | lang/sun-jre14/distinfo | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/lang/sun-jre14/Makefile b/lang/sun-jre14/Makefile index ad2694a85b6..b658af6f37c 100644 --- a/lang/sun-jre14/Makefile +++ b/lang/sun-jre14/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2003/06/23 13:50:56 jschauma Exp $ +# $NetBSD: Makefile,v 1.8 2003/08/10 22:28:21 jschauma Exp $ -DISTNAME= j2re-1_4_1_03-linux-i586 -PKGNAME= sun-jre14-1.0.3 -WRKSRC= ${WRKDIR}/j2re1.4.1_03 +DISTNAME= j2re-1_4_1_04-linux-i586 +PKGNAME= sun-jre14-1.0.4 +WRKSRC= ${WRKDIR}/j2re1.4.1_04 MASTER_SITES= # empty COMMENT= Sun's Java(tm) 2 Runtime Environment 1.4.1 diff --git a/lang/sun-jre14/PLIST b/lang/sun-jre14/PLIST index a989da4e608..0f0d7e555fa 100644 --- a/lang/sun-jre14/PLIST +++ b/lang/sun-jre14/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2003/06/23 13:50:57 jschauma Exp $ +@comment $NetBSD: PLIST,v 1.8 2003/08/10 22:28:22 jschauma Exp $ .systemPrefs/.system.lock .systemPrefs/.systemRootModFile CHANGES @@ -20,7 +20,7 @@ bin/rmid bin/rmiregistry bin/servertool bin/tnameserv -javaws-1_2_0_03-linux-i586-i.zip +javaws-1_2_0_04-linux-i586-i.zip lib/audio/soundbank.gm lib/charsets.jar lib/cmm/CIEXYZ.pf diff --git a/lang/sun-jre14/distinfo b/lang/sun-jre14/distinfo index 7393c7ce609..de7b7e61878 100644 --- a/lang/sun-jre14/distinfo +++ b/lang/sun-jre14/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2003/06/23 13:50:57 jschauma Exp $ +$NetBSD: distinfo,v 1.5 2003/08/10 22:28:22 jschauma Exp $ -SHA1 (j2re-1_4_1_03-linux-i586.bin) = a9f52f94a80b80c47f5ac1f9fb4a37f8297265c5 -Size (j2re-1_4_1_03-linux-i586.bin) = 22270186 bytes +SHA1 (j2re-1_4_1_04-linux-i586.bin) = ee8d0080054440691675aa3d9c46b71cc388b2a6 +Size (j2re-1_4_1_04-linux-i586.bin) = 22274902 bytes |