mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
3 changed files with 10 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= Math-Symbolic-Custom-Transformation
|
PORTNAME= Math-Symbolic-Custom-Transformation
|
||||||
PORTVERSION= 1.01
|
PORTVERSION= 1.24
|
||||||
CATEGORIES= math perl5
|
CATEGORIES= math perl5
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
MASTER_SITE_SUBDIR= Math
|
MASTER_SITE_SUBDIR= Math
|
||||||
|
@ -15,11 +15,12 @@ PKGNAMEPREFIX= p5-
|
||||||
MAINTAINER= aaron@FreeBSD.org
|
MAINTAINER= aaron@FreeBSD.org
|
||||||
COMMENT= Transform Math::Symbolic trees
|
COMMENT= Transform Math::Symbolic trees
|
||||||
|
|
||||||
BUILD_DEPENDS= ${SITE_PERL}/Math/Symbolic.pm:${PORTSDIR}/math/p5-Math-Symbolic \
|
BUILD_DEPENDS= p5-Math-Symbolic>=0.163:${PORTSDIR}/math/p5-Math-Symbolic \
|
||||||
${SITE_PERL}/Math/Symbolic/Custom/Pattern.pm:${PORTSDIR}/math/p5-Math-Symbolic-Custom-Pattern
|
p5-Math-Symbolic-Custom-Pattern>=1.21:${PORTSDIR}/math/p5-Math-Symbolic-Custom-Pattern
|
||||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
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
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (Math-Symbolic-Custom-Transformation-1.01.tar.gz) = 24a17c3ae1f47b246c503667e385eb3f
|
MD5 (Math-Symbolic-Custom-Transformation-1.24.tar.gz) = 13e4884174722fbdd1a4b949a1f167d7
|
||||||
SHA256 (Math-Symbolic-Custom-Transformation-1.01.tar.gz) = c096cc13106af8d9e3c935c2ad05cbbb9ada36911a5f42dada15cd42c7633c21
|
SHA256 (Math-Symbolic-Custom-Transformation-1.24.tar.gz) = 4170242626a7b5bbc3c3e7ac174c4f5fbb787e19ba9f96a576c105faa8acb11f
|
||||||
SIZE (Math-Symbolic-Custom-Transformation-1.01.tar.gz) = 9780
|
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.pm
|
||||||
|
%%SITE_PERL%%/Math/Symbolic/Custom/Transformation/Group.pm
|
||||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic/Custom/Transformation/.packlist
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic/Custom/Transformation/.packlist
|
||||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic/Custom/Transformation
|
@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/Custom
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
|
@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/Custom
|
||||||
@dirrmtry %%SITE_PERL%%/Math/Symbolic
|
@dirrmtry %%SITE_PERL%%/Math/Symbolic
|
||||||
@dirrmtry %%SITE_PERL%%/Math
|
@dirrmtry %%SITE_PERL%%/Math
|
||||||
|
|
Loading…
Add table
Reference in a new issue