svn commit: r460162 - head/math/mpc

Gerald Pfeifer gerald at FreeBSD.org
Sun Jan 28 10:19:13 UTC 2018


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 at 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


More information about the svn-ports-all mailing list