diff options
author | wen <wen@FreeBSD.org> | 2015-07-30 09:38:41 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2015-07-30 09:38:41 +0800 |
commit | eae76a6cd57a9f79286900465cb420331c6fff65 (patch) | |
tree | d342665e2776748729ccb598cf1a63f94dd469d9 /math/mpir | |
parent | 08e0f04f9b31beb008e45a1a4cc976373a59d90e (diff) | |
download | freebsd-ports-gnome-eae76a6cd57a9f79286900465cb420331c6fff65.tar.gz freebsd-ports-gnome-eae76a6cd57a9f79286900465cb420331c6fff65.tar.zst freebsd-ports-gnome-eae76a6cd57a9f79286900465cb420331c6fff65.zip |
- Update to 2.7.0
PR: 201848
Submitted by: tkato432@yahoo.com
Diffstat (limited to 'math/mpir')
-rw-r--r-- | math/mpir/Makefile | 15 | ||||
-rw-r--r-- | math/mpir/distinfo | 4 | ||||
-rw-r--r-- | math/mpir/pkg-descr | 10 |
3 files changed, 15 insertions, 14 deletions
diff --git a/math/mpir/Makefile b/math/mpir/Makefile index a0214c9aa044..5cce678fbc9c 100644 --- a/math/mpir/Makefile +++ b/math/mpir/Makefile @@ -2,22 +2,21 @@ # $FreeBSD$ PORTNAME= mpir -DISTVERSION= 2.7.0-alpha12 +PORTVERSION= 2.7.0 CATEGORIES= math -MASTER_SITES= http://www.mpir.org/ +MASTER_SITES= http://mpir.org/ MAINTAINER= ports@FreeBSD.org COMMENT= Multiprecision integer library LICENSE= LGPL3 - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} +#LICENSE_FILE= ${WRKSRC}/COPYING.LIB USES= libtool tar:bzip2 -USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--enable-cxx -INSTALL_TARGET+=install-strip +CONFIGURE_ARGS= --enable-cxx +INSTALL_TARGET= install-strip +USE_LDCONFIG= yes MPIR_VERSION= 10.6.0 MPIRXX_VERSION= 4.4.0 @@ -42,6 +41,6 @@ post-install: ${STAGEDIR}${PREFIX}/lib/libmpirxx.so.${MPIRXX_VERSION:R:R} regression-test: - ${MAKE} -C ${WRKSRC} check + ${MAKE_CMD} -C ${WRKSRC} check .include <bsd.port.mk> diff --git a/math/mpir/distinfo b/math/mpir/distinfo index 6b91e0d40620..9dec42d678ec 100644 --- a/math/mpir/distinfo +++ b/math/mpir/distinfo @@ -1,2 +1,2 @@ -SHA256 (mpir-2.7.0-alpha12.tar.bz2) = 444a90dbbe2d8f7cccb8c2cc9ebd192c1dcf2563686da671977f73662ef2095d -SIZE (mpir-2.7.0-alpha12.tar.bz2) = 3620866 +SHA256 (mpir-2.7.0.tar.bz2) = a27d73da19b47552e6328511a061ec70f0cf119419c9a9e1838c8cf4f1420392 +SIZE (mpir-2.7.0.tar.bz2) = 3798772 diff --git a/math/mpir/pkg-descr b/math/mpir/pkg-descr index af4dfb6183f4..fb5a5a2f90f7 100644 --- a/math/mpir/pkg-descr +++ b/math/mpir/pkg-descr @@ -1,8 +1,10 @@ -MPIR is an open source multiprecision integer (bignum) library forked from the -GMP (GNU Multi Precision) project. It consists of much code from past GMP -releases, in combination with much original contributed code. +MPIR is an open source multiprecision integer (bignum) library forked +from the GMP (GNU Multi Precision) project. It consists of much code +from past GMP releases, in combination with much original contributed +code. MPIR is constructed by a developer and vendor friendly community of -professional and amateur mathematicians, computer scientists and hobbyists. +professional and amateur mathematicians, computer scientists and +hobbyists. WWW: http://www.mpir.org |