diff options
author | ale <ale@FreeBSD.org> | 2009-01-31 07:14:27 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2009-01-31 07:14:27 +0800 |
commit | c3c7fbc6493794651851d5de4a8405414523283f (patch) | |
tree | 6059c143081a9b8e1c9320c2d325ed8e1ee11048 /math/mpfr | |
parent | 5b4eab50e9eb0e2882c3a4f47a69613a72fca3b4 (diff) | |
download | freebsd-ports-gnome-c3c7fbc6493794651851d5de4a8405414523283f.tar.gz freebsd-ports-gnome-c3c7fbc6493794651851d5de4a8405414523283f.tar.zst freebsd-ports-gnome-c3c7fbc6493794651851d5de4a8405414523283f.zip |
Update to 2.4.0 release.
PR: ports/131045
Submitted by: Wen Heping <wenheping@gmail.com>
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 |