diff options
author | wen <wen@FreeBSD.org> | 2011-01-16 15:38:02 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-01-16 15:38:02 +0800 |
commit | c23cea278a25de3f35e1b36bb6af5a8ffc5adfe0 (patch) | |
tree | 9fab4942c5e0f16706ca53b0c472fb5bc5278358 /math | |
parent | 736f33c2e68a1661269209057b5ce9da2cc0c4c3 (diff) | |
download | freebsd-ports-gnome-c23cea278a25de3f35e1b36bb6af5a8ffc5adfe0.tar.gz freebsd-ports-gnome-c23cea278a25de3f35e1b36bb6af5a8ffc5adfe0.tar.zst freebsd-ports-gnome-c23cea278a25de3f35e1b36bb6af5a8ffc5adfe0.zip |
- Update to 1.003
ChangeLog: http://search.cpan.org/src/JAWNSY/Math-Random-ISAAC-1.003/Changes
Feature safe: yes
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Random-ISAAC/Makefile | 8 | ||||
-rw-r--r-- | math/p5-Math-Random-ISAAC/distinfo | 5 | ||||
-rw-r--r-- | math/p5-Math-Random-ISAAC/pkg-plist | 4 |
3 files changed, 11 insertions, 6 deletions
diff --git a/math/p5-Math-Random-ISAAC/Makefile b/math/p5-Math-Random-ISAAC/Makefile index 9591212f1fb7..d4b50d55a546 100644 --- a/math/p5-Math-Random-ISAAC/Makefile +++ b/math/p5-Math-Random-ISAAC/Makefile @@ -6,18 +6,20 @@ # PORTNAME= Math-Random-ISAAC -PORTVERSION= 1.002 +PORTVERSION= 1.003 CATEGORIES= math perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../../authors/id/J/JA/JAWNSY PKGNAMEPREFIX= p5- MAINTAINER= wen@FreeBSD.org COMMENT= Perl interface to the ISAAC PRNG Algorithm BUILD_DEPENDS= p5-Test-NoWarnings>0:${PORTSDIR}/devel/p5-Test-NoWarnings -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${BUILD_DEPENDS} \ + p5-Math-Random-ISAAC-XS>0:${PORTSDIR}/math/p5-Math-Random-ISAAC-XS -PERL_MODBUILD= yes +PERL_CONFIGURE= yes MAN3= Math::Random::ISAAC::PP.3 \ Math::Random::ISAAC.3 diff --git a/math/p5-Math-Random-ISAAC/distinfo b/math/p5-Math-Random-ISAAC/distinfo index a104af307cbc..d55283e42f16 100644 --- a/math/p5-Math-Random-ISAAC/distinfo +++ b/math/p5-Math-Random-ISAAC/distinfo @@ -1,3 +1,2 @@ -MD5 (Math-Random-ISAAC-1.002.tar.gz) = 92bbf5de885b72626160a5b9461bf4d6 -SHA256 (Math-Random-ISAAC-1.002.tar.gz) = cdf6428f4a226b55d3f9efffa8ad39f78286cb8e7bf2aeff09f266a2efa9a239 -SIZE (Math-Random-ISAAC-1.002.tar.gz) = 43022 +SHA256 (Math-Random-ISAAC-1.003.tar.gz) = 9f240304220580f4156444a92b6a2bf8bb037e2bd13e68f3f1ec929b6e8b4608 +SIZE (Math-Random-ISAAC-1.003.tar.gz) = 34372 diff --git a/math/p5-Math-Random-ISAAC/pkg-plist b/math/p5-Math-Random-ISAAC/pkg-plist index 5ce47d0bd3c7..3ef309e433d2 100644 --- a/math/p5-Math-Random-ISAAC/pkg-plist +++ b/math/p5-Math-Random-ISAAC/pkg-plist @@ -1,5 +1,9 @@ %%SITE_PERL%%/Math/Random/ISAAC/PP.pm %%SITE_PERL%%/Math/Random/ISAAC.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/ISAAC/.packlist @dirrmtry %%SITE_PERL%%/Math/Random/ISAAC @dirrmtry %%SITE_PERL%%/Math/Random @dirrmtry %%SITE_PERL%%/Math +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/ISAAC +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math |