diff options
author | ale <ale@FreeBSD.org> | 2017-09-21 15:37:13 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2017-09-21 15:37:13 +0800 |
commit | 397a0564fe20a0821d06ab9717c328978a398a9f (patch) | |
tree | 847ee408226f474a20a3e3ba208a2c1a25a42f14 /math | |
parent | defa61b6da36719269866c8d193b4eaa43b8a567 (diff) | |
download | freebsd-ports-gnome-397a0564fe20a0821d06ab9717c328978a398a9f.tar.gz freebsd-ports-gnome-397a0564fe20a0821d06ab9717c328978a398a9f.tar.zst freebsd-ports-gnome-397a0564fe20a0821d06ab9717c328978a398a9f.zip |
Update to 3.1.6 release.
Diffstat (limited to 'math')
-rw-r--r-- | math/mpfr/Makefile | 7 | ||||
-rw-r--r-- | math/mpfr/distinfo | 10 | ||||
-rw-r--r-- | math/mpfr/pkg-plist | 2 |
3 files changed, 7 insertions, 12 deletions
diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile index dcd4adfe7e98..7949f25cd3eb 100644 --- a/math/mpfr/Makefile +++ b/math/mpfr/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mpfr -PORTVERSION= 3.1.5 -PORTREVISION= 1 +PORTVERSION= 3.1.6 CATEGORIES= math devel MASTER_SITES= http://www.mpfr.org/mpfr-current/ DIST_SUBDIR= ${DISTNAME} @@ -19,8 +18,8 @@ LICENSE= LGPL3 #PATCH_DEPENDS= gpatch:devel/patch LIB_DEPENDS= libgmp.so:math/gmp -PATCHLEVEL= 2 -PATCHFILES!= /usr/bin/jot -s " " -w patch%02d ${PATCHLEVEL} 1 ${PATCHLEVEL} +#PATCHLEVEL= 2 +#PATCHFILES!= /usr/bin/jot -s " " -w patch%02d ${PATCHLEVEL} 1 ${PATCHLEVEL} #PATCH= ${LOCALBASE}/bin/gpatch USES= libtool tar:xz diff --git a/math/mpfr/distinfo b/math/mpfr/distinfo index cfbc0452ec6b..4412cbd81c1f 100644 --- a/math/mpfr/distinfo +++ b/math/mpfr/distinfo @@ -1,7 +1,3 @@ -TIMESTAMP = 1486368778 -SHA256 (mpfr-3.1.5/mpfr-3.1.5.tar.xz) = 015fde82b3979fbe5f83501986d328331ba8ddf008c1ff3da3c238f49ca062bc -SIZE (mpfr-3.1.5/mpfr-3.1.5.tar.xz) = 1126668 -SHA256 (mpfr-3.1.5/patch01) = dfd62a42a239c427bb44087b4a520edbcd65bae6ad1fbe07303c96ee8696afbd -SIZE (mpfr-3.1.5/patch01) = 2608 -SHA256 (mpfr-3.1.5/patch02) = 88dfefa6d39c9fd5a26a40d9bbc73df8da93f946c65c06038026261d78d919f5 -SIZE (mpfr-3.1.5/patch02) = 3447 +TIMESTAMP = 1505979200 +SHA256 (mpfr-3.1.6/mpfr-3.1.6.tar.xz) = 7a62ac1a04408614fccdc506e4844b10cf0ad2c2b1677097f8f35d3a1344a950 +SIZE (mpfr-3.1.6/mpfr-3.1.6.tar.xz) = 1133672 diff --git a/math/mpfr/pkg-plist b/math/mpfr/pkg-plist index 99af697a1df3..8b89dd3030f3 100644 --- a/math/mpfr/pkg-plist +++ b/math/mpfr/pkg-plist @@ -3,4 +3,4 @@ include/mpf2mpfr.h lib/libmpfr.a lib/libmpfr.so lib/libmpfr.so.4 -lib/libmpfr.so.4.1.5 +lib/libmpfr.so.4.1.6 |