svn commit: r469768 - head/lang/gcc7
Gerald Pfeifer
gerald at FreeBSD.org
Sun May 13 00:32:08 UTC 2018
Author: gerald
Date: Sun May 13 00:32:07 2018
New Revision: 469768
URL: https://svnweb.freebsd.org/changeset/ports/469768
Log:
Simplify MASTER_SITES, taking advantage of the default for GCC releases
provided by MASTER_SITES_ABBREVS.
Reported by: portlint
Modified:
head/lang/gcc7/Makefile
Modified: head/lang/gcc7/Makefile
==============================================================================
--- head/lang/gcc7/Makefile Sat May 12 23:50:57 2018 (r469767)
+++ head/lang/gcc7/Makefile Sun May 13 00:32:07 2018 (r469768)
@@ -5,7 +5,7 @@ PORTNAME= gcc
PORTVERSION= 7.3.0
PORTREVISION= 3
CATEGORIES= lang
-MASTER_SITES= GCC/releases/gcc-${DISTVERSION}
+MASTER_SITES= GCC
PKGNAMESUFFIX= ${SUFFIX}
MAINTAINER= gerald at FreeBSD.org
More information about the svn-ports-head
mailing list