Parent Directory
|
Revision Log
| Links to HEAD: | (view) (download) (annotate) |
| Sticky Revision: |
bsd.sites.mk: Unify MASTER_SITE_PHP and switch to HTTPS > The PHP project does no have an official mirror program anymore [1] [1] https://www.php.net/mirroring.php PR: 250258 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
The kent SourceForge mirror no longer exists.
Fix a typo in a comment
Clean up MASTER_SITE_GNU: ftp.cse.yzu.edu.tw is not working % telnet ftp.cse.yzu.edu.tw ftp Trying 140.138.144.170... telnet: connect to address 140.138.144.170: Connection refused telnet: Unable to connect to remote host
Mk/bsd.sites.mk: Update URL of MASTER_SITE_OSDN to one that supports geographical load balancing - update all affected ports PR: 244164 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Differential Revision: https://reviews.freebsd.org/D24955
Update GNU and kernel.org mirror lists Note that from the original submission by Daniel on kernel.org, heanet.ie was updated to match the directory, rackspace and slackwere were dropped because they were outdated. Mirror update status was checked with libpci/pciutils-3.7.0.tar.xz and gnuchess-6.2.7 a few minutes ago. PR: 243435 PR: 243436 Submitted by: Daniel Engberg
Add another couple of helper variables when using USE_GITHUB.
Ditch cytranet from sourceforge, currently dead.
- Update hostname - Add %SUBDIR%
Add NCTUCS KDE mirror
Add http://http.debian.net which points to their fastly cdn to the list of debian mirror. [1] While here, drop the NON_US part of debian mirrors which do not exists anymore (for long) PR: 221143 [1] Reported by: amutu@amutu.com
Fix SUBDIR definition Pointy hat: bapt
Update NETBSD sites macro Point to the new location of the distfiles, refresh the list of mirrors. Note that this macro should probably be renamed PKGSRC PR: 219536 Reported by: avg
Mk/bsd.sites.mk: Fix fetch with GL_TUPLE site:account:project:commit:group style entries Something like GL_TUPLE= https://gitlab.redox-os.org:redox-os:calc:afba9c5d184ddb9db5e4e71dc357da0499e212cf:calculate fails to fetch because GL_SITE_calculate still has the colon left after parsing: => Attempting to fetch https://gitlab.redox-os.org:/redox-os/calc/repository/afba9c5d184ddb9db5e4e71dc357da0499e212cf/archive.tar.gz?dummy=/redox-os-calc-afba9c5d184ddb9db5e4e71dc357da0499e212cf_GL0.tar.gz fetch: https://gitlab.redox-os.org:/redox-os/calc/repository/afba9c5d184ddb9db5e4e71dc357da0499e212cf/archive.tar.gz?dummy=/redox-os-calc-afba9c5d184ddb9db5e4e71dc357da0499e212cf_GL0.tar.gz: parse error $ make -V GL_SITE_calculate https://gitlab.redox-os.org: Changing the already complex regular expressions to correct this would make them even more complex. Instead we correct the :: that appears in GL_SITE after parsing GL_TUPLE. Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D21171
bsd.sites.mk: Update xorg mirrors Update the xorg mirrors list, removing dead mirrors, and sort the list to prioritize https sites over http sites. MFH: 2019Q3
- Simplify XFCE MASTER_SITES usage - Update XFCE Master sites list Submitted by: olivierd Reviewed by: mat Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D8416
Mk/bsd.sites.mk: update torproject.org link - The old link redirects (302) to the new one. PR: 237732 Submitted by: Christian Inci <chris.freebsd@broke-the-inter.net>
Cleanup USE_GIT(HUB|LAB) a bit. - Make USE_GIT(HUB|LAB) behave more responsibly with DISTNAME. - Fix a small bug in the USE_GITLAB extra distfile naming. Differential Revision: https://reviews.freebsd.org/D20140
Fix comment of GH_TAGNAME
Update MASTER_SITE_RUBYGEMS
Add a CRATESIO entry for crates.io to bsd.sites.mk Switch cargo.mk over to it. Differential Revision: https://reviews.freebsd.org/D19133
Update URL
Remove gd.tuwien.ac.at. It doesn't resolve anymore.
Remove gcc.skazkaforyou.com from MASTER_SITE_GCC. It's gone rogue and is up for sale, and does not provide mirror service any longer. MFH: 2018Q3
curl: (7) Failed to connect to www.cpan.dk port 80: Operation timed out
This site does https, but redirects to http.
Update MASTER_SITE_OPENBSD: OpenBSD has cdn.openbsd.org officially now which uses cloudflare and falls back to fastly if its upstream mirror is not available. Submitted by: T.J. Townsend <tj@openbsd.org>
Remove https://ftp.ruby-lang.org/ as well ftp.ruby-lang.org is going to be an alias for cache.ruby-lang.org.
Remove ftp://ftp.ruby-lang.org/; the FTP service is shutting down Here's the announcement: https://bugs.ruby-lang.org/issues/14842
Update MASTER_SITE_CHEESESHOP https://pypi.python.org/ redirects to https://pypi.org/
Retire MASTER_SITE_MPLAYERHQ Rationale: - MPLAYERHQ was an alias for www[1-5].mplayerhq.hu - www.mplayerhq.hu uses dns load balancing already for a while, essentially rendering the above alias futile - At times, some of the www[1-9] instances do not participate in the balancing while others do. (At the time of this writing, for instance www3 does not have a dns record but www8 does. The latter was not part of MASTER_SITE_MPLAYERHQ) - The MPLAYERHQ alias was only used by two ports in the tree: multimedia/mplayer-skins multimedia/win32-codecs
Try and prevent people from adding github archive urls. If you use the archive URL directly, you end up having non unique distfiles named 0.9.5.tar.gz or v2.2.2.tar.gz, and soon, another port ends up having the same version, and boom. Reviewed by: bdrewery Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D15039
Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN PR: 225609 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Bring in the sub-submodule extraction problem fix from USE_GITHUB. PR: 226221 Sponsored by: Absolight
Fix a regression on 10.3 introduced in r463301. PR: 226221 Reported by: mmokhi Sponsored by: Absolight
* Add USE_GITLAB for fetching from www.gitlab.com and GitLab deployed sites. Reviewed by: mat Approved by: portmgr (mat) Relnotes: yes Differential Revision: https://reviews.freebsd.org/D12162
Fix a sub-submodule extraction problem with GH_SUBDIR. The problem is that GH_SUBDIR are handled in a somewhat random manner. (The truth is that in the end of things, they end up being sorted by the group name being used in the GH_TUPLE.) So if you have a submodule in bar/foo, and a sub-submodule in bar/foo/baz, it may happen that foo/bar/baz is handled before foo/bar and then things are messed up. This makes it so the GH_SUBDIR target handling is sorted first by the number of / in the path. (So, bar/foo is always handled before bar/foo/baz.) PR: 226221 Reported by: ygy Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D14532
Switch some MASTER_SITES from http/ftp to https. Also some cleanup of dead entries. PR: 226203 Submitted by: Sam H Sponsored by: Absolight
http://mirrors.ibiblio.org/pub/mirrors/mozdev.org/ redirects to http://mirrors.ibiblio.org/mozdev.org/ which also is shorter, so adjust MASTER_SITE_MOZDEV accordingly.
use HTTPS whenever possible PR: 221722 Approved by: bapt, portmgr Differential Revision: https://reviews.freebsd.org/D14194
Update EPEL and EPEL7 URL. PR: 225540 Reported by: dbn
Use qt.io instead of qt-project.org in MASTER_SITE_QT. The former has redirected to the latter for a long time now; while here, use https for the main download URL.
Fix a bug in USE_GITHUB code where a version with more than one / was not sanitized properly. Sponsored by: Absolight
Update MASTER_SITE_TEX_CTAN. - ctan.unsw.edu.au now only accepts http - neither ftp.tex.ac.uk nor ftp.chg.ru have address records anymore
Repairs to MASTER_SITE_DEBIAN_NON_US: - ftp.df.lth.se has gone away. - some of the "ftp\." sites now only accept http:// addresses.
Revert r451865, it was actually a temporary situation on belnet
Cleanup MYSQL master_sites
Remove belnet from GENTOO mirror
Remove dead sourceforge.jp mirror
Cleanup XCONTRIB master sites
clean up master sites for PACKETSTORM
Remove old master site for festival which is only mirroring old versions
The lip6 mirror for SUNSITE only contains the layout, but none of the files
Cleanup NETLIB sites
Clean up SAMBA sites
belnet.be has "mirror" in the path only for FTP servers, not http ones
Remove a blank line getting in by accident
Cleanup GENTOO mirrors
The sunsite.cnlab-switch.ch has gone
Cleanup SUNSITE mirrors
Oups fix bad commit r451855 leaving a trailing \
pair.com have stopped their ftp server
Cleanup the qt list of mirrors
Remove more dead KDE mirrors
Remove dead sourceforge mirror or the one with invalid certificates
Remove more dead KDE mirrors
The sunet.se mirror service does not mirror as many things as it used to do
Remove some dead kde mirrors
ftp.rhnet.is does not exist anymore
Cleanup some dead gnome mirrors
Remove ftp.dti.ad.jp PR: 222264 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Cleanup duplicate code in USE_GITHUB PR: 221816 Reviewed by: lifanov (mentor), matthew (mentor), mat Approved by: lifanov (mentor), matthew (mentor), mat Differential Revision: https://reviews.freebsd.org/D12125
ln use be ${LN}
Reviewed by: lifanov (mentor), mat
Approved by: lifanov (mentor), mat
Differential Revision: https://reviews.freebsd.org/D12125
Add a git-clone target to clone the github repositories referenced in ports using USE_GITHUB. Sponsored by: Absolight
Fix broken line
FTP sites are shut down. WWW: https://www.postgresql.org/message-id/09fd5ea6-7e09-3101-07ba-2c1d9f2d0aec%40joeconway.com
Mk/bsd.sites.mk: remove mysql.mirrored.ca from MASTER_SITE_MYSQL - The site is redirected to a click-farm PR: 221364
Fix MASTER_SITE_ZI, you cannot use a shorthand in a shorthand.
With the current code, if you use ZI, it will not expand LOCAL/ZI. It
would have worked if you use ${MASTER_SITE_ZI}Â everywhere though. It'll
end up trying to fetch from, literally, LOCAL/zi/some-file.tgz.
Sponsored by: Absolight
- Add missing trailing / from previous commit
- Add my mirror list
Update MASTER_SITE_CHEESESHOP Move `files.pythonhosted.org` mirror to the top The mirror `pypi.python.org` soon will be replaced with the new Warehouse [1][2], now it's only serving the old files and its returning `404 - Not Found` to the new files hosted [1] https://pypi.org [2] https://github.com/pypa/warehouse Approved by: garga (mentor), python (sunpoet) Differential Revision: https://reviews.freebsd.org/D11420
Use https for download.kde.org.
Fix typo
Fix using GH_SUBDIR for the default distfile when the path had a single directory. Sponsored by: Absolight
Add https://*.fedoraproject.org.
Revert changes to MASTER_SITE_SOURCEFORGE_JP. sf.jp != sf.net
Update SourceForge mirrors preferring https over http.
Replace http://mirrors.kernel.org/sources.redhat.com/ by http://mirrors.kernel.org/sourceware/ in MASTER_SITE_GCC and MASTER_SITE_SOURCEWARE. The original name sources.redhat.com for sourceware.org has been deprecated many years ago.
fht-esslingen.de is now hs-esslingen.de, change this globally. (The old name still works, so no mirrors were broken even before.)
Remove ftp://ftp-stud.fht-esslingen.de mirror from MASTER_SITE_KDE per guidance from its admins. (We still use the http variant of the same mirror, which is fine.)
Replace ftp://ftp.funet.fi/pub/mirrors/sources.redhat.com by ftp://ftp.funet.fi/pub/mirrors/sourceware.org in MASTER_SITE_GCC and MASTER_SITE_SOURCEWARE, sourceware.org having replaced sources.redhat.com as the standard name of that host years ago. This should not bring any practical change for now; it's really the same.
Remove subdomains of igor.onlinedirect.bg from MASTER_SITE_GCC and MASTER_SITE_PACKETSTORM. They do not even resolve in DNS any more.
Restore ftp-stud.fht-esslingen.de mirror, just with http instead of ftp. PR: 299122
Update MASTER_SITE_OPENBSD: OpenBSD mirrors prefer HTTP now and HTTPS is strongly encouraged. Replace a woefully outdated list of all OpenBSD mirrors (there are 60+ now) with a reasonable selection.
- Autodetect the installed linux_base port and use LINUX_DEFAULT only as a last resort. - Construct a list of DISTFILES for every architecture (amd64, i386). Select one list for regular make and all lists for make makesum so linux ports can have one combined distinfo file. - Set DIST_SUBDIR?=centos so there's only one copy of common distfiles. - Use MASTER_SITES and DISTFILES groups so make fetch is a bit smarter. - Regenerate all distinfo files. - For linux_base-c6 (just like linux_base-c7 already does) turn bin, lib, lib64 and sbin into symbolic links to the same directory under usr. This fixes the problem where some programs/libraries exist under / on FreeBSD and /usr on Linux or vice versa and then depending on the order of search paths Linux programs may run/load FreeBSD programs/libraries and fail. - Turn usr/share/icons into a symbolic link to LOCALBASE/share/icons so Linux programs can find desktop theme icons. This eliminates the need for x11-themes/linux*-hicolor-icon-theme. - Rename pkg-plist.x86_64 to pkg-plist.amd64. - Regenerate all pkg-plist files. - Add @preexec to linux_base pkg-plist that moves existing files in bin, lib, lib64, sbin and icons to the new destination before the directories are turned into symbolic links. - Remove several empty directories from linux_base ports. - Sweep over all linux ports: use consistent style, remove old CONFLICTS, remove unused pkg-descr files, add NLS option,... - Remove old linux arts, esound and openssl-compat ports.
Add https://gnupg.org to the head of the GNUPG list, and move artfiles.org way down, because it is pathologically slow.
- Update Exim master sites
Add a small target to help converting long strings of GH_* to GH_TUPLE. Sponsored by: Absolight
It seems sometime, GH_SUBDIR is only medium rare, on the other hand, GH_SUBDIR_DEFAULT always is fully baked. Sponsored by: Absolight
Clean up dead sourceforge mirrors Approved by: portmgr blanket
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.27 |