diff options
author | lioux <lioux@FreeBSD.org> | 2002-07-08 20:17:49 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-07-08 20:17:49 +0000 |
commit | 5d322bebeaee7f13b1b72b59f3a15d73728feacb (patch) | |
tree | 2851cce7203fffb1946bde8f351ad443ad439084 /net | |
parent | fcad4266cc0daedc784d1e54ae914fe114ca35d5 (diff) | |
download | FreeBSD-ports-5d322bebeaee7f13b1b72b59f3a15d73728feacb.zip FreeBSD-ports-5d322bebeaee7f13b1b72b59f3a15d73728feacb.tar.gz |
Update to 0.7.2
Diffstat (limited to 'net')
-rw-r--r-- | net/phex/Makefile | 7 | ||||
-rw-r--r-- | net/phex/distinfo | 2 | ||||
-rw-r--r-- | net/phex/pkg-plist | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/net/phex/Makefile b/net/phex/Makefile index 7958213..d864cc6 100644 --- a/net/phex/Makefile +++ b/net/phex/Makefile @@ -6,15 +6,15 @@ # PORTNAME= phex -PORTVERSION= 0.6.3 +PORTVERSION= 0.7.2 CATEGORIES= net java MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}_${PORTVERSION} +DISTNAME= ${PORTNAME}_${PORTVERSION}_j2se1.3 MAINTAINER= lioux@FreeBSD.org -USE_JAVA= 1.3+ +USE_JAVA= 1.3 USE_ZIP= yes NO_BUILD= yes NO_BUILD_DEPENDS_JAVA= yes @@ -27,6 +27,7 @@ JAR_MANIFEST= ${FILESDIR}/manifest DOC_FILES= COPYING License-RI.html License-W3C.html changelog.txt \ contributors.txt readme-Furi.txt readme-developers.txt \ + GPL.txt \ readme.txt JAR_FILES= crimson.jar jaxp.jar phex.jar xalan.jar diff --git a/net/phex/distinfo b/net/phex/distinfo index 2ec98bf..29b4158 100644 --- a/net/phex/distinfo +++ b/net/phex/distinfo @@ -1 +1 @@ -MD5 (phex_0.6.3.zip) = 6cdb81b680fc9c004517739a20eaacf6 +MD5 (phex_0.7.2_j2se1.3.zip) = aff8c5715bc908d2cf538f8c13256265 diff --git a/net/phex/pkg-plist b/net/phex/pkg-plist index 58c5fb0..2b61d68 100644 --- a/net/phex/pkg-plist +++ b/net/phex/pkg-plist @@ -1,5 +1,6 @@ bin/phex %%PORTDOCS%%share/doc/phex/COPYING +%%PORTDOCS%%share/doc/phex/GPL.txt %%PORTDOCS%%share/doc/phex/License-RI.html %%PORTDOCS%%share/doc/phex/License-W3C.html %%PORTDOCS%%share/doc/phex/changelog.txt @@ -15,4 +16,3 @@ bin/phex @dirrm %%JAR_DIR%% @unexec rmdir %D/share/java/jar 2>/dev/null || true @unexec rmdir %D/share/java 2>/dev/null || true - |