diff options
author | Alex Dupre <ale@FreeBSD.org> | 2009-01-30 23:14:27 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2009-01-30 23:14:27 +0000 |
commit | ccd77361550b25a528ba2eee6732f848ed81af2f (patch) | |
tree | 11825a9866054ca8d92959cdb42b95542ba724d3 /math/mpfr | |
parent | 25307d6f70d4e8e9a7632559f966f2c3ad98c15b (diff) | |
download | ports-ccd77361550b25a528ba2eee6732f848ed81af2f.tar.gz ports-ccd77361550b25a528ba2eee6732f848ed81af2f.zip |
Notes
Diffstat (limited to 'math/mpfr')
-rw-r--r-- | math/mpfr/Makefile | 2 | ||||
-rw-r--r-- | math/mpfr/distinfo | 6 | ||||
-rw-r--r-- | math/mpfr/pkg-plist | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile index 1bf7f79e444e..2fa9c85653a9 100644 --- a/math/mpfr/Makefile +++ b/math/mpfr/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mpfr -PORTVERSION= 2.3.2 +PORTVERSION= 2.4.0 CATEGORIES= math devel MASTER_SITES= http://www.mpfr.org/mpfr-current/ DIST_SUBDIR= mpfr diff --git a/math/mpfr/distinfo b/math/mpfr/distinfo index 952900c5b34c..4d4059493a05 100644 --- a/math/mpfr/distinfo +++ b/math/mpfr/distinfo @@ -1,3 +1,3 @@ -MD5 (mpfr/mpfr-2.3.2.tar.bz2) = 527147c097874340cb9cee0579dacf3b -SHA256 (mpfr/mpfr-2.3.2.tar.bz2) = 18e078c996e182b7ceab32f2ab840e6a151b593e0cd5b83cb9d2960f212fba4c -SIZE (mpfr/mpfr-2.3.2.tar.bz2) = 986373 +MD5 (mpfr/mpfr-2.4.0.tar.bz2) = f5916d785d4f7e7282057f6a3ebff9ce +SHA256 (mpfr/mpfr-2.4.0.tar.bz2) = be3d51ec2bdac6efb9408cde8882a936c8f43b1fde9aac5f0ce2682745e0529d +SIZE (mpfr/mpfr-2.4.0.tar.bz2) = 1062708 diff --git a/math/mpfr/pkg-plist b/math/mpfr/pkg-plist index 453cbde1fa15..c447da6b22ec 100644 --- a/math/mpfr/pkg-plist +++ b/math/mpfr/pkg-plist @@ -3,4 +3,4 @@ include/mpf2mpfr.h lib/libmpfr.a lib/libmpfr.la lib/libmpfr.so -lib/libmpfr.so.2 +lib/libmpfr.so.3 |