svn commit: r482759 - head/devel/p5-Future

Frederic Culot culot at FreeBSD.org
Mon Oct 22 17:37:50 UTC 2018


Author: culot
Date: Mon Oct 22 17:37:48 2018
New Revision: 482759
URL: https://svnweb.freebsd.org/changeset/ports/482759

Log:
  - Update to 0.39
  
  Changes:	https://metacpan.org/source/PEVANS/Future-0.39/Changes

Modified:
  head/devel/p5-Future/Makefile
  head/devel/p5-Future/distinfo
  head/devel/p5-Future/pkg-plist

Modified: head/devel/p5-Future/Makefile
==============================================================================
--- head/devel/p5-Future/Makefile	Mon Oct 22 16:56:36 2018	(r482758)
+++ head/devel/p5-Future/Makefile	Mon Oct 22 17:37:48 2018	(r482759)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Future
-PORTVERSION=	0.38
+PORTVERSION=	0.39
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:PEVANS

Modified: head/devel/p5-Future/distinfo
==============================================================================
--- head/devel/p5-Future/distinfo	Mon Oct 22 16:56:36 2018	(r482758)
+++ head/devel/p5-Future/distinfo	Mon Oct 22 17:37:48 2018	(r482759)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1522237748
-SHA256 (Future-0.38.tar.gz) = 68426ec98108b0d6311994b9201e8644cb25ee46497e6501b71a4555c9218463
-SIZE (Future-0.38.tar.gz) = 87772
+TIMESTAMP = 1539282329
+SHA256 (Future-0.39.tar.gz) = 1fdd988fabf477ad57156c8f9c1948c8037d7851830e8f37ae74e5a0ee4b6b45
+SIZE (Future-0.39.tar.gz) = 88840

Modified: head/devel/p5-Future/pkg-plist
==============================================================================
--- head/devel/p5-Future/pkg-plist	Mon Oct 22 16:56:36 2018	(r482758)
+++ head/devel/p5-Future/pkg-plist	Mon Oct 22 17:37:48 2018	(r482759)
@@ -3,8 +3,10 @@
 %%SITE_PERL%%/Future/Phrasebook.pod
 %%SITE_PERL%%/Future/Utils.pm
 %%SITE_PERL%%/Test/Future.pm
+%%SITE_PERL%%/Test/Future/Deferred.pm
 %%PERL5_MAN3%%/Future.3.gz
 %%PERL5_MAN3%%/Future::Mutex.3.gz
 %%PERL5_MAN3%%/Future::Phrasebook.3.gz
 %%PERL5_MAN3%%/Future::Utils.3.gz
 %%PERL5_MAN3%%/Test::Future.3.gz
+%%PERL5_MAN3%%/Test::Future::Deferred.3.gz


More information about the svn-ports-all mailing list