aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2011-07-13 14:45:57 +0800
committersunpoet <sunpoet@FreeBSD.org>2011-07-13 14:45:57 +0800
commit89140b92cb6cf4d53ae4900731c0d07314b85b57 (patch)
tree468e60be0c18eb9b1170fcb0ffc8cfd622e754f8 /math
parent47d4080be6d9857cb5c3ea019cf85691caeadd36 (diff)
downloadfreebsd-ports-gnome-89140b92cb6cf4d53ae4900731c0d07314b85b57.tar.gz
freebsd-ports-gnome-89140b92cb6cf4d53ae4900731c0d07314b85b57.tar.zst
freebsd-ports-gnome-89140b92cb6cf4d53ae4900731c0d07314b85b57.zip
- Update to 3.02
- Add math/gmp to LIB_DEPENDS Changes: http://search.cpan.org/dist/Math-MPFR/CHANGES
Diffstat (limited to 'math')
-rw-r--r--math/p5-Math-MPFR/Makefile6
-rw-r--r--math/p5-Math-MPFR/distinfo4
-rw-r--r--math/p5-Math-MPFR/pkg-descr2
3 files changed, 6 insertions, 6 deletions
diff --git a/math/p5-Math-MPFR/Makefile b/math/p5-Math-MPFR/Makefile
index 4488a2793d1d..8998be6f7e6f 100644
--- a/math/p5-Math-MPFR/Makefile
+++ b/math/p5-Math-MPFR/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= Math-MPFR
-PORTVERSION= 3.0
-PORTREVISION= 1
+PORTVERSION= 3.02
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -15,7 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= A perl interface to MPFR Library
-LIB_DEPENDS= mpfr.4:${PORTSDIR}/math/mpfr
+LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \
+ mpfr.4:${PORTSDIR}/math/mpfr
PERL_CONFIGURE= yes
MAKE_ENV= INC="-I${LOCALBASE}/include"
diff --git a/math/p5-Math-MPFR/distinfo b/math/p5-Math-MPFR/distinfo
index f23935b0ca86..67a6ef456566 100644
--- a/math/p5-Math-MPFR/distinfo
+++ b/math/p5-Math-MPFR/distinfo
@@ -1,2 +1,2 @@
-SHA256 (Math-MPFR-3.0.tar.gz) = e1a9fd0c1cadb25c35f4ea89206ff02be4bb8b657f9f640c41e07a6fe379d438
-SIZE (Math-MPFR-3.0.tar.gz) = 70185
+SHA256 (Math-MPFR-3.02.tar.gz) = 7a9597bfe5772aaca0d49d2389a794d42eddd218c179600da56f09d5accbad35
+SIZE (Math-MPFR-3.02.tar.gz) = 70797
diff --git a/math/p5-Math-MPFR/pkg-descr b/math/p5-Math-MPFR/pkg-descr
index 2ce57e933d86..443f5256c030 100644
--- a/math/p5-Math-MPFR/pkg-descr
+++ b/math/p5-Math-MPFR/pkg-descr
@@ -4,4 +4,4 @@ The MPFR library is a C library for multiple-precision floating-point
computations with exact rounding (also called correct rounding). It
is based on the GMP multiple-precision C library.
-WWW: http://search.cpan.org/dist/Math-MPFR
+WWW: http://search.cpan.org/dist/Math-MPFR/