Page MenuHomeFreeBSD

Mk/bsd.sites.mk: Fix GNOME
ClosedPublic

Authored by diizzy on Jun 20 2025, 5:41 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 31, 10:23 AM
Unknown Object (File)
Mon, Oct 27, 12:29 AM
Unknown Object (File)
Thu, Oct 23, 1:49 PM
Unknown Object (File)
Thu, Oct 23, 1:49 PM
Unknown Object (File)
Thu, Oct 23, 1:49 PM
Unknown Object (File)
Thu, Oct 23, 5:03 AM
Unknown Object (File)
Sun, Oct 19, 4:23 AM
Unknown Object (File)
Oct 12 2025, 4:53 PM
Subscribers

Details

Summary
  • Remove deprecated and/or dead mirrors, Gnome solely relies on a CDN now [1]
  • Drop GitLab "hack", this is not a mirror and distfiles aren't static / match up with release tarballs Ports that needs to use GitLab instance should use USE_GITLAB

1: https://discourse.gnome.org/t/gnome-mirroring-system-updates/25031

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

diizzy created this revision.

Tested with all ports that lists GNOME in MASTER_SITES (given it's in Makefile)

This revision is now accepted and ready to land.Jun 27 2025, 6:55 AM
This revision was automatically updated to reflect the committed changes.

This patch killed some ports like x11-themes/gnome-icons-slick that do not have versioned subdirs. Please reinstate the if !empty(MASTER_SITES:M*/archive/*) bit.