diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2007-02-11 17:51:55 +0800 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2007-02-11 17:51:55 +0800 |
commit | b42fe79de1d2a155dda3ee913000e5c69b1004c8 (patch) | |
tree | a61c8815146eaccf1de2cf95afee695d074e113e /math/p5-Math-Symbolic | |
parent | 0cd53f50262930f1047734fe5ce6a77623ff8eb2 (diff) | |
download | freebsd-ports-gnome-b42fe79de1d2a155dda3ee913000e5c69b1004c8.tar.gz freebsd-ports-gnome-b42fe79de1d2a155dda3ee913000e5c69b1004c8.tar.zst freebsd-ports-gnome-b42fe79de1d2a155dda3ee913000e5c69b1004c8.zip |
Update to 0.507
PR: 108598, 108911
Submitted by: Hans Fredrik Nordhaug <hans@nordhaug.priv.no>,
"Marcelo Araujo" <araujo@bsdmail.org>
Approved by: maintainer timeout
Diffstat (limited to 'math/p5-Math-Symbolic')
-rw-r--r-- | math/p5-Math-Symbolic/Makefile | 7 | ||||
-rw-r--r-- | math/p5-Math-Symbolic/distinfo | 6 | ||||
-rw-r--r-- | math/p5-Math-Symbolic/pkg-plist | 1 |
3 files changed, 7 insertions, 7 deletions
diff --git a/math/p5-Math-Symbolic/Makefile b/math/p5-Math-Symbolic/Makefile index acad0af78ad2..ba28e4e6cdf9 100644 --- a/math/p5-Math-Symbolic/Makefile +++ b/math/p5-Math-Symbolic/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Math-Symbolic -PORTVERSION= 0.504 +PORTVERSION= 0.507 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Math @@ -20,8 +20,6 @@ BUILD_DEPENDS= ${SITE_PERL}/Memoize.pm:${PORTSDIR}/devel/p5-Memoize \ ${SITE_PERL}/${PERL_ARCH}/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper RUN_DEPENDS= ${BUILD_DEPENDS} -BROKEN= Unfetchable - MAN3= Math::Symbolic.3 \ Math::Symbolic::AuxFunctions.3 \ Math::Symbolic::Base.3 \ @@ -40,7 +38,8 @@ MAN3= Math::Symbolic.3 \ Math::Symbolic::Parser.3 \ Math::Symbolic::Parser::Precompiled.3 \ Math::Symbolic::Variable.3 \ - Math::Symbolic::VectorCalculus.3 + Math::Symbolic::VectorCalculus.3 \ + Math::precompile_recdescent_grammar.3 PERL_CONFIGURE= yes diff --git a/math/p5-Math-Symbolic/distinfo b/math/p5-Math-Symbolic/distinfo index e4480ffed992..ff47c4ccca21 100644 --- a/math/p5-Math-Symbolic/distinfo +++ b/math/p5-Math-Symbolic/distinfo @@ -1,3 +1,3 @@ -MD5 (Math-Symbolic-0.504.tar.gz) = ce9c8df232ac0955483a0a057d3e9982 -SHA256 (Math-Symbolic-0.504.tar.gz) = 3a368881595ae503518975c3c9d79ad075ee89865781ac0e98923e0f958ff427 -SIZE (Math-Symbolic-0.504.tar.gz) = 95601 +MD5 (Math-Symbolic-0.507.tar.gz) = 475e2102666a6333ad0fd76d0cabe99c +SHA256 (Math-Symbolic-0.507.tar.gz) = 709dcb357bcbb5a4080324e7c2a9b107ebd566cee78af08c6fb70d46e02b0d29 +SIZE (Math-Symbolic-0.507.tar.gz) = 102867 diff --git a/math/p5-Math-Symbolic/pkg-plist b/math/p5-Math-Symbolic/pkg-plist index 92593e79c454..cee31b2314e9 100644 --- a/math/p5-Math-Symbolic/pkg-plist +++ b/math/p5-Math-Symbolic/pkg-plist @@ -19,6 +19,7 @@ %%SITE_PERL%%/Math/Symbolic/Variable.pm %%SITE_PERL%%/Math/Symbolic/VectorCalculus.pm %%SITE_PERL%%/Math/compile_yapp_parser.pl +%%SITE_PERL%%/Math/precompile_recdescent_grammar.pl %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math |