diff options
author | ale <ale@FreeBSD.org> | 2017-02-13 17:39:41 +0000 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2017-02-13 17:39:41 +0000 |
commit | 018423232e4a2c243bc43794986339daeec77be4 (patch) | |
tree | e44bfc05fe9acddfe15a84f098eeaae55db869ab | |
parent | 9de2382bd46ae18db98e68535b1c4519bdff512c (diff) | |
download | FreeBSD-ports-018423232e4a2c243bc43794986339daeec77be4.zip FreeBSD-ports-018423232e4a2c243bc43794986339daeec77be4.tar.gz |
Finally update to 6.1.2 release, it should work fine with currently supported FreeBSD releases.
PR: 217071
Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw>
-rw-r--r-- | math/gmp/Makefile | 12 | ||||
-rw-r--r-- | math/gmp/distinfo | 5 | ||||
-rw-r--r-- | math/gmp/pkg-plist | 4 |
3 files changed, 10 insertions, 11 deletions
diff --git a/math/gmp/Makefile b/math/gmp/Makefile index 8016e54..dcebc04 100644 --- a/math/gmp/Makefile +++ b/math/gmp/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gmp -PORTVERSION= 5.1.3 -PORTREVISION= 3 +PORTVERSION= 6.1.2 CATEGORIES= math devel MASTER_SITES= GNU @@ -16,7 +15,7 @@ OPTIONS_DEFINE= CPU_OPTS CPU_OPTS_DESC= Enable assembly optimizations for your CPU USES= libtool makeinfo tar:xz -GNU_CONFIGURE= yes +HAS_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_ARGS= --prefix=${PREFIX} \ --infodir=${PREFIX}/info \ @@ -26,6 +25,9 @@ USE_LDCONFIG= yes INFO= gmp +INSTALL_TARGET= install-strip +TEST_TARGET= check + .include <bsd.port.pre.mk> .if ! ${PORT_OPTIONS:MCPU_OPTS} @@ -43,10 +45,6 @@ CONFIGURE_ENV+= ABI="32" post-extract: @${RM} ${WRKSRC}/doc/gmp.info* -post-patch: - @${REINPLACE_CMD} "s/\(athlon64\-\*\-\*\)/amd64-*-* | \1/;s/\(x86_64)\)/amd64 | \1/" \ - ${WRKSRC}/configure - regression-test check: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check diff --git a/math/gmp/distinfo b/math/gmp/distinfo index 8d6cf21..5850f8c 100644 --- a/math/gmp/distinfo +++ b/math/gmp/distinfo @@ -1,2 +1,3 @@ -SHA256 (gmp-5.1.3.tar.xz) = dee2eda37f4ff541f30019932db0c37f6f77a30ba3609234933b1818f9b07071 -SIZE (gmp-5.1.3.tar.xz) = 1818812 +TIMESTAMP = 1487005782 +SHA256 (gmp-6.1.2.tar.xz) = 87b565e89a9a684fe4ebeeddb8399dce2599f9c9049854ca8c0dfbdea0e21912 +SIZE (gmp-6.1.2.tar.xz) = 1946336 diff --git a/math/gmp/pkg-plist b/math/gmp/pkg-plist index 27c85cf..e5e282a 100644 --- a/math/gmp/pkg-plist +++ b/math/gmp/pkg-plist @@ -3,8 +3,8 @@ include/gmpxx.h lib/libgmp.a lib/libgmp.so lib/libgmp.so.10 -lib/libgmp.so.10.1.3 +lib/libgmp.so.10.3.2 lib/libgmpxx.a lib/libgmpxx.so lib/libgmpxx.so.4 -lib/libgmpxx.so.4.3.3 +lib/libgmpxx.so.4.5.2 |