summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2018-05-13 20:05:29 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2018-05-13 20:05:29 +0000
commitf960f73cd7f274b40b3acc6d7a7584923965271a (patch)
tree92ac508911c908a35a7b3d93fb338b287ffe7672
parentwww/waterfox: update to 56.1.0.111172 (diff)
Simplify MASTER_SITES in all GCC-ports related to end-of-lifed releases
(gcc47, gcc48, gcc49, and gcc5), taking advantage of the default for GCC releases provided by MASTER_SITES_ABBREVS. Reported by: portlint
Notes
Notes: svn path=/head/; revision=469815
-rw-r--r--lang/gcc47/Makefile2
-rw-r--r--lang/gcc48/Makefile2
-rw-r--r--lang/gcc49/Makefile2
-rw-r--r--lang/gcc5/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile
index f8e107abdd2e..8a62cde658e4 100644
--- a/lang/gcc47/Makefile
+++ b/lang/gcc47/Makefile
@@ -6,7 +6,7 @@ PORTVERSION= 4.7.4
PORTREVISION= 9
PORTEPOCH= 1
CATEGORIES= lang
-MASTER_SITES= GCC/releases/gcc-${PORTVERSION}
+MASTER_SITES= GCC
PKGNAMESUFFIX= ${SUFFIX}
MAINTAINER= gerald@FreeBSD.org
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile
index 62f031103d49..4ce97524c046 100644
--- a/lang/gcc48/Makefile
+++ b/lang/gcc48/Makefile
@@ -5,7 +5,7 @@ PORTNAME= gcc
PORTVERSION= 4.8.5
PORTREVISION= 8
CATEGORIES= lang
-MASTER_SITES= GCC/releases/gcc-${PORTVERSION}
+MASTER_SITES= GCC
PKGNAMESUFFIX= ${SUFFIX}
MAINTAINER= gerald@FreeBSD.org
diff --git a/lang/gcc49/Makefile b/lang/gcc49/Makefile
index 8b37990cf6ca..953ac87c6477 100644
--- a/lang/gcc49/Makefile
+++ b/lang/gcc49/Makefile
@@ -5,7 +5,7 @@ PORTNAME= gcc
PORTVERSION= 4.9.4
PORTREVISION= 7
CATEGORIES= lang
-MASTER_SITES= GCC/releases/gcc-${DISTVERSION}
+MASTER_SITES= GCC
PKGNAMESUFFIX= ${SUFFIX}
MAINTAINER= gerald@FreeBSD.org
diff --git a/lang/gcc5/Makefile b/lang/gcc5/Makefile
index c1f0a228a6c6..e098b8a8343a 100644
--- a/lang/gcc5/Makefile
+++ b/lang/gcc5/Makefile
@@ -5,7 +5,7 @@ PORTNAME= gcc
PORTVERSION= 5.5.0
PORTREVISION= 3
CATEGORIES= lang
-MASTER_SITES= GCC/releases/gcc-${DISTVERSION}
+MASTER_SITES= GCC
PKGNAMESUFFIX= ${SUFFIX}
MAINTAINER= gerald@FreeBSD.org