- Update to 0.12
Changes: http://search.cpan.org/dist/Future/Changes Submitted by: sunpoet@ (via private email) Feature safe: yes
This commit is contained in:
parent
93799a0833
commit
60a9a797da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316071
2 changed files with 8 additions and 6 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue