diff options
| author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-03-24 12:31:58 +0000 |
|---|---|---|
| committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-03-24 14:28:52 +0000 |
| commit | ecac245f4d5c0eaf1ebfa0bf8dbf8e6aa925eac2 (patch) | |
| tree | 4c4c8cd57a48a332976ff33ce1e0b5e4f5ab44d6 | |
| parent | ed5fe1155b2d2eac7f0081683d886571b9fffacc (diff) | |
Mk/bsd.sites.mk: Fix GNOME MASTER_SITES
- gtlib.gatech.edu is no longer being updated
- http://download.gnome.org is always redirected to https so no point
in having them both
- belnet mirror has updated the location
Approved by: portmgr (blanket)
| -rw-r--r-- | Mk/bsd.sites.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index f8020df348d3..25019117c79a 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -564,14 +564,12 @@ WWW?= https://gitlab.com/${GL_ACCOUNT}/${GL_PROJECT}/ .if !defined(IGNORE_MASTER_SITE_GNOME) MASTER_SITE_GNOME+= \ https://download.gnome.org/%SUBDIR%/ \ - http://download.gnome.org/%SUBDIR%/ \ https://gitlab.gnome.org/GNOME/${PORTNAME}/-/archive/${PORTVERSION}/ \ - http://ftp.belnet.be/mirror/ftp.gnome.org/%SUBDIR%/ \ - ftp://ftp.belnet.be/mirror/ftp.gnome.org/%SUBDIR%/ \ + http://ftp.belnet.be/mirror/ftp.gnome.org/gnomeftp/%SUBDIR%/ \ + ftp://ftp.belnet.be/mirror/ftp.gnome.org/gnomeftp/%SUBDIR%/ \ https://ftp.acc.umu.se/pub/GNOME/%SUBDIR%/ \ ftp://ftp.cse.buffalo.edu/pub/Gnome/%SUBDIR%/ \ https://fr2.rpmfind.net/linux/gnome.org/%SUBDIR%/ \ - http://www.gtlib.gatech.edu/pub/gnome/%SUBDIR%/ \ ftp://ftp.kddlabs.co.jp/pub/GNOME/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/ftp.gnome.org/pub/GNOME/%SUBDIR%/ \ ftp://ftp.nara.wide.ad.jp/pub/X11/GNOME/%SUBDIR%/ |
