diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-02-02 21:31:17 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-02-02 21:31:17 +0800 |
commit | cd3a553c97b8a8e5dc10ae3c5d3e5351b87d55eb (patch) | |
tree | fd35de21c1beb19477ac250afa5ffb578cf89506 | |
parent | 15fddb3bd085f8787f13d4c2e005593f4fc62490 (diff) | |
download | freebsd-ports-gnome-cd3a553c97b8a8e5dc10ae3c5d3e5351b87d55eb.tar.gz freebsd-ports-gnome-cd3a553c97b8a8e5dc10ae3c5d3e5351b87d55eb.tar.zst freebsd-ports-gnome-cd3a553c97b8a8e5dc10ae3c5d3e5351b87d55eb.zip |
Update to 1.29
- Add LICENSE
- Add NO_ARCH
- Sort PLIST
Changes: http://search.cpan.org/dist/Math-String/CHANGES
-rw-r--r-- | math/p5-Math-String/Makefile | 10 | ||||
-rw-r--r-- | math/p5-Math-String/distinfo | 5 | ||||
-rw-r--r-- | math/p5-Math-String/pkg-plist | 10 |
3 files changed, 16 insertions, 9 deletions
diff --git a/math/p5-Math-String/Makefile b/math/p5-Math-String/Makefile index b04dd114e601..91b610780e53 100644 --- a/math/p5-Math-String/Makefile +++ b/math/p5-Math-String/Makefile @@ -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 diff --git a/math/p5-Math-String/distinfo b/math/p5-Math-String/distinfo index f8cbc6257212..5569ff653199 100644 --- a/math/p5-Math-String/distinfo +++ b/math/p5-Math-String/distinfo @@ -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 diff --git a/math/p5-Math-String/pkg-plist b/math/p5-Math-String/pkg-plist index 67046901995b..4989479f4e08 100644 --- a/math/p5-Math-String/pkg-plist +++ b/math/p5-Math-String/pkg-plist @@ -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 |