[MacPorts] #52626: Remove svn.macports.org distfiles fallback
#52626: Remove svn.macports.org distfiles fallback --------------------------+-------------------------------- Reporter: ryandesign@… | Owner: macports-tickets@… Type: enhancement | Status: new Priority: Normal | Milestone: MacPorts 2.3.5 Component: base | Version: 2.3.4 Keywords: | Port: --------------------------+-------------------------------- We should remove the svn.macports.org fallback for downloading distfiles. It has been many years since we told people not to put new distfiles there anymore. Any ancient port that actually has its files stored there can specify `master_sites macports`, as these ports do: {{{ $ find . -name Portfile | xargs grep -E 'master_sites[[:space:]]+macports[[:space:]]*$' ./aqua/Freecell/Portfile:master_sites macports ./aqua/macsword/Portfile:master_sites macports ./devel/libcipher/Portfile:master_sites macports ./devel/libgnugetopt/Portfile:master_sites macports ./fuse/sshfs-gui/Portfile:master_sites macports ./games/fortune/Portfile:master_sites macports ./games/wump/Portfile:master_sites macports ./graphics/libxdkwrl/Portfile:master_sites macports ./math/bcv/Portfile:master_sites macports ./math/ocaml-buddy/Portfile:master_sites macports ./net/fetch/Portfile:master_sites macports ./net/libfetch/Portfile:master_sites macports ./net/scotty/Portfile:master_sites macports ./python/py-pipedream/Portfile:master_sites macports ./sysutils/bdes/Portfile:master_sites macports ./sysutils/port_cutleaves/Portfile:master_sites macports ./textproc/flip/Portfile:master_sites macports }}} -- Ticket URL: <https://trac.macports.org/ticket/52626> MacPorts <https://www.macports.org/> Ports system for the Mac operating system
#52626: Remove svn.macports.org distfiles fallback ---------------------------+-------------------------------- Reporter: ryandesign@… | Owner: macports-tickets@… Type: enhancement | Status: new Priority: Normal | Milestone: MacPorts 2.3.5 Component: base | Version: 2.3.4 Resolution: | Keywords: Port: | ---------------------------+-------------------------------- Changes (by raimue@…): * cc: raimue@… (added) Comment: The fallback is defined in [browser:trunk/dports/_resources/port1.0/fetch/mirror_sites.tcl?rev=153610#L303 _resources/port1.0/fetch/mirror_sites.tcl], so it is not actually a issue with base. -- Ticket URL: <https://trac.macports.org/ticket/52626#comment:1> MacPorts <https://www.macports.org/> Ports system for the Mac operating system
#52626: Remove svn.macports.org distfiles fallback ---------------------------+-------------------------------- Reporter: ryandesign@… | Owner: macports-tickets@… Type: enhancement | Status: new Priority: Normal | Milestone: MacPorts 2.3.5 Component: base | Version: 2.3.4 Resolution: | Keywords: Port: | ---------------------------+-------------------------------- Comment (by ryandesign@…): It's a base issue; see browser:trunk/base/src/port1.0/portfetch.tcl?rev=146644#L119 I don't know if we can just set `fallback_mirror_site` to empty or if we have to remove all references to `fallback_mirror_site` from the code. -- Ticket URL: <https://trac.macports.org/ticket/52626#comment:2> MacPorts <https://www.macports.org/> Ports system for the Mac operating system
participants (1)
-
MacPorts