Revision: 124793 https://trac.macports.org/changeset/124793 Author: ryandesign@macports.org Date: 2014-08-28 01:16:46 -0700 (Thu, 28 Aug 2014) Log Message: ----------- p5-math-random-isaac: update to 1.004 and add p5.18 and p5.20 Modified Paths: -------------- trunk/dports/perl/p5-math-random-isaac/Portfile Modified: trunk/dports/perl/p5-math-random-isaac/Portfile =================================================================== --- trunk/dports/perl/p5-math-random-isaac/Portfile 2014-08-28 05:16:16 UTC (rev 124792) +++ trunk/dports/perl/p5-math-random-isaac/Portfile 2014-08-28 08:16:46 UTC (rev 124793) @@ -3,14 +3,13 @@ PortSystem 1.0 PortGroup perl5 1.0 -perl5.branches 5.8 5.10 5.12 5.14 5.16 -perl5.setup Math-Random-ISAAC 1.002 -revision 3 +perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 +perl5.setup Math-Random-ISAAC 1.004 license public-domain maintainers nomaintainer categories-append math platforms darwin -description Perl interface to the ISAAC PRNG algorithm +description Perl interface to the ISAAC PRNG algorithm long_description \ ${description} @@ -18,9 +17,9 @@ if {${perl5.major} != ""} { depends_build-append port:p${perl5.major}-test-simple -checksums md5 92bbf5de885b72626160a5b9461bf4d6 \ - sha1 99e5d0a700366039fcf2d1fc56f5f134376f6799 \ - rmd160 fd3b08cc80aa436c60174b3c348ce83b09ed80d5 +checksums md5 46110b9a7bb96fe641bdfaf35bdafec5 \ + sha1 0d2e423559ed28d842e6907e3944d6c5b6f2705f \ + rmd160 6a77fc0f57b92e9331c233a0f59d77acae7d8fe0 supported_archs noarch }
participants (1)
-
ryandesign@macports.org