Date: Thu, 2 Feb 2017 13:31:17 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433153 - head/math/p5-Math-String Message-ID: <201702021331.v12DVHpo096118@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Feb 2 13:31:17 2017 New Revision: 433153 URL: https://svnweb.freebsd.org/changeset/ports/433153 Log: Update to 1.29 - Add LICENSE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Math-String/CHANGES Modified: head/math/p5-Math-String/Makefile head/math/p5-Math-String/distinfo head/math/p5-Math-String/pkg-plist Modified: head/math/p5-Math-String/Makefile ============================================================================== --- head/math/p5-Math-String/Makefile Thu Feb 2 13:31:12 2017 (r433152) +++ head/math/p5-Math-String/Makefile Thu Feb 2 13:31:17 2017 (r433153) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Math-String -PORTVERSION= 1.28 -PORTREVISION= 2 +PORTVERSION= 1.29 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,6 +10,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to calculate with strings as if they were big integers +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Math-BigInt>=1.999802:math/p5-Math-BigInt +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/math/p5-Math-String/distinfo ============================================================================== --- head/math/p5-Math-String/distinfo Thu Feb 2 13:31:12 2017 (r433152) +++ head/math/p5-Math-String/distinfo Thu Feb 2 13:31:17 2017 (r433153) @@ -1,2 +1,3 @@ -SHA256 (Math-String-1.28.tar.gz) = 7c41d9a3478bfe5a675556c87375419047c09fd7f0cb6117ddd1240fc5f2e0a0 -SIZE (Math-String-1.28.tar.gz) = 72979 +TIMESTAMP = 1486036639 +SHA256 (Math-String-1.29.tar.gz) = 595a5e709aaa0920c1a437551226bc21efc6dffa2c441890d13a3f2e8530ae0f +SIZE (Math-String-1.29.tar.gz) = 63985 Modified: head/math/p5-Math-String/pkg-plist ============================================================================== --- head/math/p5-Math-String/pkg-plist Thu Feb 2 13:31:12 2017 (r433152) +++ head/math/p5-Math-String/pkg-plist Thu Feb 2 13:31:17 2017 (r433153) @@ -1,10 +1,10 @@ -%%PERL5_MAN3%%/Math::String.3.gz -%%PERL5_MAN3%%/Math::String::Charset.3.gz -%%PERL5_MAN3%%/Math::String::Charset::Grouped.3.gz -%%PERL5_MAN3%%/Math::String::Charset::Nested.3.gz -%%PERL5_MAN3%%/Math::String::Sequence.3.gz %%SITE_PERL%%/Math/String.pm %%SITE_PERL%%/Math/String/Charset.pm %%SITE_PERL%%/Math/String/Charset/Grouped.pm %%SITE_PERL%%/Math/String/Charset/Nested.pm %%SITE_PERL%%/Math/String/Sequence.pm +%%PERL5_MAN3%%/Math::String.3.gz +%%PERL5_MAN3%%/Math::String::Charset.3.gz +%%PERL5_MAN3%%/Math::String::Charset::Grouped.3.gz +%%PERL5_MAN3%%/Math::String::Charset::Nested.3.gz +%%PERL5_MAN3%%/Math::String::Sequence.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702021331.v12DVHpo096118>