mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Update to v1.24
This commit is contained in:
parent
f54afe4677
commit
43f141321d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181341
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Math-Symbolic-Custom-Transformation
|
||||
PORTVERSION= 1.01
|
||||
PORTVERSION= 1.24
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Math
|
||||
@ -15,11 +15,12 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= aaron@FreeBSD.org
|
||||
COMMENT= Transform Math::Symbolic trees
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Math/Symbolic.pm:${PORTSDIR}/math/p5-Math-Symbolic \
|
||||
${SITE_PERL}/Math/Symbolic/Custom/Pattern.pm:${PORTSDIR}/math/p5-Math-Symbolic-Custom-Pattern
|
||||
BUILD_DEPENDS= p5-Math-Symbolic>=0.163:${PORTSDIR}/math/p5-Math-Symbolic \
|
||||
p5-Math-Symbolic-Custom-Pattern>=1.21:${PORTSDIR}/math/p5-Math-Symbolic-Custom-Pattern
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
MAN3= Math::Symbolic::Custom::Transformation.3
|
||||
MAN3= Math::Symbolic::Custom::Transformation.3 \
|
||||
Math::Symbolic::Custom::Transformation::Group.3
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Math-Symbolic-Custom-Transformation-1.01.tar.gz) = 24a17c3ae1f47b246c503667e385eb3f
|
||||
SHA256 (Math-Symbolic-Custom-Transformation-1.01.tar.gz) = c096cc13106af8d9e3c935c2ad05cbbb9ada36911a5f42dada15cd42c7633c21
|
||||
SIZE (Math-Symbolic-Custom-Transformation-1.01.tar.gz) = 9780
|
||||
MD5 (Math-Symbolic-Custom-Transformation-1.24.tar.gz) = 13e4884174722fbdd1a4b949a1f167d7
|
||||
SHA256 (Math-Symbolic-Custom-Transformation-1.24.tar.gz) = 4170242626a7b5bbc3c3e7ac174c4f5fbb787e19ba9f96a576c105faa8acb11f
|
||||
SIZE (Math-Symbolic-Custom-Transformation-1.24.tar.gz) = 12320
|
||||
|
@ -1,9 +1,11 @@
|
||||
%%SITE_PERL%%/Math/Symbolic/Custom/Transformation.pm
|
||||
%%SITE_PERL%%/Math/Symbolic/Custom/Transformation/Group.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic/Custom/Transformation/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic/Custom/Transformation
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic/Custom
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
|
||||
@dirrm %%SITE_PERL%%/Math/Symbolic/Custom/Transformation
|
||||
@dirrmtry %%SITE_PERL%%/Math/Symbolic/Custom
|
||||
@dirrmtry %%SITE_PERL%%/Math/Symbolic
|
||||
@dirrmtry %%SITE_PERL%%/Math
|
||||
|
Loading…
Reference in New Issue
Block a user