diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2005-11-20 19:22:35 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2005-11-20 19:22:35 +0000 |
commit | a74308c4f35103d11fad944a0e0ebca9207c18de (patch) | |
tree | 95ba2b3693e360070edf469dd151d87b644529fa /math | |
parent | 6da489d9f09108f5eed8f4111e5eccda2667c8ed (diff) | |
download | ports-a74308c4f35103d11fad944a0e0ebca9207c18de.tar.gz ports-a74308c4f35103d11fad944a0e0ebca9207c18de.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Algorithm-Combinatorics/Makefile | 6 | ||||
-rw-r--r-- | math/p5-Algorithm-Combinatorics/distinfo | 5 | ||||
-rw-r--r-- | math/p5-Algorithm-Combinatorics/pkg-plist | 9 |
3 files changed, 10 insertions, 10 deletions
diff --git a/math/p5-Algorithm-Combinatorics/Makefile b/math/p5-Algorithm-Combinatorics/Makefile index 56d85a56ab4b..9c281b4845b6 100644 --- a/math/p5-Algorithm-Combinatorics/Makefile +++ b/math/p5-Algorithm-Combinatorics/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Algorithm-Combinatorics -PORTVERSION= 0.08 +PORTVERSION= 0.12 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Algorithm @@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= aaron@FreeBSD.org COMMENT= Efficient generation of combinatorial sequences -BUILD_DEPENDS= ${SITE_PERL}/Inline/C.pm:${PORTSDIR}/devel/p5-Inline \ - ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \ + ${SITE_PERL}/XSLoader.pm:${PORTSDIR}/devel/p5-XSLoader RUN_DEPENDS= ${BUILD_DEPENDS} MAN3= Algorithm::Combinatorics.3 diff --git a/math/p5-Algorithm-Combinatorics/distinfo b/math/p5-Algorithm-Combinatorics/distinfo index fbf939b80d48..b909f9059f3e 100644 --- a/math/p5-Algorithm-Combinatorics/distinfo +++ b/math/p5-Algorithm-Combinatorics/distinfo @@ -1,2 +1,3 @@ -MD5 (Algorithm-Combinatorics-0.08.tar.gz) = 4b6a961344283e88e6f6b000821f2fde -SIZE (Algorithm-Combinatorics-0.08.tar.gz) = 8306 +MD5 (Algorithm-Combinatorics-0.12.tar.gz) = 0bb5d9b53895f02f0993425892121578 +SHA256 (Algorithm-Combinatorics-0.12.tar.gz) = c94df40da1065311e59d059a60fca511d822e281942169a3e4fc972d9f9198d7 +SIZE (Algorithm-Combinatorics-0.12.tar.gz) = 9805 diff --git a/math/p5-Algorithm-Combinatorics/pkg-plist b/math/p5-Algorithm-Combinatorics/pkg-plist index f755cfe9870e..5ae7062cca08 100644 --- a/math/p5-Algorithm-Combinatorics/pkg-plist +++ b/math/p5-Algorithm-Combinatorics/pkg-plist @@ -1,8 +1,7 @@ -%%SITE_PERL%%/Algorithm/Combinatorics.pm -%%SITE_PERL%%/Algorithm/Combinatorics/C.pm -%%SITE_PERL%%/Algorithm/Combinatorics/Iterator.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Algorithm/Combinatorics.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Combinatorics/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Combinatorics/Combinatorics.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Combinatorics/Combinatorics.so @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Combinatorics @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm 2>/dev/null || true -@dirrm %%SITE_PERL%%/Algorithm/Combinatorics -@unexec rmdir %D/%%SITE_PERL%%/Algorithm 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Algorithm 2>/dev/null || true |