diff options
author | tobez <tobez@FreeBSD.org> | 2010-07-02 03:48:14 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2010-07-02 03:48:14 +0800 |
commit | 9f682a06bd2d5c0394d3db92f7a01b0b63be5d99 (patch) | |
tree | cf2dea951cef269ce8c709e50008e54b92184362 /textproc | |
parent | b971a72c4540a72eb5175e7a3375d7e05550f33f (diff) | |
download | freebsd-ports-gnome-9f682a06bd2d5c0394d3db92f7a01b0b63be5d99.tar.gz freebsd-ports-gnome-9f682a06bd2d5c0394d3db92f7a01b0b63be5d99.tar.zst freebsd-ports-gnome-9f682a06bd2d5c0394d3db92f7a01b0b63be5d99.zip |
Update to 0.1040.
Changes: http://search.cpan.org/dist/Text-Xslate/Changes
Feature safe: yes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Xslate/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-Text-Xslate/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-Text-Xslate/pkg-plist | 1 |
3 files changed, 6 insertions, 4 deletions
diff --git a/textproc/p5-Text-Xslate/Makefile b/textproc/p5-Text-Xslate/Makefile index f5b1c32cb693..8ccc5d75f66a 100644 --- a/textproc/p5-Text-Xslate/Makefile +++ b/textproc/p5-Text-Xslate/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Text-Xslate -PORTVERSION= 0.1036 +PORTVERSION= 0.1040 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -28,6 +28,7 @@ MAN1= xslate.1 MAN3= Text::Xslate.3 \ Text::Xslate::Bridge.3 \ Text::Xslate::Compiler.3 \ + Text::Xslate::Cookbook.3 \ Text::Xslate::PP.3 \ Text::Xslate::PP::Booster.3 \ Text::Xslate::PP::Const.3 \ diff --git a/textproc/p5-Text-Xslate/distinfo b/textproc/p5-Text-Xslate/distinfo index d9ce2a925fca..0885b25a88b5 100644 --- a/textproc/p5-Text-Xslate/distinfo +++ b/textproc/p5-Text-Xslate/distinfo @@ -1,3 +1,3 @@ -MD5 (Text-Xslate-0.1036.tar.gz) = 7adb001cfd44b08a961da9267626b022 -SHA256 (Text-Xslate-0.1036.tar.gz) = e16fea837eb6d24e48d5bdbe3579c23e17b7e1fce38db38e2cb235032bcf8f39 -SIZE (Text-Xslate-0.1036.tar.gz) = 144221 +MD5 (Text-Xslate-0.1040.tar.gz) = 94175f4f5fa4eb2ddcadb1a3fc0bb306 +SHA256 (Text-Xslate-0.1040.tar.gz) = 604fad28c7f02d87b184a11016450fdeedc24e7ca8d8099b6db315c3b4c746ec +SIZE (Text-Xslate-0.1040.tar.gz) = 150976 diff --git a/textproc/p5-Text-Xslate/pkg-plist b/textproc/p5-Text-Xslate/pkg-plist index 9bf9d5c17a39..c719c7662fe1 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/Cookbook.pod %%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/PP.pm %%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/PP/Booster.pm %%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/PP/Const.pm |