diff options
author | gerald <gerald@FreeBSD.org> | 2018-01-28 18:19:12 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2018-01-28 18:19:12 +0800 |
commit | e1a8c74adc491a755009b04b5c209594d4b07e10 (patch) | |
tree | b314b1a42835e6422c2a723ebf8df2893f4dfdaa /math | |
parent | 70013ac4b58878f4aa6efb8e6a8cd09833a942c9 (diff) | |
download | freebsd-ports-gnome-e1a8c74adc491a755009b04b5c209594d4b07e10.tar.gz freebsd-ports-gnome-e1a8c74adc491a755009b04b5c209594d4b07e10.tar.zst freebsd-ports-gnome-e1a8c74adc491a755009b04b5c209594d4b07e10.zip |
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).
Diffstat (limited to 'math')
-rw-r--r-- | math/mpc/Makefile | 4 | ||||
-rw-r--r-- | math/mpc/distinfo | 1 |
2 files changed, 2 insertions, 3 deletions
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 |