git: 182015786a35 - main - devel/binutils: Add GNU to MASTER_SITES

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Mon, 31 Jul 2023 21:28:03 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=182015786a352805aab649c3a44368045d8cfd9e

commit 182015786a352805aab649c3a44368045d8cfd9e
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-07-31 21:20:37 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-07-31 21:20:43 +0000

    devel/binutils: Add GNU to MASTER_SITES
    
    GNU mirrors also hosts binutils and as there are a lot more of those
    set GNU as primary alias and fallback to SOURCEWARE
    
    Reference:
    https://lists.gnu.org/archive/html/info-gnu/2023-07/msg00009.html
    
    Approved by:    portmgr (blanket)
---
 devel/binutils/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile
index 0530c4bbc988..76158eca0d44 100644
--- a/devel/binutils/Makefile
+++ b/devel/binutils/Makefile
@@ -3,7 +3,8 @@ DISTVERSION=	2.40
 PORTREVISION=	4
 PORTEPOCH?=	1
 CATEGORIES?=	devel
-MASTER_SITES=	SOURCEWARE/binutils/releases
+MASTER_SITES=	GNU \
+		SOURCEWARE/binutils/releases
 
 MAINTAINER?=	cy@FreeBSD.org
 COMMENT?=	GNU binary tools