summaryrefslogtreecommitdiff
path: root/lang/sun-jdk6/Makefile
diff options
context:
space:
mode:
authortnn <tnn>2008-01-20 02:31:46 +0000
committertnn <tnn>2008-01-20 02:31:46 +0000
commitb87f075fc1d06f5929185167f7caff6649df08ba (patch)
treef4f815ce48770fe46587bae7155eed63917435f3 /lang/sun-jdk6/Makefile
parent0d5ac6c1182a04d8925a5eb04fe40da371f90f5a (diff)
downloadpkgsrc-b87f075fc1d06f5929185167f7caff6649df08ba.tar.gz
Update lang/sun-jre6 to 6.0.3 and lang/sun-jdk6 to 6.0.4.
Please see the release notes online[1] for the list of fixed bugs. Also, the license was wrong. There are several differences in all clauses between the 1.3 and 6 licenses, so add the proper license files. [1] http://java.sun.com/javase/6/webnotes/ReleaseNotes.html
Diffstat (limited to 'lang/sun-jdk6/Makefile')
-rw-r--r--lang/sun-jdk6/Makefile16
1 files changed, 9 insertions, 7 deletions
diff --git a/lang/sun-jdk6/Makefile b/lang/sun-jdk6/Makefile
index 333f9c617da..cc07e47a3f3 100644
--- a/lang/sun-jdk6/Makefile
+++ b/lang/sun-jdk6/Makefile
@@ -1,19 +1,21 @@
-# $NetBSD: Makefile,v 1.5 2007/08/22 14:03:48 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2008/01/20 02:31:47 tnn Exp $
-DISTNAME= jdk-6u1-linux-${DIST_ARCH}
-PKGNAME= sun-jdk6-6.0.1
-PKGREVISION= 1
+DISTNAME= jdk-6u4-linux-${DIST_ARCH}
+PKGNAME= sun-jdk6-6.0.4
MASTER_SITES= # empty
-DOWNLOAD_NAME= JDK 6u1
+DOWNLOAD_NAME= JDK 6u4
SHORT_NAME= JDK
-DEPENDS+= ${PKGNAME_NOREV:S/jdk/jre/}*:../../lang/sun-jre6
+DEPENDS+= sun-jre6-6.0.3:../../lang/sun-jre6
+#DEPENDS+= ${PKGNAME_NOREV:S/jdk/jre/}*:../../lang/sun-jre6
-WRKSRC= ${WRKDIR}/jdk1.6.0_01
+WRKSRC= ${WRKDIR}/jdk1.6.0_04
JAVA_WRAPPERS= appletviewer apt extcheck idlj jar jarsigner \
javac javadoc javah javap jdb rmic serialver
+LICENSE= sun-jdk6-license
+
.include "../../lang/sun-jre6/Makefile.common"
# Remove parts that are in common with the JRE