svn commit: r460170 - head/math/mpc

Gerald Pfeifer gerald at FreeBSD.org
Sun Jan 28 13:01:03 UTC 2018


Author: gerald
Date: Sun Jan 28 13:01:03 2018
New Revision: 460170
URL: https://svnweb.freebsd.org/changeset/ports/460170

Log:
  MASTER_SITES=GNU is sufficient, no need for MASTER_SITES=GNU/${PORTNAME}.
  
  Reported by:	sunpoet

Modified:
  head/math/mpc/Makefile

Modified: head/math/mpc/Makefile
==============================================================================
--- head/math/mpc/Makefile	Sun Jan 28 12:49:10 2018	(r460169)
+++ head/math/mpc/Makefile	Sun Jan 28 13:01:03 2018	(r460170)
@@ -4,7 +4,7 @@
 PORTNAME=	mpc
 PORTVERSION=	1.0.3
 CATEGORIES=	math devel
-MASTER_SITES=	GNU/${PORTNAME}
+MASTER_SITES=	GNU
 
 MAINTAINER=	gerald at FreeBSD.org
 COMMENT=	Library of complex numbers with arbitrarily high precision


More information about the svn-ports-all mailing list