pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/p5-Math-BigInt-Pari
Module Name: pkgsrc
Committed By: wen
Date: Tue Aug 9 00:08:22 UTC 2016
Modified Files:
pkgsrc/math/p5-Math-BigInt-Pari: Makefile distinfo
Log Message:
Update to 1.27
Upstream changes:
2016-04-25 v1.27 pjacklam
* Sync test files with Math-BigInt-1.999719.
2016-04-22 v1.26 pjacklam
* Sync test files with Math-BigInt-1.999718.
2016-01-03 v1.25 pjacklam
* Sync test files with Math-BigInt-1.999714.
2015-12-31 v1.24 pjacklam
* Sync test files with Math-BigInt-1.999713.
2015-11-22 v1.23 pjacklam
* Sync test files with Math-BigInt-1.999709.
* In v1.22 the required version of Math-BigInt was set to 1.999703, but it
should have been 1.999706. The required version is now 1.999709.
* Correct error in CHANGES file.
2015-11-09 v1.22 pjacklam
* Sync test files with Math-BigInt-1.999709.
* Update the README file.
* Remove the LICENSE file as this information is already covered in the file
README.
* Replace 'use vars ...' with 'our ...'. We require a Perl newer than 5.6.0
anyway.
* Move 'Test::More' from 'build_requires' to 'test_requires' in Makefile.PL.
* Enable 'use warnings'. We require a Perl newer than 5.6.0 anyway.
* Add 'assertlib.*\.exe' to MANIFEST.SKIP, since make generates temporary
files like 'assertlibzxjE4WfG.exe' on Cygwin.
2015-09-21 v1.21 pjacklam
* Sync test files with Math-BigInt-1.999703.
* Required version of Math-BigInt is now 1.999703.
* Update author information.
2015-09-17 v1.20 pjacklam
* Sync test files with Math-BigInt-1.999702.
* Required version of Math-BigInt is now 1.999702.
2015-09-11 v1.19 pjacklam
bigfltpm.inc
* File removed. It was included in the previous release by accident.
bigfltpm.t
* File removed. It was included in the previous release by accident.
bigintpm.inc
* File removed. It was included in the previous release by accident.
bigintpm.t
* File removed. It was included in the previous release by accident.
biglog.t
* File removed. It was included in the previous release by accident.
bigroot.t
* File removed. It was included in the previous release by accident.
inc/Module/Install.pm
* Update bundled Module::Install from v1.08 to v1.16.
lib/Math/BigInt/Pari.pm
* Updated version number.
* Fixed bug in _modpow().
Makefile.PL
* Updated required version of Math::BigInt to 1.999701.
t/01load.t
* Improve formatting of module version information.
t/03podcov.t
* Slight reformatting and better information message.
t/bigfltpm.inc
* Sync tests with the Math-BigInt distribution.
t/bigfltpm.t
* Adjust number of tests.
* Sync tests with the Math-BigInt distribution.
* Make sure we test Math::BigInt::Pari, not Math::BigInt::Calc.
t/bigintpm.inc
* Sync tests with the Math-BigInt distribution.
t/bigintpm.t
* Adjust number of tests.
* Make sure we test Math::BigInt::Pari, not Math::BigInt::Calc.
t/biglog.t
* Adjust number of tests.
* Sync tests with the Math-BigInt distribution.
* Make sure we test Math::BigInt::Pari, not Math::BigInt::Calc.
t/bigroot.t
* Adjust number of tests.
* Make sure we test Math::BigInt::Pari, not Math::BigInt::Calc.
t/*.t
* Add "use warnings" to test scripts, since Perl 5.6.2 is required anyway,
and "use warnings" was introduced in Perl 5.6.1.
* Modified test scripts so the difference between the test files in the
Math-BigInt distribution and the backend distributions are as few and as
small as possible. This makes for easier release management.
2014-04-03 v1.18 pjacklam
* Updated test files from the Math::BigInt distribution (Peter John Acklam).
* Updated POD (Peter John Acklam)
2011-09-04 v1.17 pjacklam
* Upgrade bundled modules in "inc" to latest version. (Peter John Acklam)
* Math::BigInt::GMP now requires Math::BigInt v1.997 (Peter John Acklam).
* Include "^MYMETA\.(yml|json)\z" in MANIFEST.SKIP. Whereas META.* are
generated by the distribution author at packaging time, MYMETA.* are
generated by the end user at configure time after any dynamic
dependencies are known. (Peter John Acklam)
* Updated common test files from the Math::BigInt distribution. (Peter
John Acklam)
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/math/p5-Math-BigInt-Pari/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/p5-Math-BigInt-Pari/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/p5-Math-BigInt-Pari/Makefile
diff -u pkgsrc/math/p5-Math-BigInt-Pari/Makefile:1.13 pkgsrc/math/p5-Math-BigInt-Pari/Makefile:1.14
--- pkgsrc/math/p5-Math-BigInt-Pari/Makefile:1.13 Wed Jun 8 19:24:02 2016
+++ pkgsrc/math/p5-Math-BigInt-Pari/Makefile Tue Aug 9 00:08:22 2016
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2016/06/08 19:24:02 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2016/08/09 00:08:22 wen Exp $
-DISTNAME= Math-BigInt-Pari-1.16
+DISTNAME= Math-BigInt-Pari-1.27
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 6
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
@@ -12,6 +11,8 @@ COMMENT= Perl5 library to use Math::Par
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Math-Pari>=2.010709:../../math/p5-Math-Pari
+DEPENDS+= p5-Math-BigInt>=1.999719:../../math/p5-Math-BigInt
+
PERL5_REQD+= 5.12.2nb1
PERL5_PACKLIST= auto/Math/BigInt/Pari/.packlist
Index: pkgsrc/math/p5-Math-BigInt-Pari/distinfo
diff -u pkgsrc/math/p5-Math-BigInt-Pari/distinfo:1.4 pkgsrc/math/p5-Math-BigInt-Pari/distinfo:1.5
--- pkgsrc/math/p5-Math-BigInt-Pari/distinfo:1.4 Tue Nov 3 23:33:38 2015
+++ pkgsrc/math/p5-Math-BigInt-Pari/distinfo Tue Aug 9 00:08:22 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2015/11/03 23:33:38 agc Exp $
+$NetBSD: distinfo,v 1.5 2016/08/09 00:08:22 wen Exp $
-SHA1 (Math-BigInt-Pari-1.16.tar.gz) = 40edd6424d41832155de7e3865de4f5d8818968c
-RMD160 (Math-BigInt-Pari-1.16.tar.gz) = 24ec94411cd0de0d733c8ea600bcd952f316fd90
-SHA512 (Math-BigInt-Pari-1.16.tar.gz) = 8daf8666a645a792f696cc5748e2900d803b21b8898b30fa7efa9e29ff2d0f52800bb445f3dcf0d1bbef6d60214dc2d20ac90de44e78ca607b53261fa82935a4
-Size (Math-BigInt-Pari-1.16.tar.gz) = 56114 bytes
+SHA1 (Math-BigInt-Pari-1.27.tar.gz) = ff5a48c839cdc7c087166b3ba310111865402e33
+RMD160 (Math-BigInt-Pari-1.27.tar.gz) = f18ebc7e4fb37ff59a96b31074d64267c68c63a0
+SHA512 (Math-BigInt-Pari-1.27.tar.gz) = 5c1ff2754abd1bf7616512bfcab3ead7df00925b50700a9650282179a74f7d0e0f61d8b95c7e9153ac444486585b1cc609a3cc45821732dd0309775d076a82a1
+Size (Math-BigInt-Pari-1.27.tar.gz) = 61016 bytes
Home |
Main Index |
Thread Index |
Old Index