Date: Tue, 5 Jul 2016 09:08:44 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418073 - head/math/p5-Math-Currency Message-ID: <201607050908.u6598iK2081867@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Tue Jul 5 09:08:44 2016 New Revision: 418073 URL: https://svnweb.freebsd.org/changeset/ports/418073 Log: Update to 0.50. Sponsored by: Absolight Modified: head/math/p5-Math-Currency/Makefile (contents, props changed) head/math/p5-Math-Currency/distinfo (contents, props changed) head/math/p5-Math-Currency/pkg-plist (contents, props changed) Modified: head/math/p5-Math-Currency/Makefile ============================================================================== --- head/math/p5-Math-Currency/Makefile Tue Jul 5 09:08:41 2016 (r418072) +++ head/math/p5-Math-Currency/Makefile Tue Jul 5 09:08:44 2016 (r418073) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-Currency -PORTVERSION= 0.49 +PORTVERSION= 0.50 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +15,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-More-UTF8>=0:devel/p5-Test-More-UTF8 USES= perl5 -USE_PERL5= modbuild +USE_PERL5= configure OPTIONS_DEFINE= DOCS Modified: head/math/p5-Math-Currency/distinfo ============================================================================== --- head/math/p5-Math-Currency/distinfo Tue Jul 5 09:08:41 2016 (r418072) +++ head/math/p5-Math-Currency/distinfo Tue Jul 5 09:08:44 2016 (r418073) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466602205 -SHA256 (Math-Currency-0.49.tar.gz) = f7fce09b9fc1fc49de4a54730f72875a2aaf1aff654420c979df775c5600f9c5 -SIZE (Math-Currency-0.49.tar.gz) = 35585 +TIMESTAMP = 1467708725 +SHA256 (Math-Currency-0.50.tar.gz) = 388b268a700c04813cd06f3be0d657879991dcfdfb4afda79acbe097f8d57e35 +SIZE (Math-Currency-0.50.tar.gz) = 33123 Modified: head/math/p5-Math-Currency/pkg-plist ============================================================================== --- head/math/p5-Math-Currency/pkg-plist Tue Jul 5 09:08:41 2016 (r418072) +++ head/math/p5-Math-Currency/pkg-plist Tue Jul 5 09:08:44 2016 (r418073) @@ -1,5 +1,18 @@ -%%PERL5_MAN3%%/Math::Currency.3.gz %%SITE_PERL%%/Math/Currency.pm +%%SITE_PERL%%/Math/Currency/EUR.pm +%%SITE_PERL%%/Math/Currency/GBP.pm +%%SITE_PERL%%/Math/Currency/JPY.pm +%%SITE_PERL%%/Math/Currency/USD.pm %%SITE_PERL%%/Math/Currency/de_DE.pm %%SITE_PERL%%/Math/Currency/en_GB.pm +%%SITE_PERL%%/Math/Currency/en_US.pm %%SITE_PERL%%/Math/Currency/ja_JP.pm +%%PERL5_MAN3%%/Math::Currency.3.gz +%%PERL5_MAN3%%/Math::Currency::EUR.3.gz +%%PERL5_MAN3%%/Math::Currency::GBP.3.gz +%%PERL5_MAN3%%/Math::Currency::JPY.3.gz +%%PERL5_MAN3%%/Math::Currency::USD.3.gz +%%PERL5_MAN3%%/Math::Currency::de_DE.3.gz +%%PERL5_MAN3%%/Math::Currency::en_GB.3.gz +%%PERL5_MAN3%%/Math::Currency::en_US.3.gz +%%PERL5_MAN3%%/Math::Currency::ja_JP.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607050908.u6598iK2081867>