mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- update port from v0.08 to v0.12
Approved by: tobez
This commit is contained in:
parent
6da489d9f0
commit
a74308c4f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148872
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user