diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-07-26 08:11:49 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-07-26 08:11:49 +0000 |
commit | 055a8d8b7912543829a5101006b4ad69d305f4c0 (patch) | |
tree | e01dba0234cdafcc278b7eecfa78c0d3b9496f52 /textproc/p5-Text-WikiFormat | |
parent | 540ec5901116ab6d3f132e58aecc9906b494eaa4 (diff) | |
download | ports-055a8d8b7912543829a5101006b4ad69d305f4c0.tar.gz ports-055a8d8b7912543829a5101006b4ad69d305f4c0.zip |
Notes
Diffstat (limited to 'textproc/p5-Text-WikiFormat')
-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 |