Index: head/math/mpc/Makefile =================================================================== --- head/math/mpc/Makefile (revision 383349) +++ head/math/mpc/Makefile (revision 383350) @@ -1,32 +1,31 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= mpc -PORTVERSION= 1.0.2 -PORTREVISION= 1 +PORTVERSION= 1.0.3 CATEGORIES= math devel MASTER_SITES= http://www.multiprecision.org/mpc/download/ MAINTAINER= gerald@FreeBSD.org COMMENT= Library of complex numbers with arbitrarily high precision LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ libmpfr.so:${PORTSDIR}/math/mpfr PORTSCOUT= site:http://www.multiprecision.org/index.php?prog=mpc&page=download GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gmp=${LOCALBASE} \ --with-mpfr=${LOCALBASE} INSTALL_TARGET= install-strip USES= libtool USE_LDCONFIG= yes INFO= mpc PLIST_FILES= include/mpc.h \ lib/libmpc.a lib/libmpc.so lib/libmpc.so.3 lib/libmpc.so.3.0.0 regression-test: build @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check) .include Index: head/math/mpc/distinfo =================================================================== --- head/math/mpc/distinfo (revision 383349) +++ head/math/mpc/distinfo (revision 383350) @@ -1,2 +1,2 @@ -SHA256 (mpc-1.0.2.tar.gz) = b561f54d8a479cee3bc891ee52735f18ff86712ba30f036f8b8537bae380c488 -SIZE (mpc-1.0.2.tar.gz) = 633173 +SHA256 (mpc-1.0.3.tar.gz) = 617decc6ea09889fb08ede330917a00b16809b8db88c29c31bfbb49cbf88ecc3 +SIZE (mpc-1.0.3.tar.gz) = 669925