Index: head/math/mpir/Makefile =================================================================== --- head/math/mpir/Makefile (revision 393213) +++ head/math/mpir/Makefile (revision 393214) @@ -1,47 +1,46 @@ # Created by: gahr # $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 +#LICENSE_FILE= ${WRKSRC}/COPYING.LIB -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} - 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 INFO= mpir PLIST_FILES= include/mpir.h \ include/mpirxx.h \ lib/libmpir.a \ lib/libmpir.so \ lib/libmpir.so.${MPIR_VERSION} \ lib/libmpir.so.${MPIR_VERSION:R:R} \ lib/libmpirxx.a \ lib/libmpirxx.so \ lib/libmpirxx.so.${MPIRXX_VERSION} \ lib/libmpirxx.so.${MPIRXX_VERSION:R:R} post-install: ${LN} -sf libmpir.so.${MPIR_VERSION} \ ${STAGEDIR}${PREFIX}/lib/libmpir.so.${MPIR_VERSION:R:R} ${LN} -sf libmpirxx.so.${MPIRXX_VERSION} \ ${STAGEDIR}${PREFIX}/lib/libmpirxx.so.${MPIRXX_VERSION:R:R} regression-test: - ${MAKE} -C ${WRKSRC} check + ${MAKE_CMD} -C ${WRKSRC} check .include Index: head/math/mpir/distinfo =================================================================== --- head/math/mpir/distinfo (revision 393213) +++ head/math/mpir/distinfo (revision 393214) @@ -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 Index: head/math/mpir/pkg-descr =================================================================== --- head/math/mpir/pkg-descr (revision 393213) +++ head/math/mpir/pkg-descr (revision 393214) @@ -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