svn commit: r470460 - head/lang/gcc6

Gerald Pfeifer gerald at FreeBSD.org
Sun May 20 14:19:43 UTC 2018


Author: gerald
Date: Sun May 20 14:19:42 2018
New Revision: 470460
URL: https://svnweb.freebsd.org/changeset/ports/470460

Log:
  Backport r469768 from lang/gcc7:
  
  Simplify MASTER_SITES, taking advantage of the default for GCC releases
  provided by MASTER_SITES_ABBREVS.
  
  Reported by:	portlint

Modified:
  head/lang/gcc6/Makefile

Modified: head/lang/gcc6/Makefile
==============================================================================
--- head/lang/gcc6/Makefile	Sun May 20 14:16:00 2018	(r470459)
+++ head/lang/gcc6/Makefile	Sun May 20 14:19:42 2018	(r470460)
@@ -5,7 +5,7 @@ PORTNAME=	gcc
 PORTVERSION=	6.4.0
 PORTREVISION=	7
 CATEGORIES=	lang java
-MASTER_SITES=	GCC/releases/gcc-${DISTVERSION}
+MASTER_SITES=	GCC
 PKGNAMESUFFIX=	${SUFFIX}
 
 MAINTAINER=	gerald at FreeBSD.org


More information about the svn-ports-all mailing list