Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 May 2018 20:05:29 +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: r469815 - in head/lang: gcc47 gcc48 gcc49 gcc5
Message-ID:  <201805132005.w4DK5TVZ093499@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sun May 13 20:05:29 2018
New Revision: 469815
URL: https://svnweb.freebsd.org/changeset/ports/469815

Log:
  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

Modified:
  head/lang/gcc47/Makefile
  head/lang/gcc48/Makefile
  head/lang/gcc49/Makefile
  head/lang/gcc5/Makefile

Modified: head/lang/gcc47/Makefile
==============================================================================
--- head/lang/gcc47/Makefile	Sun May 13 20:00:40 2018	(r469814)
+++ head/lang/gcc47/Makefile	Sun May 13 20:05:29 2018	(r469815)
@@ -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

Modified: head/lang/gcc48/Makefile
==============================================================================
--- head/lang/gcc48/Makefile	Sun May 13 20:00:40 2018	(r469814)
+++ head/lang/gcc48/Makefile	Sun May 13 20:05:29 2018	(r469815)
@@ -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

Modified: head/lang/gcc49/Makefile
==============================================================================
--- head/lang/gcc49/Makefile	Sun May 13 20:00:40 2018	(r469814)
+++ head/lang/gcc49/Makefile	Sun May 13 20:05:29 2018	(r469815)
@@ -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

Modified: head/lang/gcc5/Makefile
==============================================================================
--- head/lang/gcc5/Makefile	Sun May 13 20:00:40 2018	(r469814)
+++ head/lang/gcc5/Makefile	Sun May 13 20:05:29 2018	(r469815)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805132005.w4DK5TVZ093499>