diff options
| author | Alexey Zelkin <phantom@FreeBSD.org> | 2004-03-05 13:43:41 +0000 |
|---|---|---|
| committer | Alexey Zelkin <phantom@FreeBSD.org> | 2004-03-05 13:43:41 +0000 |
| commit | 17eaf80bc2cb5dd3c24285936d2d9ec2b265a152 (patch) | |
| tree | 6390d06cb839db100ca5da9137c2267298e2d776 /java/jdk14/Makefile | |
| parent | - Update to 0.7.13 (diff) | |
. Set LATEST_LINK [1]
. Fix rare NULL pointer de-reference bug in plugin code [2]
. Use better chinese fonts [3]
. Bump PORTREVISION
Requested by: kris [1]
Submitted by: Georg-W. Koltermann <gwk@rahn-koltermann.de> [2],
Clive Lin <clive@tongi.org> [3]
Diffstat (limited to 'java/jdk14/Makefile')
| -rw-r--r-- | java/jdk14/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/jdk14/Makefile b/java/jdk14/Makefile index 2a923bbb6101..f5956056a7a8 100644 --- a/java/jdk14/Makefile +++ b/java/jdk14/Makefile @@ -7,7 +7,7 @@ PORTNAME= jdk PORTVERSION= ${JDK_VERSION}p${JDK_PATCHSET_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= java devel MASTER_SITES= # http://www.sun.com/software/java2/download.html # http://www.eyesbeyond.com/freebsddom/java/jdk14.html @@ -33,6 +33,7 @@ WRKSRC= ${WRKDIR}/control/make JDK_VERSION= 1.4.2 JDK_PATCHSET_VERSION= 6 +LATEST_LINK= jdk14 SUN_LINUX_JDK_VERSION= 1.4.2 |
