Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jul 2023 21:28:03 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 182015786a35 - main - devel/binutils: Add GNU to MASTER_SITES
Message-ID:  <202307312128.36VLS3f7057903@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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