From bfff1cc3920bd41e396825c97d1f5a76c81a8558 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Sun, 28 Jan 2018 10:19:12 +0000 Subject: The upstream MPC project now uses GNU as their primary distribution network, so adjust MASTER_SITES on our end. And remove a special PORTSCOUT setting, which silently stopped working. Since I fully tested this, this commit also adds a TIMESTAMP to distinfo (but no other change). --- math/mpc/Makefile | 4 +--- math/mpc/distinfo | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'math') diff --git a/math/mpc/Makefile b/math/mpc/Makefile index f6d4b146fa56..b25f831c8fee 100644 --- a/math/mpc/Makefile +++ b/math/mpc/Makefile @@ -4,7 +4,7 @@ PORTNAME= mpc PORTVERSION= 1.0.3 CATEGORIES= math devel -MASTER_SITES= http://www.multiprecision.org/mpc/download/ +MASTER_SITES= GNU/${PORTNAME} MAINTAINER= gerald@FreeBSD.org COMMENT= Library of complex numbers with arbitrarily high precision @@ -12,8 +12,6 @@ COMMENT= Library of complex numbers with arbitrarily high precision LIB_DEPENDS= libgmp.so:math/gmp \ libmpfr.so: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} diff --git a/math/mpc/distinfo b/math/mpc/distinfo index ee97af5335a1..b5a4bddf68bf 100644 --- a/math/mpc/distinfo +++ b/math/mpc/distinfo @@ -1,2 +1,3 @@ +TIMESTAMP = 1517134078 SHA256 (mpc-1.0.3.tar.gz) = 617decc6ea09889fb08ede330917a00b16809b8db88c29c31bfbb49cbf88ecc3 SIZE (mpc-1.0.3.tar.gz) = 669925 -- cgit v1.2.3