diff options
author | novel <novel@FreeBSD.org> | 2005-07-26 16:11:49 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-07-26 16:11:49 +0800 |
commit | f31d5598af6c8eb740c1e34d9a7206232a144246 (patch) | |
tree | b88f804b31b192853c7881484d76bb2bd0c4d65e | |
parent | 1ad2e6853c9589feed8fd2f1204b7accf6c27080 (diff) | |
download | freebsd-ports-gnome-f31d5598af6c8eb740c1e34d9a7206232a144246.tar.gz freebsd-ports-gnome-f31d5598af6c8eb740c1e34d9a7206232a144246.tar.zst freebsd-ports-gnome-f31d5598af6c8eb740c1e34d9a7206232a144246.zip |
Update to 0.76.
PR: 84100
Submitted by: Alexander Zhuravlev (maintainer)
-rw-r--r-- | textproc/p5-Text-WikiFormat/Makefile | 11 | ||||
-rw-r--r-- | textproc/p5-Text-WikiFormat/distinfo | 4 | ||||
-rw-r--r-- | textproc/p5-Text-WikiFormat/pkg-plist | 2 |
3 files changed, 10 insertions, 7 deletions
diff --git a/textproc/p5-Text-WikiFormat/Makefile b/textproc/p5-Text-WikiFormat/Makefile index 57b7819aa4cf..421bfa9f82ab 100644 --- a/textproc/p5-Text-WikiFormat/Makefile +++ b/textproc/p5-Text-WikiFormat/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Text-WikiFormat -PORTVERSION= 0.72 +PORTVERSION= 0.76 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Text @@ -15,12 +15,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= zaa@zaa.pp.ru COMMENT= Module for translating Wiki formatted text into other formats -BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ - ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +RUN_DEPENDS= ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \ + ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils PERL_MODBUILD= yes -MAN3= Text::WikiFormat.3 +MAN3= Text::WikiFormat.3 \ + Text::WikiFormat::Blocks.3 .include <bsd.port.mk> diff --git a/textproc/p5-Text-WikiFormat/distinfo b/textproc/p5-Text-WikiFormat/distinfo index 72e074dcf745..7a32a6df1fb4 100644 --- a/textproc/p5-Text-WikiFormat/distinfo +++ b/textproc/p5-Text-WikiFormat/distinfo @@ -1,2 +1,2 @@ -MD5 (Text-WikiFormat-0.72.tar.gz) = c1136205a8d7e8fbbe19df761c956ae6 -SIZE (Text-WikiFormat-0.72.tar.gz) = 24693 +MD5 (Text-WikiFormat-0.76.tar.gz) = 70bc20c8d058bf64df24e384d36748d1 +SIZE (Text-WikiFormat-0.76.tar.gz) = 30031 diff --git a/textproc/p5-Text-WikiFormat/pkg-plist b/textproc/p5-Text-WikiFormat/pkg-plist index 4aab03551163..76316f1969bf 100644 --- a/textproc/p5-Text-WikiFormat/pkg-plist +++ b/textproc/p5-Text-WikiFormat/pkg-plist @@ -1,4 +1,6 @@ %%SITE_PERL%%/Text/WikiFormat.pm +%%SITE_PERL%%/Text/WikiFormat/Blocks.pm @unexec rmdir %D/%%SITE_PERL%%/auto/Text 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Text/WikiFormat 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/Text 2>/dev/null || true |