diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-03-06 01:15:00 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-03-06 01:15:00 +0800 |
commit | 2292d348323f2210d9fc68f898638f48f0133d42 (patch) | |
tree | e13f586875ef5787da2dda323b824c6a1f9d3c29 /textproc | |
parent | 7228093677de60f1a61a66acce3f07288499cc21 (diff) | |
download | freebsd-ports-gnome-2292d348323f2210d9fc68f898638f48f0133d42.tar.gz freebsd-ports-gnome-2292d348323f2210d9fc68f898638f48f0133d42.tar.zst freebsd-ports-gnome-2292d348323f2210d9fc68f898638f48f0133d42.zip |
Update to 1.51
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/Text-Template/Changes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Template/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-Text-Template/distinfo | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/textproc/p5-Text-Template/Makefile b/textproc/p5-Text-Template/Makefile index 9e5c31d538bb..87e51385a745 100644 --- a/textproc/p5-Text-Template/Makefile +++ b/textproc/p5-Text-Template/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Text-Template -PORTVERSION= 1.50 +PORTVERSION= 1.51 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +14,8 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE +TEST_DEPENDS= p5-Test-Warnings>=0:devel/p5-Test-Warnings + NO_ARCH= yes USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-Text-Template/distinfo b/textproc/p5-Text-Template/distinfo index e87b15199ea9..31648bd49bf7 100644 --- a/textproc/p5-Text-Template/distinfo +++ b/textproc/p5-Text-Template/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1518349840 -SHA256 (Text-Template-1.50.tar.gz) = b05c790698ae5ad1219def588482df66fda699897ea79276bb8a352db8854a1a -SIZE (Text-Template-1.50.tar.gz) = 47540 +TIMESTAMP = 1520265819 +SHA256 (Text-Template-1.51.tar.gz) = 1437d8a182cc0fe8c0016f59e4b3494370b15f1b53bc6ee16c8ddfd6994605d1 +SIZE (Text-Template-1.51.tar.gz) = 48054 |