diff options
author | culot <culot@FreeBSD.org> | 2013-04-19 02:48:32 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2013-04-19 02:48:32 +0800 |
commit | 1f1e16f5434e418683c8a671171e34f2b4f60003 (patch) | |
tree | 79cc24eaae3d7e728ee9c40353370efd0790b9e4 /devel | |
parent | f37fcae496ba34b0fe4b2dfe00039fdf73fdaab3 (diff) | |
download | freebsd-ports-gnome-1f1e16f5434e418683c8a671171e34f2b4f60003.tar.gz freebsd-ports-gnome-1f1e16f5434e418683c8a671171e34f2b4f60003.tar.zst freebsd-ports-gnome-1f1e16f5434e418683c8a671171e34f2b4f60003.zip |
- Update to 0.12
Changes: http://search.cpan.org/dist/Future/Changes
Submitted by: sunpoet@ (via private email)
Feature safe: yes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Future/Makefile | 10 | ||||
-rw-r--r-- | devel/p5-Future/distinfo | 4 |
2 files changed, 8 insertions, 6 deletions
diff --git a/devel/p5-Future/Makefile b/devel/p5-Future/Makefile index 6fca9650007d..b4ee8c233c17 100644 --- a/devel/p5-Future/Makefile +++ b/devel/p5-Future/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Future -PORTVERSION= 0.10 +PORTVERSION= 0.12 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PEVANS @@ -16,13 +16,15 @@ LICENSE_COMB= dual TEST_DEPENDS= p5-Test-Fatal>0:${PORTSDIR}/devel/p5-Test-Fatal \ p5-Test-Identity>0:${PORTSDIR}/devel/p5-Test-Identity \ - p5-Test-Refcount>0:${PORTSDIR}/devel/p5-Test-Refcount + p5-Test-Refcount>0:${PORTSDIR}/devel/p5-Test-Refcount \ + p5-Test-Warn>0:${PORTSDIR}/devel/p5-Test-Warn PERL_MODBUILD= yes -MAN3= Future.3 Future::Utils.3 +MAN3= Future.3 Future::Phrasebook.3 Future::Utils.3 -PLIST_FILES= %%SITE_PERL%%/Future.pm %%SITE_PERL%%/Future/Utils.pm +PLIST_FILES= %%SITE_PERL%%/Future.pm %%SITE_PERL%%/Future/Phrasebook.pod \ + %%SITE_PERL%%/Future/Utils.pm PLIST_DIRS= %%SITE_PERL%%/Future .include <bsd.port.mk> diff --git a/devel/p5-Future/distinfo b/devel/p5-Future/distinfo index 9c4a8ca71c6d..24652e8bbacc 100644 --- a/devel/p5-Future/distinfo +++ b/devel/p5-Future/distinfo @@ -1,2 +1,2 @@ -SHA256 (Future-0.10.tar.gz) = 819c3e66307d34bf5bff6579b4918ab17b6a4351ced5b711a6f30107498337ed -SIZE (Future-0.10.tar.gz) = 38650 +SHA256 (Future-0.12.tar.gz) = 8e3896c53dd38b29874f0e8bc6ff0d17456e00effefa51e1a21215f589024689 +SIZE (Future-0.12.tar.gz) = 44353 |