diff options
author | mat <mat@FreeBSD.org> | 2009-02-13 22:00:10 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2009-02-13 22:00:10 +0800 |
commit | fc2b537e3612456119a8b38773a28da88ed11b39 (patch) | |
tree | 254ab9c5202adfd62d73f90ee679bb8342ecb335 /math | |
parent | d311e68aa29f306109e6f5491b4a6e96d78e910e (diff) | |
download | freebsd-ports-gnome-fc2b537e3612456119a8b38773a28da88ed11b39.tar.gz freebsd-ports-gnome-fc2b537e3612456119a8b38773a28da88ed11b39.tar.zst freebsd-ports-gnome-fc2b537e3612456119a8b38773a28da88ed11b39.zip |
Update to 2.05
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-GMP/Makefile | 5 | ||||
-rw-r--r-- | math/p5-Math-GMP/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/math/p5-Math-GMP/Makefile b/math/p5-Math-GMP/Makefile index 6267a708f683..42d7ef3af218 100644 --- a/math/p5-Math-GMP/Makefile +++ b/math/p5-Math-GMP/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Math-GMP -PORTVERSION= 2.04 -PORTREVISION= 1 +PORTVERSION= 2.05 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -23,7 +22,7 @@ MAN3= Math::GMP.3 post-patch: @${PERL} -pi -e "s!-lgmp!-L${LOCALBASE}/lib $$&!;" \ - -e "if (/LIBS/) { print qq!'INC' => '-I${LOCALBASE}/include',!; }" \ + -e "if (/'LIBS'/) { print qq!'INC' => '-I${LOCALBASE}/include',!; }" \ ${WRKSRC}/Makefile.PL .include <bsd.port.mk> diff --git a/math/p5-Math-GMP/distinfo b/math/p5-Math-GMP/distinfo index c954d02fc307..785d3b8b3558 100644 --- a/math/p5-Math-GMP/distinfo +++ b/math/p5-Math-GMP/distinfo @@ -1,3 +1,3 @@ -MD5 (Math-GMP-2.04.tar.gz) = 291e5847986c7591cd70c1788c979a98 -SHA256 (Math-GMP-2.04.tar.gz) = bf7f74c9863115967c1d56d5bec1128825c69719d7fe5ee3234d6defbee8b19a -SIZE (Math-GMP-2.04.tar.gz) = 17144 +MD5 (Math-GMP-2.05.tar.gz) = d719578064fb935e2f8403ba0340179a +SHA256 (Math-GMP-2.05.tar.gz) = 47f410d1116cd395cbd7cb1f109856c65b328a834b5f4bf76ef8c6a80fc01d18 +SIZE (Math-GMP-2.05.tar.gz) = 23795 |