diff options
author | Frederic Culot <culot@FreeBSD.org> | 2013-11-26 08:13:10 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2013-11-26 08:13:10 +0000 |
commit | 561fc6d198f57ea049848ff8c80121758de05882 (patch) | |
tree | 37a4aabc9eff9630eec99faf8f0a2f777fcbe061 /textproc/p5-Text-WikiFormat | |
parent | afaa265de27a8654f68352794ed5be88ef2d9522 (diff) | |
download | ports-561fc6d198f57ea049848ff8c80121758de05882.tar.gz ports-561fc6d198f57ea049848ff8c80121758de05882.zip |
- Update to 0.81
- Support staging
Changes: http://search.cpan.org/dist/Text-WikiFormat/Changes
Notes
Notes:
svn path=/head/; revision=334922
Diffstat (limited to 'textproc/p5-Text-WikiFormat')
-rw-r--r-- | textproc/p5-Text-WikiFormat/Makefile | 10 | ||||
-rw-r--r-- | textproc/p5-Text-WikiFormat/distinfo | 4 | ||||
-rw-r--r-- | textproc/p5-Text-WikiFormat/pkg-plist | 5 |
3 files changed, 10 insertions, 9 deletions
diff --git a/textproc/p5-Text-WikiFormat/Makefile b/textproc/p5-Text-WikiFormat/Makefile index e968c4362076..66de71685c3d 100644 --- a/textproc/p5-Text-WikiFormat/Makefile +++ b/textproc/p5-Text-WikiFormat/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Text-WikiFormat -PORTVERSION= 0.80 +PORTVERSION= 0.81 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,14 +13,10 @@ COMMENT= Module for translating Wiki formatted text into other formats LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-URI>0:${PORTSDIR}/net/p5-URI +BUILD_DEPENDS= p5-URI>=0.01:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 -USE_PERL5= modbuild +USE_PERL5= configure -MAN3= Text::WikiFormat.3 \ - Text::WikiFormat::Blocks.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/p5-Text-WikiFormat/distinfo b/textproc/p5-Text-WikiFormat/distinfo index fa5ecf834a55..ca9471a704db 100644 --- a/textproc/p5-Text-WikiFormat/distinfo +++ b/textproc/p5-Text-WikiFormat/distinfo @@ -1,2 +1,2 @@ -SHA256 (Text-WikiFormat-0.80.tar.gz) = 3ed72a028f49274c61bdf001c831b77389c47e2c611ac0414fa0c3bee3783544 -SIZE (Text-WikiFormat-0.80.tar.gz) = 28845 +SHA256 (Text-WikiFormat-0.81.tar.gz) = e43cd995ad9157a7e839d993ee7b6c4d1854947e557d096d9d5aaf74507fab33 +SIZE (Text-WikiFormat-0.81.tar.gz) = 34409 diff --git a/textproc/p5-Text-WikiFormat/pkg-plist b/textproc/p5-Text-WikiFormat/pkg-plist index 2fcdd14cbe74..1a3f05dd708a 100644 --- a/textproc/p5-Text-WikiFormat/pkg-plist +++ b/textproc/p5-Text-WikiFormat/pkg-plist @@ -1,4 +1,9 @@ %%SITE_PERL%%/Text/WikiFormat.pm %%SITE_PERL%%/Text/WikiFormat/Blocks.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/WikiFormat/.packlist +%%PERL5_MAN3%%/Text::WikiFormat.3.gz +%%PERL5_MAN3%%/Text::WikiFormat::Blocks.3.gz +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/WikiFormat +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text @dirrmtry %%SITE_PERL%%/Text/WikiFormat @dirrmtry %%SITE_PERL%%/Text |