diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-04-07 01:44:03 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-04-07 01:44:03 +0800 |
commit | dbb00bac3e7fc061219a37171d6e69f4c50d3320 (patch) | |
tree | f86b8fdbb2106ac9986f809df9755830cffae0e6 /textproc/p5-Text-Trac | |
parent | be0592172a14dddd739e8d18c999e61b04292d6d (diff) | |
download | freebsd-ports-gnome-dbb00bac3e7fc061219a37171d6e69f4c50d3320.tar.gz freebsd-ports-gnome-dbb00bac3e7fc061219a37171d6e69f4c50d3320.tar.zst freebsd-ports-gnome-dbb00bac3e7fc061219a37171d6e69f4c50d3320.zip |
- Update to 0.18
- Add LICENSE
- Sort PLIST
Changes: http://search.cpan.org/dist/Text-Trac/Changes
Diffstat (limited to 'textproc/p5-Text-Trac')
-rw-r--r-- | textproc/p5-Text-Trac/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-Text-Trac/distinfo | 4 | ||||
-rw-r--r-- | textproc/p5-Text-Trac/pkg-plist | 3 |
3 files changed, 9 insertions, 4 deletions
diff --git a/textproc/p5-Text-Trac/Makefile b/textproc/p5-Text-Trac/Makefile index c6f20c3dc7e5..ced0f65cebb1 100644 --- a/textproc/p5-Text-Trac/Makefile +++ b/textproc/p5-Text-Trac/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Text-Trac -PORTVERSION= 0.16 +PORTVERSION= 0.18 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,11 +10,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for formatting text with Trac Wiki Style +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash \ + p5-Path-Tiny>=0:${PORTSDIR}/devel/p5-Path-Tiny \ p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base diff --git a/textproc/p5-Text-Trac/distinfo b/textproc/p5-Text-Trac/distinfo index 2605928d1ccf..71d9b73b39ff 100644 --- a/textproc/p5-Text-Trac/distinfo +++ b/textproc/p5-Text-Trac/distinfo @@ -1,2 +1,2 @@ -SHA256 (Text-Trac-0.16.tar.gz) = fe159257884f741b61602448b6f15f1acae1b058e3a55bef6b967cfa626f3a0e -SIZE (Text-Trac-0.16.tar.gz) = 33428 +SHA256 (Text-Trac-0.18.tar.gz) = be5da29d2ccc6d29bb5705a15892c8ace4e6b3e5da966d4b04ef5b12b1f6b4be +SIZE (Text-Trac-0.18.tar.gz) = 66002 diff --git a/textproc/p5-Text-Trac/pkg-plist b/textproc/p5-Text-Trac/pkg-plist index c9d7c93502c9..8e0f5fc96ddf 100644 --- a/textproc/p5-Text-Trac/pkg-plist +++ b/textproc/p5-Text-Trac/pkg-plist @@ -1,4 +1,4 @@ -%%PERL5_MAN3%%/Text::Trac.3.gz +bin/trac2html %%SITE_PERL%%/Text/Trac.pm %%SITE_PERL%%/Text/Trac/BlockNode.pm %%SITE_PERL%%/Text/Trac/Blockquote.pm @@ -27,3 +27,4 @@ %%SITE_PERL%%/Text/Trac/Table.pm %%SITE_PERL%%/Text/Trac/Text.pm %%SITE_PERL%%/Text/Trac/Ul.pm +%%PERL5_MAN3%%/Text::Trac.3.gz |