diff options
author | clsung <clsung@FreeBSD.org> | 2007-06-08 08:57:15 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-06-08 08:57:15 +0800 |
commit | e87b995b0eeacc40f48ab0febe1e79217a95aa05 (patch) | |
tree | f8a340a861648e12f39d1961ff0b03c54d11f159 /textproc | |
parent | d7b1c2e05c14becc17202832b38602dab41168fe (diff) | |
download | freebsd-ports-gnome-e87b995b0eeacc40f48ab0febe1e79217a95aa05.tar.gz freebsd-ports-gnome-e87b995b0eeacc40f48ab0febe1e79217a95aa05.tar.zst freebsd-ports-gnome-e87b995b0eeacc40f48ab0febe1e79217a95aa05.zip |
- Update to 1.57
- give up maintainership
PR: ports/112958
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Pod-Xhtml/Makefile | 10 | ||||
-rw-r--r-- | textproc/p5-Pod-Xhtml/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-Pod-Xhtml/pkg-plist | 6 |
3 files changed, 12 insertions, 10 deletions
diff --git a/textproc/p5-Pod-Xhtml/Makefile b/textproc/p5-Pod-Xhtml/Makefile index b472d22e2461..ef72988192d5 100644 --- a/textproc/p5-Pod-Xhtml/Makefile +++ b/textproc/p5-Pod-Xhtml/Makefile @@ -6,21 +6,21 @@ # PORTNAME= Pod-Xhtml -PORTVERSION= 1.52 +PORTVERSION= 1.57 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Pod PKGNAMEPREFIX= p5- -MAINTAINER= gslin@gslin.org +MAINTAINER= perl@FreeBSD.org COMMENT= Generate well-formed XHTML documents from POD format documentation -BUILD_DEPENDS= ${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-Pod-Parser -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-Pod-Parser +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes MAN1= pod2xhtml.1 -MAN3= Pod::Xhtml.3 +MAN3= Pod::Hyperlink::BounceURL.3 Pod::Xhtml.3 .include <bsd.port.mk> diff --git a/textproc/p5-Pod-Xhtml/distinfo b/textproc/p5-Pod-Xhtml/distinfo index 25d5b2fe461f..c6ed262f4ea4 100644 --- a/textproc/p5-Pod-Xhtml/distinfo +++ b/textproc/p5-Pod-Xhtml/distinfo @@ -1,3 +1,3 @@ -MD5 (Pod-Xhtml-1.52.tar.gz) = 2894be2c319c1e120d9fefcdd4e6fe8b -SHA256 (Pod-Xhtml-1.52.tar.gz) = 42c30da1fb7f8f2fa062e2175585ea44445fd63baf30cf0f481adf5a6c646db4 -SIZE (Pod-Xhtml-1.52.tar.gz) = 22868 +MD5 (Pod-Xhtml-1.57.tar.gz) = cd833322c6bf4df1d92d5e8a8bedfc80 +SHA256 (Pod-Xhtml-1.57.tar.gz) = 164d5ad4492c75b9a7fcbbc646bc716c9e85fcfb5ca8725e8bfffdf5f2709028 +SIZE (Pod-Xhtml-1.57.tar.gz) = 25760 diff --git a/textproc/p5-Pod-Xhtml/pkg-plist b/textproc/p5-Pod-Xhtml/pkg-plist index 69c6a8441e97..69e510a7f614 100644 --- a/textproc/p5-Pod-Xhtml/pkg-plist +++ b/textproc/p5-Pod-Xhtml/pkg-plist @@ -1,7 +1,9 @@ @comment $FreeBSD$ -bin/pod2xhtml %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Xhtml/.packlist +%%SITE_PERL%%/Pod/Hyperlink/BounceURL.pm %%SITE_PERL%%/Pod/Xhtml.pm +bin/pod2xhtml +@dirrmtry %%SITE_PERL%%/Pod/Hyperlink +@dirrmtry %%SITE_PERL%%/Pod @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Xhtml @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod -@dirrmtry %%SITE_PERL%%/Pod |