diff options
author | tobez <tobez@FreeBSD.org> | 2011-01-11 16:12:04 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2011-01-11 16:12:04 +0800 |
commit | 114e1406be90adc66191cbed0fc569ae161363dc (patch) | |
tree | ac5833b596af075cc1532b4ddef884cdcf978fce /textproc | |
parent | 53a73b4198f2f36d2ddc37301131aa00ac4eb59a (diff) | |
download | freebsd-ports-gnome-114e1406be90adc66191cbed0fc569ae161363dc.tar.gz freebsd-ports-gnome-114e1406be90adc66191cbed0fc569ae161363dc.tar.zst freebsd-ports-gnome-114e1406be90adc66191cbed0fc569ae161363dc.zip |
Update to 1.0000.
Changes: http://search.cpan.org/dist/Text-Xslate/Changes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Xslate/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-Text-Xslate/distinfo | 5 | ||||
-rw-r--r-- | textproc/p5-Text-Xslate/pkg-plist | 1 |
3 files changed, 8 insertions, 6 deletions
diff --git a/textproc/p5-Text-Xslate/Makefile b/textproc/p5-Text-Xslate/Makefile index 3c0c7115d014..bc99a066c309 100644 --- a/textproc/p5-Text-Xslate/Makefile +++ b/textproc/p5-Text-Xslate/Makefile @@ -6,9 +6,9 @@ # PORTNAME= Text-Xslate -PORTVERSION= 0.2008 +PORTVERSION= 1.0000 CATEGORIES= textproc perl5 -MASTER_SITES= CPAN +MASTER_SITES= CPAN/../../authors/id/G/GF/GFUJI PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org @@ -17,7 +17,8 @@ COMMENT= High performance template engine BUILD_DEPENDS= p5-parent>=0.221:${PORTSDIR}/devel/p5-parent \ p5-Mouse>=0.61:${PORTSDIR}/devel/p5-Mouse \ p5-Any-Moose>=0.13:${PORTSDIR}/devel/p5-Any-Moose \ - p5-MouseX-Getopt>=0.2601:${PORTSDIR}/devel/p5-MouseX-Getopt + p5-MouseX-Getopt>=0.2601:${PORTSDIR}/devel/p5-MouseX-Getopt \ + p5-Data-MessagePack>=0.30:${PORTSDIR}/devel/p5-Data-MessagePack RUN_DEPENDS= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple \ p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires @@ -30,6 +31,7 @@ MAN1= xslate.1 MAN3= Text::Xslate.3 \ Text::Xslate::Bridge.3 \ Text::Xslate::Compiler.3 \ + Text::Xslate::HashWithDefault.3 \ Text::Xslate::Manual.3 \ Text::Xslate::Manual::Builtin.3 \ Text::Xslate::Manual::Cookbook.3 \ diff --git a/textproc/p5-Text-Xslate/distinfo b/textproc/p5-Text-Xslate/distinfo index 09affa18907d..76ecb8f2090e 100644 --- a/textproc/p5-Text-Xslate/distinfo +++ b/textproc/p5-Text-Xslate/distinfo @@ -1,3 +1,2 @@ -MD5 (Text-Xslate-0.2008.tar.gz) = a5f26020f8091f2ca5c834ac83d1f30c -SHA256 (Text-Xslate-0.2008.tar.gz) = ab202b09c73bc6023a0bd3d1a26ba077a367f69db81c4e6bc001677891839a21 -SIZE (Text-Xslate-0.2008.tar.gz) = 184783 +SHA256 (Text-Xslate-1.0000.tar.gz) = 8d32c5673a389fde26dd0ca4e521d46abcf99f1f7189afc4b117f63ae3109c95 +SIZE (Text-Xslate-1.0000.tar.gz) = 192752 diff --git a/textproc/p5-Text-Xslate/pkg-plist b/textproc/p5-Text-Xslate/pkg-plist index 006308a04448..c65f641e209a 100644 --- a/textproc/p5-Text-Xslate/pkg-plist +++ b/textproc/p5-Text-Xslate/pkg-plist @@ -2,6 +2,7 @@ bin/xslate %%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate.pm %%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/Bridge.pm %%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/Compiler.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/HashWithDefault.pm %%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/Manual.pod %%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/Manual/Builtin.pod %%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/Manual/Cookbook.pod |