diff options
author | ale <ale@FreeBSD.org> | 2015-11-30 19:32:34 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2015-11-30 19:32:34 +0800 |
commit | 841432fcdac30064346c1a15ab90118783ce70b9 (patch) | |
tree | 2f941ff3f828b4c79d503656751821830936a423 | |
parent | 385920e606832eb6db76481ac27e38cc6a59683f (diff) | |
download | freebsd-ports-gnome-841432fcdac30064346c1a15ab90118783ce70b9.tar.gz freebsd-ports-gnome-841432fcdac30064346c1a15ab90118783ce70b9.tar.zst freebsd-ports-gnome-841432fcdac30064346c1a15ab90118783ce70b9.zip |
Update to 3.1.3 release.
-rw-r--r-- | math/mpfr/Makefile | 3 | ||||
-rw-r--r-- | math/mpfr/distinfo | 4 | ||||
-rw-r--r-- | math/mpfr/pkg-plist | 2 |
3 files changed, 4 insertions, 5 deletions
diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile index b107465c0d59..aca0e772f0c9 100644 --- a/math/mpfr/Makefile +++ b/math/mpfr/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mpfr -PORTVERSION= 3.1.2 -PORTREVISION= 2 +PORTVERSION= 3.1.3 CATEGORIES= math devel MASTER_SITES= http://www.mpfr.org/mpfr-current/ DIST_SUBDIR= ${DISTNAME} diff --git a/math/mpfr/distinfo b/math/mpfr/distinfo index 25de076849e9..aea79acfefe6 100644 --- a/math/mpfr/distinfo +++ b/math/mpfr/distinfo @@ -1,2 +1,2 @@ -SHA256 (mpfr-3.1.2/mpfr-3.1.2.tar.xz) = 399d0f47ef6608cc01d29ed1b99c7faff36d9994c45f36f41ba250147100453b -SIZE (mpfr-3.1.2/mpfr-3.1.2.tar.xz) = 1074388 +SHA256 (mpfr-3.1.3/mpfr-3.1.3.tar.xz) = 6835a08bd992c8257641791e9a6a2b35b02336c8de26d0a8577953747e514a16 +SIZE (mpfr-3.1.3/mpfr-3.1.3.tar.xz) = 1112096 diff --git a/math/mpfr/pkg-plist b/math/mpfr/pkg-plist index fe97b4f613c2..8f287bbf90c0 100644 --- a/math/mpfr/pkg-plist +++ b/math/mpfr/pkg-plist @@ -4,4 +4,4 @@ lib/libmpfr.a lib/libmpfr.la lib/libmpfr.so lib/libmpfr.so.4 -lib/libmpfr.so.4.1.2 +lib/libmpfr.so.4.1.3 |