diff options
author | Sujal Patel <smpatel@FreeBSD.org> | 1996-06-16 04:34:23 +0000 |
---|---|---|
committer | Sujal Patel <smpatel@FreeBSD.org> | 1996-06-16 04:34:23 +0000 |
commit | eb2b4ec00c5a52bd2a1844093fcb8b34a83bac5d (patch) | |
tree | 8f573d61800f865d2cc7380e19668308a1d5571e /java/jdk | |
parent | 262be4e849957acd796e19b6cc5c3bc2b74589c2 (diff) | |
download | ports-eb2b4ec00c5a52bd2a1844093fcb8b34a83bac5d.tar.gz ports-eb2b4ec00c5a52bd2a1844093fcb8b34a83bac5d.zip |
Upgrade to 1.0.2
Requested by: Chuck Robey <chuckr@Glue.umd.edu>
Notes
Notes:
svn path=/head/; revision=3228
Diffstat (limited to 'java/jdk')
-rw-r--r-- | java/jdk/Makefile | 12 | ||||
-rw-r--r-- | java/jdk/distinfo | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/java/jdk/Makefile b/java/jdk/Makefile index 30329584eedf..dae11d6afb9e 100644 --- a/java/jdk/Makefile +++ b/java/jdk/Makefile @@ -1,19 +1,19 @@ # New ports collection makefile for: jdk -# Version required: 1.0.1 +# Version required: 1.0.2 # Date created: 8 April 1996 -# Whom: Sujal Patel <smpatel@umiacs.umd.edu> +# Whom: Sujal Patel <smpatel@freebsd.org> # -# $Id: Makefile,v 1.1.1.1 1996/04/01 04:02:45 asami Exp $ +# $Id: Makefile,v 1.1.1.1 1996/04/08 20:49:12 smpatel Exp $ # DISTNAME= jdk -PKGNAME= jdk-1.0.1 +PKGNAME= jdk-1.0.2 CATEGORIES+= www devel MASTER_SITES= ftp://ftp.javasoft.com/pub/ \ ftp://www.blackdown.org/pub/Java/pub/ -DISTFILES= JDK-1_0_1-solaris2-sparc.tar.Z +DISTFILES= JDK-1_0_2-solaris2-sparc.tar.Z -MAINTAINER= smpatel@umiacs.umd.edu +MAINTAINER= smpatel@freebsd.org NO_WRKSUBDIR= yes diff --git a/java/jdk/distinfo b/java/jdk/distinfo index 888e1792b47f..0ec59b5f09eb 100644 --- a/java/jdk/distinfo +++ b/java/jdk/distinfo @@ -1 +1 @@ -MD5 (JDK-1_0_1-solaris2-sparc.tar.Z) = ad0e7ad23627267e43231043392e30cf +MD5 (JDK-1_0_2-solaris2-sparc.tar.Z) = 107fdedb994089a17be1af5a713408c1 |