Date: Sun, 28 Jan 2018 13:01:03 +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: r460170 - head/math/mpc Message-ID: <201801281301.w0SD13l0093046@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org COMMENT= Library of complex numbers with arbitrarily high precision
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801281301.w0SD13l0093046>