git: b83d0f263975 - main - Mk/bsd.sites.mk: Update MASTER_SITE_SOURCEWARE entries
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Jan 2024 08:54:53 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b83d0f26397554b5d44debacaec5a342690fa58d
commit b83d0f26397554b5d44debacaec5a342690fa58d
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-01-06 08:04:32 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-01-06 08:54:12 +0000
Mk/bsd.sites.mk: Update MASTER_SITE_SOURCEWARE entries
Refresh mirror list, MASTER_SITE_GCC used as reference
---
Mk/bsd.sites.mk | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk
index eea547854146..1e7ef2622035 100644
--- a/Mk/bsd.sites.mk
+++ b/Mk/bsd.sites.mk
@@ -919,7 +919,9 @@ MASTER_SITE_SOURCEFORGE+= ${p}://${m}.dl.sourceforge.net/project/%SUBDIR%/
.if !defined(IGNORE_MASTER_SITE_SOURCEWARE)
MASTER_SITE_SOURCEWARE+= \
https://mirrors.kernel.org/sourceware/%SUBDIR%/ \
- ftp://ftp.funet.fi/pub/mirrors/sourceware.org/pub/%SUBDIR%/
+ https://ftp-stud.hs-esslingen.de/pub/Mirrors/sourceware.org/%SUBDIR%/ \
+ https://ftp.funet.fi/pub/mirrors/sourceware.org/pub/%SUBDIR%/ \
+ https://mirrorservice.org/sites/sourceware.org/pub/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_SUDO)