diff options
author | archie <archie@FreeBSD.org> | 2005-03-21 10:27:48 +0800 |
---|---|---|
committer | archie <archie@FreeBSD.org> | 2005-03-21 10:27:48 +0800 |
commit | c898d1bf50047bce5db98ef1cd966fc4276f9b9c (patch) | |
tree | 23c0ea73a1e7d4b3ccdc893b8efc16379f57cfcd /java | |
parent | 7b7cc8e9807f7cc69424f798ac97cca5203614a4 (diff) | |
download | freebsd-ports-gnome-c898d1bf50047bce5db98ef1cd966fc4276f9b9c.tar.gz freebsd-ports-gnome-c898d1bf50047bce5db98ef1cd966fc4276f9b9c.tar.zst freebsd-ports-gnome-c898d1bf50047bce5db98ef1cd966fc4276f9b9c.zip |
Update to version 0.14.
Diffstat (limited to 'java')
-rw-r--r-- | java/classpath/Makefile | 5 | ||||
-rw-r--r-- | java/classpath/distinfo | 4 | ||||
-rw-r--r-- | java/classpath/pkg-descr | 2 |
3 files changed, 5 insertions, 6 deletions
diff --git a/java/classpath/Makefile b/java/classpath/Makefile index c52e50309d75..5e7ea387a5b4 100644 --- a/java/classpath/Makefile +++ b/java/classpath/Makefile @@ -7,14 +7,13 @@ # PORTNAME= classpath -PORTVERSION= 0.12 -PORTREVISION= 1 +PORTVERSION= 0.14 CATEGORIES= java MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -COMMENT= A GNU project to create free core class libraries +COMMENT= A GNU project to create a free Java class library BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip diff --git a/java/classpath/distinfo b/java/classpath/distinfo index b03fb2a304eb..e2f45014a78a 100644 --- a/java/classpath/distinfo +++ b/java/classpath/distinfo @@ -1,2 +1,2 @@ -MD5 (classpath-0.12.tar.gz) = ce1f7fbe6f2e3b738bae3b46f01a9670 -SIZE (classpath-0.10.tar.gz) = 4129732 +MD5 (classpath-0.14.tar.gz) = 227beb20b927c042628539601c867614 +SIZE (classpath-0.14.tar.gz) = 5349514 diff --git a/java/classpath/pkg-descr b/java/classpath/pkg-descr index 35a48e40b9f2..9dd1f6d28a26 100644 --- a/java/classpath/pkg-descr +++ b/java/classpath/pkg-descr @@ -1,5 +1,5 @@ GNU Classpath, Essential Libraries for Java, is a GNU project to create free -core class libraries for use with virtual machines and compilers for the java +core class libraries for use with virtual machines and compilers for the Java programming language. WWW: http://www.classpath.org/ |