svn commit: r316071 - head/devel/p5-Future
Frederic Culot
culot at FreeBSD.org
Thu Apr 18 18:48:32 UTC 2013
Author: culot
Date: Thu Apr 18 18:48:32 2013
New Revision: 316071
URL: http://svnweb.freebsd.org/changeset/ports/316071
Log:
- Update to 0.12
Changes: http://search.cpan.org/dist/Future/Changes
Submitted by: sunpoet@ (via private email)
Feature safe: yes
Modified:
head/devel/p5-Future/Makefile
head/devel/p5-Future/distinfo
Modified: head/devel/p5-Future/Makefile
==============================================================================
--- head/devel/p5-Future/Makefile Thu Apr 18 18:39:43 2013 (r316070)
+++ head/devel/p5-Future/Makefile Thu Apr 18 18:48:32 2013 (r316071)
@@ -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>
Modified: head/devel/p5-Future/distinfo
==============================================================================
--- head/devel/p5-Future/distinfo Thu Apr 18 18:39:43 2013 (r316070)
+++ head/devel/p5-Future/distinfo Thu Apr 18 18:48:32 2013 (r316071)
@@ -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
More information about the svn-ports-all
mailing list