Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jan 2018 10:19:12 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r460162 - head/math/mpc
Message-ID:  <201801281019.w0SAJC8X012827@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sun Jan 28 10:19:12 2018
New Revision: 460162
URL: https://svnweb.freebsd.org/changeset/ports/460162

Log:
  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).

Modified:
  head/math/mpc/Makefile
  head/math/mpc/distinfo

Modified: head/math/mpc/Makefile
==============================================================================
--- head/math/mpc/Makefile	Sun Jan 28 09:02:09 2018	(r460161)
+++ head/math/mpc/Makefile	Sun Jan 28 10:19:12 2018	(r460162)
@@ -4,15 +4,13 @@
 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
 
 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} \

Modified: head/math/mpc/distinfo
==============================================================================
--- head/math/mpc/distinfo	Sun Jan 28 09:02:09 2018	(r460161)
+++ head/math/mpc/distinfo	Sun Jan 28 10:19:12 2018	(r460162)
@@ -1,2 +1,3 @@
+TIMESTAMP = 1517134078
 SHA256 (mpc-1.0.3.tar.gz) = 617decc6ea09889fb08ede330917a00b16809b8db88c29c31bfbb49cbf88ecc3
 SIZE (mpc-1.0.3.tar.gz) = 669925



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801281019.w0SAJC8X012827>