diff options
author | adrianp <adrianp> | 2008-03-12 14:26:33 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2008-03-12 14:26:33 +0000 |
commit | 28bebdf86f2f8131f946e369875b0f6076f78ec2 (patch) | |
tree | 6f365cc72f725b1b5a75b21228ca6d9c77b9082f /lang/sun-jre6 | |
parent | 9880991776d7612f1b5fe6f310c3c3190d956011 (diff) | |
download | pkgsrc-28bebdf86f2f8131f946e369875b0f6076f78ec2.tar.gz |
We're at u5 not u4. Add a note about this so it does not happen again.
Diffstat (limited to 'lang/sun-jre6')
-rw-r--r-- | lang/sun-jre6/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/sun-jre6/Makefile b/lang/sun-jre6/Makefile index 8f7d731903f..036bb26b05a 100644 --- a/lang/sun-jre6/Makefile +++ b/lang/sun-jre6/Makefile @@ -1,12 +1,13 @@ -# $NetBSD: Makefile,v 1.10 2008/03/05 22:32:09 tnn Exp $ +# $NetBSD: Makefile,v 1.11 2008/03/12 14:26:33 adrianp Exp $ # Note: Regen distinfo with PKG_DEFAULT_OPTIONS+=sun-jre-jce +# Note: Update DOWNLOAD_NAME when you update the JRE version DISTNAME= jre-6u5-linux-${DIST_ARCH} PKGNAME= sun-jre6-6.0.5 MASTER_SITES= # empty -DOWNLOAD_NAME= Java Runtime Environment (JRE) 6u4 +DOWNLOAD_NAME= Java Runtime Environment (JRE) 6u5 SHORT_NAME= JRE WRKSRC= ${WRKDIR}/jre1.6.0_05 |