Tobias Kortkamp
702a42e004
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 afba9c5d18/archive.tar.gz
/redox-os-calc-afba9c5d184ddb9db5e4e71dc357da0499e212cf_GL0.tar.gz
fetch: afba9c5d18/archive.tar.gz
/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
2019-08-19 14:01:49 +00:00
Niclas Zeising
8b06d6df0e
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
2019-08-17 18:19:35 +00:00
Guido Falsi
ad1ecbc81b
- 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
2019-06-19 16:14:27 +00:00
Kurt Jaeger
edfbdc7152
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>
2019-05-03 16:31:07 +00:00
Mathieu Arnold
a9c92b0801
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
2019-05-03 13:58:27 +00:00
Sunpoet Po-Chuan Hsieh
a62df23c12
Fix comment of GH_TAGNAME
2019-02-28 21:36:11 +00:00
Sunpoet Po-Chuan Hsieh
5348c8d14f
Update MASTER_SITE_RUBYGEMS
2019-02-19 13:20:47 +00:00
Tobias Kortkamp
5aa07820a6
Add a CRATESIO entry for crates.io to bsd.sites.mk
...
Switch cargo.mk over to it.
Differential Revision: https://reviews.freebsd.org/D19133
2019-02-15 12:04:50 +00:00
Sunpoet Po-Chuan Hsieh
eb8b2bd3d3
Update URL
2018-12-06 20:33:28 +00:00
Tilman Keskinoz
560b2215dd
Remove gd.tuwien.ac.at. It doesn't resolve anymore.
2018-10-14 20:17:25 +00:00
Gerald Pfeifer
7f984cfba5
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
2018-09-13 22:13:24 +00:00
Mathieu Arnold
4cd974473a
curl: (7) Failed to connect to www.cpan.dk port 80: Operation timed out
2018-08-31 09:51:04 +00:00
Mathieu Arnold
50e05e80d6
This site does https, but redirects to http.
2018-08-31 09:50:49 +00:00
Christian Weisgerber
2f450b1c8f
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>
2018-08-30 18:34:09 +00:00
Akinori MUSHA
3a7d32c06d
Remove https://ftp.ruby-lang.org/ as well
...
ftp.ruby-lang.org is going to be an alias for cache.ruby-lang.org.
2018-06-13 00:43:58 +00:00
Akinori MUSHA
1c7f154a73
Remove ftp://ftp.ruby-lang.org/; the FTP service is shutting down
...
Here's the announcement: https://bugs.ruby-lang.org/issues/14842
2018-06-13 00:36:44 +00:00
Sunpoet Po-Chuan Hsieh
1f996e1339
Update MASTER_SITE_CHEESESHOP
...
https://pypi.python.org/ redirects to https://pypi.org/
2018-04-17 19:14:58 +00:00
Thomas Zander
a913cf5620
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
2018-04-15 12:51:48 +00:00
Mathieu Arnold
ed149bc97f
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
2018-04-12 11:11:25 +00:00
Sunpoet Po-Chuan Hsieh
06bfeeb0b0
Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN
...
PR: 225609
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
2018-03-24 21:12:13 +00:00
Mathieu Arnold
77abf09376
Bring in the sub-submodule extraction problem fix from USE_GITHUB.
...
PR: 226221
Sponsored by: Absolight
2018-03-05 10:35:36 +00:00
Mathieu Arnold
9bd482e3bb
Fix a regression on 10.3 introduced in r463301.
...
PR: 226221
Reported by: mmokhi
Sponsored by: Absolight
2018-03-05 08:29:33 +00:00
Richard Gallamore
8035da77dd
* 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
2018-03-03 06:50:15 +00:00
Mathieu Arnold
60a2a2ca9d
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
2018-03-01 12:58:53 +00:00
Mathieu Arnold
37677d32e3
Switch some MASTER_SITES from http/ftp to https.
...
Also some cleanup of dead entries.
PR: 226203
Submitted by: Sam H
Sponsored by: Absolight
2018-02-27 13:03:48 +00:00
Gerald Pfeifer
ff031de251
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.
2018-02-17 02:08:40 +00:00
Wolfram Schneider
363a2027cd
use HTTPS whenever possible
...
PR: 221722
Approved by: bapt, portmgr
Differential Revision: https://reviews.freebsd.org/D14194
2018-02-08 19:38:34 +00:00
Tijl Coosemans
6d8851f7ea
Update EPEL and EPEL7 URL.
...
PR: 225540
Reported by: dbn
2018-01-29 19:45:22 +00:00
Raphael Kubo da Costa
12dfe515de
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.
2018-01-21 10:54:45 +00:00
Mathieu Arnold
71b0938eb3
Fix a bug in USE_GITHUB code where a version with more than one / was
...
not sanitized properly.
Sponsored by: Absolight
2018-01-15 11:34:53 +00:00
Mark Linimon
060ec48cb4
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
2018-01-02 15:02:09 +00:00
Mark Linimon
bfbf6537e2
Repairs to MASTER_SITE_DEBIAN_NON_US:
...
- ftp.df.lth.se has gone away.
- some of the "ftp\." sites now only accept http:// addresses.
2018-01-02 00:35:25 +00:00
Baptiste Daroussin
50773eef9e
Revert r451865, it was actually a temporary situation on belnet
2017-10-13 15:07:55 +00:00
Baptiste Daroussin
6ce78e4e6c
Cleanup MYSQL master_sites
2017-10-13 15:00:44 +00:00
Baptiste Daroussin
176d7bbef2
Remove belnet from GENTOO mirror
2017-10-13 13:27:30 +00:00
Baptiste Daroussin
fc33d78757
Remove dead sourceforge.jp mirror
2017-10-13 12:26:35 +00:00
Baptiste Daroussin
060c2392d4
Cleanup XCONTRIB master sites
2017-10-13 09:03:09 +00:00
Baptiste Daroussin
790026ad20
clean up master sites for PACKETSTORM
2017-10-13 08:49:03 +00:00
Baptiste Daroussin
f7157395a7
Remove old master site for festival which is only mirroring old versions
2017-10-13 08:31:34 +00:00
Baptiste Daroussin
0db5bacf30
The lip6 mirror for SUNSITE only contains the layout, but none of the files
2017-10-13 08:25:01 +00:00
Baptiste Daroussin
708be361cd
Cleanup NETLIB sites
2017-10-13 08:13:42 +00:00
Baptiste Daroussin
71fc26cc0e
Clean up SAMBA sites
2017-10-13 08:11:05 +00:00
Baptiste Daroussin
9c75accbf8
belnet.be has "mirror" in the path only for FTP servers, not http ones
2017-10-12 12:03:19 +00:00
Baptiste Daroussin
de725d5b12
Remove a blank line getting in by accident
2017-10-12 11:57:04 +00:00
Baptiste Daroussin
db1bd233c4
Cleanup GENTOO mirrors
2017-10-12 11:53:29 +00:00
Baptiste Daroussin
62f950039d
The sunsite.cnlab-switch.ch has gone
2017-10-12 11:50:40 +00:00
Baptiste Daroussin
76f7b4bcbd
Cleanup SUNSITE mirrors
2017-10-12 11:41:25 +00:00
Baptiste Daroussin
fe9bc0d2f5
Oups fix bad commit r451855 leaving a trailing \
2017-10-12 11:29:38 +00:00
Baptiste Daroussin
03fd71da45
pair.com have stopped their ftp server
2017-10-12 11:19:37 +00:00
Baptiste Daroussin
adc020270f
Cleanup the qt list of mirrors
2017-10-12 11:09:39 +00:00