diff options
author | aaron <aaron@FreeBSD.org> | 2005-11-21 03:22:35 +0800 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2005-11-21 03:22:35 +0800 |
commit | 0bd4421d57e362781efc522bd1f1fdc6344da3fb (patch) | |
tree | 23ac7fe516c9fa3e1141f449133358cba49ddf98 /math | |
parent | 56043a4da95e8c16889381ff1ca665610f9718a0 (diff) | |
download | freebsd-ports-graphics-0bd4421d57e362781efc522bd1f1fdc6344da3fb.tar.gz freebsd-ports-graphics-0bd4421d57e362781efc522bd1f1fdc6344da3fb.tar.zst freebsd-ports-graphics-0bd4421d57e362781efc522bd1f1fdc6344da3fb.zip |
- update port from v0.08 to v0.12
Approved by: tobez
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 56d85a56ab4..9c281b4845b 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 fbf939b80d4..b909f9059f3 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 f755cfe9870..5ae7062cca0 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 |