diff options
author | ale <ale@FreeBSD.org> | 2016-04-19 20:40:24 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2016-04-19 20:40:24 +0800 |
commit | 51cf987e404b132f94c9578bd16b34a9a4abb0bd (patch) | |
tree | 9abfc38c0bcd1c39fcb0fbb52f7c0c346f8fead2 /math/mpfr | |
parent | f24a105d764aa58e2750b307fe88a68d247ff227 (diff) | |
download | freebsd-ports-gnome-51cf987e404b132f94c9578bd16b34a9a4abb0bd.tar.gz freebsd-ports-gnome-51cf987e404b132f94c9578bd16b34a9a4abb0bd.tar.zst freebsd-ports-gnome-51cf987e404b132f94c9578bd16b34a9a4abb0bd.zip |
Update to 3.1.4 release.
Diffstat (limited to 'math/mpfr')
-rw-r--r-- | math/mpfr/Makefile | 13 | ||||
-rw-r--r-- | math/mpfr/distinfo | 6 | ||||
-rw-r--r-- | math/mpfr/pkg-plist | 2 |
3 files changed, 11 insertions, 10 deletions
diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile index a0a3942a8c54..045dbf23f958 100644 --- a/math/mpfr/Makefile +++ b/math/mpfr/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mpfr -PORTVERSION= 3.1.3 -PORTREVISION= 1 +PORTVERSION= 3.1.4 CATEGORIES= math devel MASTER_SITES= http://www.mpfr.org/mpfr-current/ DIST_SUBDIR= ${DISTNAME} @@ -16,17 +15,17 @@ COMMENT= Library for multiple-precision floating-point computations LICENSE= LGPL3 -#PATCH_DEPENDS= gpatch:devel/patch +PATCH_DEPENDS= gpatch:devel/patch LIB_DEPENDS= libgmp.so:math/gmp -#PATCHLEVEL= 10 -#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 CONFIGURE_ARGS= --with-gmp=${LOCALBASE} - +INSTALL_TARGET= install-strip USE_LDCONFIG= yes INFO= mpfr diff --git a/math/mpfr/distinfo b/math/mpfr/distinfo index aea79acfefe6..70a7eeeab0bf 100644 --- a/math/mpfr/distinfo +++ b/math/mpfr/distinfo @@ -1,2 +1,4 @@ -SHA256 (mpfr-3.1.3/mpfr-3.1.3.tar.xz) = 6835a08bd992c8257641791e9a6a2b35b02336c8de26d0a8577953747e514a16 -SIZE (mpfr-3.1.3/mpfr-3.1.3.tar.xz) = 1112096 +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 diff --git a/math/mpfr/pkg-plist b/math/mpfr/pkg-plist index e54b8abf1d1f..9098dbbef653 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.3 +lib/libmpfr.so.4.1.4 |