aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Xslate
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2010-06-23 12:27:54 +0000
committerAnton Berezin <tobez@FreeBSD.org>2010-06-23 12:27:54 +0000
commit94816da3f8dbc22a74c712bff95eca45ab31286d (patch)
tree9d0ebd1347da3c26cc9ea175cb03c5610274f66c /textproc/p5-Text-Xslate
parentaa0fc158c7190a5ca727cde383abc9089625b7d1 (diff)
downloadports-94816da3f8dbc22a74c712bff95eca45ab31286d.tar.gz
ports-94816da3f8dbc22a74c712bff95eca45ab31286d.zip
Notes
Diffstat (limited to 'textproc/p5-Text-Xslate')
-rw-r--r--textproc/p5-Text-Xslate/Makefile8
-rw-r--r--textproc/p5-Text-Xslate/distinfo6
-rw-r--r--textproc/p5-Text-Xslate/pkg-plist4
3 files changed, 5 insertions, 13 deletions
diff --git a/textproc/p5-Text-Xslate/Makefile b/textproc/p5-Text-Xslate/Makefile
index cc6a5132c2de..f5b1c32cb693 100644
--- a/textproc/p5-Text-Xslate/Makefile
+++ b/textproc/p5-Text-Xslate/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Text-Xslate
-PORTVERSION= 0.1034
+PORTVERSION= 0.1036
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -15,7 +15,7 @@ MAINTAINER= tobez@FreeBSD.org
COMMENT= High performance template engine
BUILD_DEPENDS= p5-parent>=0.221:${PORTSDIR}/devel/p5-parent \
- p5-Mouse>=0.55:${PORTSDIR}/devel/p5-Mouse \
+ 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
RUN_DEPENDS= ${BUILD_DEPENDS}
@@ -28,7 +28,6 @@ MAN1= xslate.1
MAN3= Text::Xslate.3 \
Text::Xslate::Bridge.3 \
Text::Xslate::Compiler.3 \
- Text::Xslate::EscapedString.3 \
Text::Xslate::PP.3 \
Text::Xslate::PP::Booster.3 \
Text::Xslate::PP::Const.3 \
@@ -36,9 +35,6 @@ MAN3= Text::Xslate.3 \
Text::Xslate::PP::Method.3 \
Text::Xslate::PP::Opcode.3 \
Text::Xslate::PP::State.3 \
- Text::Xslate::PP::Type::Array.3 \
- Text::Xslate::PP::Type::EscapedString.3 \
- Text::Xslate::PP::Type::Hash.3 \
Text::Xslate::PP::Type::Pair.3 \
Text::Xslate::PP::Type::Raw.3 \
Text::Xslate::Parser.3 \
diff --git a/textproc/p5-Text-Xslate/distinfo b/textproc/p5-Text-Xslate/distinfo
index 27b1c5350979..d9ce2a925fca 100644
--- a/textproc/p5-Text-Xslate/distinfo
+++ b/textproc/p5-Text-Xslate/distinfo
@@ -1,3 +1,3 @@
-MD5 (Text-Xslate-0.1034.tar.gz) = 60512113d9b6d5d46f2b559c62983de6
-SHA256 (Text-Xslate-0.1034.tar.gz) = 355235a557550f3184eb7ead5f068d03197492443168d95989e2470226438c4b
-SIZE (Text-Xslate-0.1034.tar.gz) = 140833
+MD5 (Text-Xslate-0.1036.tar.gz) = 7adb001cfd44b08a961da9267626b022
+SHA256 (Text-Xslate-0.1036.tar.gz) = e16fea837eb6d24e48d5bdbe3579c23e17b7e1fce38db38e2cb235032bcf8f39
+SIZE (Text-Xslate-0.1036.tar.gz) = 144221
diff --git a/textproc/p5-Text-Xslate/pkg-plist b/textproc/p5-Text-Xslate/pkg-plist
index 95306f2686c3..9bf9d5c17a39 100644
--- a/textproc/p5-Text-Xslate/pkg-plist
+++ b/textproc/p5-Text-Xslate/pkg-plist
@@ -2,7 +2,6 @@ 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/EscapedString.pm
%%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
@@ -10,9 +9,6 @@ bin/xslate
%%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/PP/Method.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/PP/Opcode.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/PP/State.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/PP/Type/Array.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/PP/Type/EscapedString.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/PP/Type/Hash.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/PP/Type/Pair.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/PP/Type/Raw.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/Parser.pm