diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-07-08 20:17:49 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-07-08 20:17:49 +0000 |
commit | d64b465f950441d2bfea87bef2c9024c71d92496 (patch) | |
tree | d48a979b0e0fabf3511babd93dbe4941f0f29e98 /net/phex | |
parent | d9354f17113373b93d68dfa918956ded13f2e519 (diff) | |
download | ports-d64b465f950441d2bfea87bef2c9024c71d92496.tar.gz ports-d64b465f950441d2bfea87bef2c9024c71d92496.zip |
Notes
Diffstat (limited to 'net/phex')
-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 79582137f764..d864cc616d57 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 2ec98bf25426..29b4158d6da2 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 58c5fb0d7321..2b61d68ae3ea 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 - |