diff options
author | tobez <tobez@FreeBSD.org> | 2011-09-02 23:34:57 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2011-09-02 23:34:57 +0800 |
commit | 0fb368b49ee83a6f5ed3f714b3ebcdc8e1c31b05 (patch) | |
tree | 03eed1228539b193918ec35b63fb9afcb5d1079e /textproc | |
parent | ea5aacac2d6223bcd5f93ba4b4d0bab1e42ea5d2 (diff) | |
download | freebsd-ports-gnome-0fb368b49ee83a6f5ed3f714b3ebcdc8e1c31b05.tar.gz freebsd-ports-gnome-0fb368b49ee83a6f5ed3f714b3ebcdc8e1c31b05.tar.zst freebsd-ports-gnome-0fb368b49ee83a6f5ed3f714b3ebcdc8e1c31b05.zip |
Update to 1.5002.
Changes: http://search.cpan.org/dist/Text-Xslate/Changes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Xslate/Makefile | 10 | ||||
-rw-r--r-- | textproc/p5-Text-Xslate/distinfo | 4 |
2 files changed, 8 insertions, 6 deletions
diff --git a/textproc/p5-Text-Xslate/Makefile b/textproc/p5-Text-Xslate/Makefile index 0b0628960e19..7f830c484e25 100644 --- a/textproc/p5-Text-Xslate/Makefile +++ b/textproc/p5-Text-Xslate/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Text-Xslate -PORTVERSION= 1.1005 +PORTVERSION= 1.5002 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:GFUJI @@ -15,13 +15,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= High performance template engine -LICENSE_COMB= dual LICENSE= ART20 GPLv1 -BUILD_DEPENDS= p5-parent>=0.221:${PORTSDIR}/devel/p5-parent \ +LICENSE_COMB= dual + +COMMON_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-Data-MessagePack>=0.30:${PORTSDIR}/devel/p5-Data-MessagePack -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${COMMON_DEPENDS} +RUN_DEPENDS= ${COMMON_DEPENDS} TEST_DEPENDS= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple \ p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires diff --git a/textproc/p5-Text-Xslate/distinfo b/textproc/p5-Text-Xslate/distinfo index 9d257a57330b..530466fed325 100644 --- a/textproc/p5-Text-Xslate/distinfo +++ b/textproc/p5-Text-Xslate/distinfo @@ -1,2 +1,2 @@ -SHA256 (Text-Xslate-1.1005.tar.gz) = 7370ed88e69c607aaa00fbbffa840016ab48bb0232a4f0222e1028b38e267fbe -SIZE (Text-Xslate-1.1005.tar.gz) = 195458 +SHA256 (Text-Xslate-1.5002.tar.gz) = 92258d1b1cb94f222fc978d2bde51db63a3f57061fdf78a07760b571ed7b5a4b +SIZE (Text-Xslate-1.5002.tar.gz) = 204650 |