git: 91908997c587 - main - math/p5-bignum: Update to 0.65
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 26 Apr 2022 15:07:00 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=91908997c587a1f31cce8ff3d7f3e16e570dc51c commit 91908997c587a1f31cce8ff3d7f3e16e570dc51c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-04-26 14:56:46 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-04-26 15:01:47 +0000 math/p5-bignum: Update to 0.65 Changes: https://metacpan.org/dist/bignum/changes --- math/p5-bignum/Makefile | 6 +++--- math/p5-bignum/distinfo | 6 +++--- math/p5-bignum/pkg-plist | 2 ++ 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/math/p5-bignum/Makefile b/math/p5-bignum/Makefile index c9a3b1528852..d85766776744 100644 --- a/math/p5-bignum/Makefile +++ b/math/p5-bignum/Makefile @@ -1,5 +1,5 @@ PORTNAME= bignum -PORTVERSION= 0.64 +PORTVERSION= 0.65 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PJACKLAM @@ -12,8 +12,8 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-Math-BigInt>=1.999825:math/p5-Math-BigInt \ - p5-Math-BigRat>=0.2618:math/p5-Math-BigRat +RUN_DEPENDS= p5-Math-BigInt>=1.999830:math/p5-Math-BigInt \ + p5-Math-BigRat>=0.2621:math/p5-Math-BigRat USES= perl5 USE_PERL5= configure diff --git a/math/p5-bignum/distinfo b/math/p5-bignum/distinfo index 89107f1a86b8..68579121fe26 100644 --- a/math/p5-bignum/distinfo +++ b/math/p5-bignum/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1650229114 -SHA256 (bignum-0.64.tar.gz) = 2f495442d8396740933f68688fb22133ec544ac72a4ca21df6032f80e558eaeb -SIZE (bignum-0.64.tar.gz) = 35636 +TIMESTAMP = 1650970305 +SHA256 (bignum-0.65.tar.gz) = c7e4e1f2caf5514ce98d00c7f2723a093918b3337b9fa6a1b0064de08219d432 +SIZE (bignum-0.65.tar.gz) = 42100 diff --git a/math/p5-bignum/pkg-plist b/math/p5-bignum/pkg-plist index a41ce6600616..e780ee0516c4 100644 --- a/math/p5-bignum/pkg-plist +++ b/math/p5-bignum/pkg-plist @@ -1,9 +1,11 @@ %%SITE_PERL%%/Math/BigFloat/Trace.pm %%SITE_PERL%%/Math/BigInt/Trace.pm %%SITE_PERL%%/Math/BigRat/Trace.pm +%%SITE_PERL%%/bigfloat.pm %%SITE_PERL%%/bigint.pm %%SITE_PERL%%/bignum.pm %%SITE_PERL%%/bigrat.pm +%%PERL5_MAN3%%/bigfloat.3.gz %%PERL5_MAN3%%/bigint.3.gz %%PERL5_MAN3%%/bignum.3.gz %%PERL5_MAN3%%/bigrat.3.gz