diff options
author | Alex Dupre <ale@FreeBSD.org> | 2016-09-28 08:04:21 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2016-09-28 08:04:21 +0000 |
commit | b16370a225ef589955a5c855faa95879edd6cb57 (patch) | |
tree | 0d0abc3db6b8040946d909279a56b46febb937d0 /math | |
parent | Document BIND remote DoS vulnerability. (diff) |
Update to 3.1.5 release.
Notes
Notes:
svn path=/head/; revision=422856
Diffstat (limited to 'math')
-rw-r--r-- | math/mpfr/Makefile | 8 | ||||
-rw-r--r-- | math/mpfr/distinfo | 7 | ||||
-rw-r--r-- | math/mpfr/pkg-plist | 2 |
3 files changed, 8 insertions, 9 deletions
diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile index 045dbf23f958..d812fd58bc9d 100644 --- a/math/mpfr/Makefile +++ b/math/mpfr/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mpfr -PORTVERSION= 3.1.4 +PORTVERSION= 3.1.5 CATEGORIES= math devel MASTER_SITES= http://www.mpfr.org/mpfr-current/ DIST_SUBDIR= ${DISTNAME} @@ -18,9 +18,9 @@ LICENSE= LGPL3 PATCH_DEPENDS= gpatch:devel/patch LIB_DEPENDS= libgmp.so:math/gmp -PATCHLEVEL= 1 -PATCHFILES!= /usr/bin/jot -s " " -w patch%02d ${PATCHLEVEL} 1 ${PATCHLEVEL} -PATCH= ${LOCALBASE}/bin/gpatch +#PATCHLEVEL= 1 +#PATCHFILES!= /usr/bin/jot -s " " -w patch%02d ${PATCHLEVEL} 1 ${PATCHLEVEL} +#PATCH= ${LOCALBASE}/bin/gpatch USES= libtool tar:xz GNU_CONFIGURE= yes diff --git a/math/mpfr/distinfo b/math/mpfr/distinfo index 70a7eeeab0bf..7ffb4d1d85b0 100644 --- a/math/mpfr/distinfo +++ b/math/mpfr/distinfo @@ -1,4 +1,3 @@ -SHA256 (mpfr-3.1.4/mpfr-3.1.4.tar.xz) = 761413b16d749c53e2bfd2b1dfaa3b027b0e793e404b90b5fbaeef60af6517f5 -SIZE (mpfr-3.1.4/mpfr-3.1.4.tar.xz) = 1122152 -SHA256 (mpfr-3.1.4/patch01) = 9a03c3f304feaff747d1832f4a0f3653bbd24764df403305add0b76ca6cd6541 -SIZE (mpfr-3.1.4/patch01) = 2028 +TIMESTAMP = 1475049382 +SHA256 (mpfr-3.1.5/mpfr-3.1.5.tar.xz) = 015fde82b3979fbe5f83501986d328331ba8ddf008c1ff3da3c238f49ca062bc +SIZE (mpfr-3.1.5/mpfr-3.1.5.tar.xz) = 1126668 diff --git a/math/mpfr/pkg-plist b/math/mpfr/pkg-plist index 9098dbbef653..99af697a1df3 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.4 +lib/libmpfr.so.4.1.5 |