diff options
author | Alex Dupre <ale@FreeBSD.org> | 2017-02-13 17:39:41 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2017-02-13 17:39:41 +0000 |
commit | 2dfbd4887fc3d249a68baba0d276e5741ce12446 (patch) | |
tree | e44bfc05fe9acddfe15a84f098eeaae55db869ab /math/gmp | |
parent | 739a9d62287a49a0cfcf8c34d39162413bc7701b (diff) |
Notes
Diffstat (limited to 'math/gmp')
-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 8016e54fdd0f..dcebc04a7470 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 8d6cf212ec1c..5850f8c30655 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 27c85cf6158c..e5e282a69415 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 |