/[ports]/head/Mk/bsd.sites.mk
ViewVC logotype

Log of /head/Mk/bsd.sites.mk

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:


Revision 552374 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 15 03:38:05 2020 UTC (3 years, 8 months ago) by meta
File length: 53646 byte(s)
Diff to previous 549928
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>


Revision 549928 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 24 16:34:26 2020 UTC (3 years, 9 months ago) by tdb
File length: 53925 byte(s)
Diff to previous 548881
The kent SourceForge mirror no longer exists.


Revision 548881 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 18 09:41:48 2020 UTC (3 years, 9 months ago) by 0mp
File length: 53930 byte(s)
Diff to previous 547852
Fix a typo in a comment


Revision 547852 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 6 15:39:55 2020 UTC (3 years, 9 months ago) by sunpoet
File length: 53929 byte(s)
Diff to previous 543005
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


Revision 543005 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 24 06:28:59 2020 UTC (3 years, 11 months ago) by rigoletto
File length: 53971 byte(s)
Diff to previous 537531
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


Revision 537531 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 2 09:33:07 2020 UTC (4 years, 1 month ago) by mandree
File length: 53295 byte(s)
Diff to previous 536006
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


Revision 536006 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 20 15:49:26 2020 UTC (4 years, 1 month ago) by mat
File length: 53009 byte(s)
Diff to previous 526179
Add another couple of helper variables when using USE_GITHUB.


Revision 526179 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 14 22:01:01 2020 UTC (4 years, 4 months ago) by mandree
File length: 52924 byte(s)
Diff to previous 525376
Ditch cytranet from sourceforge, currently dead.


Revision 525376 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 6 13:18:44 2020 UTC (4 years, 4 months ago) by zi
File length: 52933 byte(s)
Diff to previous 511849
- Update hostname
- Add %SUBDIR%


Revision 511849 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 12 02:31:30 2019 UTC (4 years, 9 months ago) by lwhsu
File length: 52921 byte(s)
Diff to previous 511186
Add NCTUCS KDE mirror


Revision 511186 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 5 13:24:07 2019 UTC (4 years, 9 months ago) by bapt
File length: 52882 byte(s)
Diff to previous 511182
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


Revision 511182 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 5 12:39:32 2019 UTC (4 years, 9 months ago) by bapt
File length: 53192 byte(s)
Diff to previous 511181
Fix SUBDIR definition

Pointy hat:	bapt


Revision 511181 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 5 12:01:27 2019 UTC (4 years, 9 months ago) by bapt
File length: 53202 byte(s)
Diff to previous 509288
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


Revision 509288 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 19 14:01:49 2019 UTC (4 years, 10 months ago) by tobik
File length: 53499 byte(s)
Diff to previous 509160
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


Revision 509160 - (view) (download) (annotate) - [select for diffs]
Modified Sat Aug 17 18:19:35 2019 UTC (4 years, 10 months ago) by zeising
File length: 53491 byte(s)
Diff to previous 504557
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


Revision 504557 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 19 16:14:27 2019 UTC (5 years ago) by madpilot
File length: 53809 byte(s)
Diff to previous 500741
- 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


Revision 500741 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 3 16:31:07 2019 UTC (5 years, 2 months ago) by pi
File length: 53739 byte(s)
Diff to previous 500731
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>


Revision 500731 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 3 13:58:27 2019 UTC (5 years, 2 months ago) by mat
File length: 53743 byte(s)
Diff to previous 494205
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


Revision 494205 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 28 21:36:11 2019 UTC (5 years, 4 months ago) by sunpoet
File length: 53829 byte(s)
Diff to previous 493367
Fix comment of GH_TAGNAME


Revision 493367 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 19 13:20:47 2019 UTC (5 years, 4 months ago) by sunpoet
File length: 53825 byte(s)
Diff to previous 492993
Update MASTER_SITE_RUBYGEMS


Revision 492993 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 15 12:04:50 2019 UTC (5 years, 4 months ago) by tobik
File length: 53847 byte(s)
Diff to previous 486800
Add a CRATESIO entry for crates.io to bsd.sites.mk

Switch cargo.mk over to it.

Differential Revision:	https://reviews.freebsd.org/D19133


Revision 486800 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 6 20:33:28 2018 UTC (5 years, 6 months ago) by sunpoet
File length: 53671 byte(s)
Diff to previous 482112
Update URL


Revision 482112 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 14 20:17:25 2018 UTC (5 years, 8 months ago) by arved
File length: 53670 byte(s)
Diff to previous 479746
Remove gd.tuwien.ac.at. It doesn't resolve anymore.


Revision 479746 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 13 22:13:24 2018 UTC (5 years, 9 months ago) by gerald
File length: 53811 byte(s)
Diff to previous 478541
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


Revision 478541 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 31 09:51:04 2018 UTC (5 years, 10 months ago) by mat
File length: 53852 byte(s)
Diff to previous 478540
curl: (7) Failed to connect to www.cpan.dk port 80: Operation timed out


Revision 478540 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 31 09:50:49 2018 UTC (5 years, 10 months ago) by mat
File length: 53895 byte(s)
Diff to previous 478482
This site does https, but redirects to http.


Revision 478482 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 30 18:34:09 2018 UTC (5 years, 10 months ago) by naddy
File length: 53896 byte(s)
Diff to previous 472274
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>


Revision 472274 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 13 00:43:58 2018 UTC (6 years ago) by knu
File length: 53963 byte(s)
Diff to previous 472273
Remove https://ftp.ruby-lang.org/ as well

ftp.ruby-lang.org is going to be an alias for cache.ruby-lang.org.


Revision 472273 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 13 00:36:44 2018 UTC (6 years ago) by knu
File length: 54011 byte(s)
Diff to previous 467623
Remove ftp://ftp.ruby-lang.org/; the FTP service is shutting down

Here's the announcement: https://bugs.ruby-lang.org/issues/14842


Revision 467623 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 17 19:14:58 2018 UTC (6 years, 2 months ago) by sunpoet
File length: 54057 byte(s)
Diff to previous 467386
Update MASTER_SITE_CHEESESHOP

https://pypi.python.org/ redirects to https://pypi.org/


Revision 467386 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 15 12:51:48 2018 UTC (6 years, 2 months ago) by riggs
File length: 54064 byte(s)
Diff to previous 467145
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


Revision 467145 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 12 11:11:25 2018 UTC (6 years, 2 months ago) by mat
File length: 54594 byte(s)
Diff to previous 465484
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


Revision 465484 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 24 21:12:13 2018 UTC (6 years, 3 months ago) by sunpoet
File length: 54393 byte(s)
Diff to previous 463643
Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN

PR:		225609
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>


Revision 463643 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 5 10:35:36 2018 UTC (6 years, 4 months ago) by mat
File length: 54383 byte(s)
Diff to previous 463628
Bring in the sub-submodule extraction problem fix from USE_GITHUB.

PR:		226221
Sponsored by:	Absolight


Revision 463628 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 5 08:29:33 2018 UTC (6 years, 4 months ago) by mat
File length: 54346 byte(s)
Diff to previous 463463
Fix a regression on 10.3 introduced in r463301.

PR:		226221
Reported by:	mmokhi
Sponsored by:	Absolight


Revision 463463 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 3 06:50:15 2018 UTC (6 years, 4 months ago) by ultima
File length: 54353 byte(s)
Diff to previous 463301
* 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


Revision 463301 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 1 12:58:53 2018 UTC (6 years, 4 months ago) by mat
File length: 48530 byte(s)
Diff to previous 463123
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


Revision 463123 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 27 13:03:48 2018 UTC (6 years, 4 months ago) by mat
File length: 48264 byte(s)
Diff to previous 462083
Switch some MASTER_SITES from http/ftp to https.

Also some cleanup of dead entries.

PR:		226203
Submitted by:	Sam H
Sponsored by:	Absolight


Revision 462083 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 17 02:08:40 2018 UTC (6 years, 4 months ago) by gerald
File length: 48090 byte(s)
Diff to previous 461262
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.


Revision 461262 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 8 19:38:34 2018 UTC (6 years, 4 months ago) by wosch
File length: 48102 byte(s)
Diff to previous 460328
use HTTPS whenever possible

PR:	 	221722
Approved by: bapt, portmgr
Differential Revision: https://reviews.freebsd.org/D14194


Revision 460328 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 29 19:45:22 2018 UTC (6 years, 5 months ago) by tijl
File length: 48012 byte(s)
Diff to previous 459585
Update EPEL and EPEL7 URL.

PR:		225540
Reported by:	dbn


Revision 459585 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 21 10:54:45 2018 UTC (6 years, 5 months ago) by rakuco
File length: 47868 byte(s)
Diff to previous 459033
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.


Revision 459033 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 15 11:34:53 2018 UTC (6 years, 5 months ago) by mat
File length: 47885 byte(s)
Diff to previous 457865
Fix a bug in USE_GITHUB code where a version with more than one / was
not sanitized properly.

Sponsored by:	Absolight


Revision 457865 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 2 15:02:09 2018 UTC (6 years, 6 months ago) by linimon
File length: 47884 byte(s)
Diff to previous 457821
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


Revision 457821 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 2 00:35:25 2018 UTC (6 years, 6 months ago) by linimon
File length: 47983 byte(s)
Diff to previous 452009
Repairs to MASTER_SITE_DEBIAN_NON_US:

 - ftp.df.lth.se has gone away.
 - some of the "ftp\." sites now only accept http:// addresses.


Revision 452009 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 13 15:07:55 2017 UTC (6 years, 8 months ago) by bapt
File length: 48026 byte(s)
Diff to previous 452008
Revert r451865, it was actually a temporary situation on belnet


Revision 452008 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 13 15:00:44 2017 UTC (6 years, 8 months ago) by bapt
File length: 48019 byte(s)
Diff to previous 451994
Cleanup MYSQL master_sites


Revision 451994 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 13 13:27:30 2017 UTC (6 years, 8 months ago) by bapt
File length: 48632 byte(s)
Diff to previous 451986
Remove belnet from GENTOO mirror


Revision 451986 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 13 12:26:35 2017 UTC (6 years, 8 months ago) by bapt
File length: 48690 byte(s)
Diff to previous 451966
Remove dead sourceforge.jp mirror


Revision 451966 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 13 09:03:09 2017 UTC (6 years, 8 months ago) by bapt
File length: 48699 byte(s)
Diff to previous 451963
Cleanup XCONTRIB master sites


Revision 451963 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 13 08:49:03 2017 UTC (6 years, 8 months ago) by bapt
File length: 48833 byte(s)
Diff to previous 451961
clean up master sites for PACKETSTORM


Revision 451961 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 13 08:31:34 2017 UTC (6 years, 8 months ago) by bapt
File length: 49069 byte(s)
Diff to previous 451958
Remove old master site for festival which is only mirroring old versions


Revision 451958 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 13 08:25:01 2017 UTC (6 years, 8 months ago) by bapt
File length: 49174 byte(s)
Diff to previous 451955
The lip6 mirror for SUNSITE only contains the layout, but none of the files


Revision 451955 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 13 08:13:42 2017 UTC (6 years, 8 months ago) by bapt
File length: 49223 byte(s)
Diff to previous 451954
Cleanup NETLIB sites


Revision 451954 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 13 08:11:05 2017 UTC (6 years, 8 months ago) by bapt
File length: 49264 byte(s)
Diff to previous 451865
Clean up SAMBA sites


Revision 451865 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 12 12:03:19 2017 UTC (6 years, 8 months ago) by bapt
File length: 49336 byte(s)
Diff to previous 451864
belnet.be has "mirror" in the path only for FTP servers, not http ones


Revision 451864 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 12 11:57:04 2017 UTC (6 years, 8 months ago) by bapt
File length: 49295 byte(s)
Diff to previous 451862
Remove a blank line getting in by accident


Revision 451862 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 12 11:53:29 2017 UTC (6 years, 8 months ago) by bapt
File length: 49296 byte(s)
Diff to previous 451861
Cleanup GENTOO mirrors


Revision 451861 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 12 11:50:40 2017 UTC (6 years, 8 months ago) by bapt
File length: 49576 byte(s)
Diff to previous 451860
The sunsite.cnlab-switch.ch has gone


Revision 451860 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 12 11:41:25 2017 UTC (6 years, 8 months ago) by bapt
File length: 49917 byte(s)
Diff to previous 451858
Cleanup SUNSITE mirrors


Revision 451858 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 12 11:29:38 2017 UTC (6 years, 8 months ago) by bapt
File length: 50245 byte(s)
Diff to previous 451855
Oups fix bad commit r451855 leaving a trailing \


Revision 451855 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 12 11:19:37 2017 UTC (6 years, 8 months ago) by bapt
File length: 50247 byte(s)
Diff to previous 451852
pair.com have stopped their ftp server


Revision 451852 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 12 11:09:39 2017 UTC (6 years, 8 months ago) by bapt
File length: 50337 byte(s)
Diff to previous 451850
Cleanup the qt list of mirrors


Revision 451850 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 12 11:05:52 2017 UTC (6 years, 8 months ago) by bapt
File length: 50535 byte(s)
Diff to previous 451848
Remove more dead KDE mirrors


Revision 451848 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 12 11:03:07 2017 UTC (6 years, 8 months ago) by bapt
File length: 50621 byte(s)
Diff to previous 451843
Remove dead sourceforge mirror or the one with invalid certificates


Revision 451843 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 12 10:02:29 2017 UTC (6 years, 8 months ago) by bapt
File length: 50661 byte(s)
Diff to previous 451842
Remove more dead KDE mirrors


Revision 451842 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 12 09:53:39 2017 UTC (6 years, 8 months ago) by bapt
File length: 50913 byte(s)
Diff to previous 451841
The sunet.se mirror service does not mirror as many things as it used to do


Revision 451841 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 12 09:51:55 2017 UTC (6 years, 8 months ago) by bapt
File length: 51465 byte(s)
Diff to previous 451839
Remove some dead kde mirrors


Revision 451839 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 12 09:45:33 2017 UTC (6 years, 8 months ago) by bapt
File length: 51593 byte(s)
Diff to previous 451835
ftp.rhnet.is does not exist anymore


Revision 451835 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 12 09:13:47 2017 UTC (6 years, 8 months ago) by bapt
File length: 51813 byte(s)
Diff to previous 449780
Cleanup some dead gnome mirrors


Revision 449780 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 13 13:07:50 2017 UTC (6 years, 9 months ago) by sunpoet
File length: 51904 byte(s)
Diff to previous 449253
Remove ftp.dti.ad.jp

PR:		222264
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>


Revision 449253 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 4 18:35:50 2017 UTC (6 years, 9 months ago) by ultima
File length: 52260 byte(s)
Diff to previous 448930
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


Revision 448930 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 29 17:01:39 2017 UTC (6 years, 10 months ago) by ultima
File length: 54147 byte(s)
Diff to previous 448034
ln use be ${LN}

Reviewed by:	lifanov (mentor), mat
Approved by:	lifanov (mentor), mat
Differential Revision:	https://reviews.freebsd.org/D12125


Revision 448034 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 16 12:50:10 2017 UTC (6 years, 10 months ago) by mat
File length: 54144 byte(s)
Diff to previous 448012
Add a git-clone target to clone the github repositories referenced in
ports using USE_GITHUB.

Sponsored by:	Absolight


Revision 448012 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 15 20:59:27 2017 UTC (6 years, 10 months ago) by girgen
File length: 53440 byte(s)
Diff to previous 448010
Fix broken line


Revision 448010 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 15 20:50:20 2017 UTC (6 years, 10 months ago) by girgen
File length: 53442 byte(s)
Diff to previous 447633
FTP sites are shut down.

WWW:	https://www.postgresql.org/message-id/09fd5ea6-7e09-3101-07ba-2c1d9f2d0aec%40joeconway.com


Revision 447633 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 9 16:39:56 2017 UTC (6 years, 10 months ago) by pi
File length: 53525 byte(s)
Diff to previous 447090
Mk/bsd.sites.mk: remove mysql.mirrored.ca from MASTER_SITE_MYSQL

- The site is redirected to a click-farm

PR:		221364


Revision 447090 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 2 08:59:21 2017 UTC (6 years, 11 months ago) by mat
File length: 53573 byte(s)
Diff to previous 447033
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


Revision 447033 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 1 17:03:04 2017 UTC (6 years, 11 months ago) by zi
File length: 53547 byte(s)
Diff to previous 447028
- Add missing trailing / from previous commit


Revision 447028 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 1 16:44:12 2017 UTC (6 years, 11 months ago) by zi
File length: 53546 byte(s)
Diff to previous 444758
- Add my mirror list


Revision 444758 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 30 14:55:05 2017 UTC (7 years ago) by dbaio
File length: 53403 byte(s)
Diff to previous 443400
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


Revision 443400 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 11 17:25:12 2017 UTC (7 years ago) by rakuco
File length: 53554 byte(s)
Diff to previous 438550
Use https for download.kde.org.


Revision 438550 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 14 23:16:16 2017 UTC (7 years, 2 months ago) by sunpoet
File length: 53553 byte(s)
Diff to previous 437195
Fix typo


Revision 437195 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 29 13:11:18 2017 UTC (7 years, 3 months ago) by mat
File length: 53553 byte(s)
Diff to previous 436093
Fix using GH_SUBDIR for the default distfile when the path had a single
directory.

Sponsored by:	Absolight


Revision 436093 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 13 17:29:28 2017 UTC (7 years, 3 months ago) by tijl
File length: 53545 byte(s)
Diff to previous 436091
Add https://*.fedoraproject.org.


Revision 436091 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 13 17:21:16 2017 UTC (7 years, 3 months ago) by tijl
File length: 53133 byte(s)
Diff to previous 436089
Revert changes to MASTER_SITE_SOURCEFORGE_JP.  sf.jp != sf.net


Revision 436089 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 13 17:11:26 2017 UTC (7 years, 3 months ago) by tijl
File length: 53131 byte(s)
Diff to previous 435900
Update SourceForge mirrors preferring https over http.


Revision 435900 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 11 12:52:52 2017 UTC (7 years, 3 months ago) by gerald
File length: 53086 byte(s)
Diff to previous 435571
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.


Revision 435571 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 6 23:13:57 2017 UTC (7 years, 3 months ago) by gerald
File length: 53102 byte(s)
Diff to previous 435569
fht-esslingen.de is now hs-esslingen.de, change this globally.
(The old name still works, so no mirrors were broken even before.)


Revision 435569 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 6 22:40:42 2017 UTC (7 years, 3 months ago) by gerald
File length: 53106 byte(s)
Diff to previous 435472
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.)


Revision 435472 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 5 11:59:02 2017 UTC (7 years, 4 months ago) by gerald
File length: 53183 byte(s)
Diff to previous 435463
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.


Revision 435463 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 5 09:59:44 2017 UTC (7 years, 4 months ago) by gerald
File length: 53191 byte(s)
Diff to previous 435430
Remove subdomains of igor.onlinedirect.bg from MASTER_SITE_GCC and
MASTER_SITE_PACKETSTORM.  They do not even resolve in DNS any more.


Revision 435430 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 4 22:14:35 2017 UTC (7 years, 4 months ago) by gerald
File length: 53289 byte(s)
Diff to previous 433043
Restore ftp-stud.fht-esslingen.de mirror, just with http instead of ftp.

PR:		299122


Revision 433043 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 1 16:16:11 2017 UTC (7 years, 5 months ago) by naddy
File length: 53212 byte(s)
Diff to previous 432937
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.


Revision 432937 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 31 16:54:21 2017 UTC (7 years, 5 months ago) by tijl
File length: 54727 byte(s)
Diff to previous 431059
- 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.


Revision 431059 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 10 02:52:51 2017 UTC (7 years, 5 months ago) by adamw
File length: 54637 byte(s)
Diff to previous 429425
Add https://gnupg.org to the head of the GNUPG list, and move
artfiles.org way down, because it is pathologically slow.


Revision 429425 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 25 13:46:55 2016 UTC (7 years, 6 months ago) by vsevolod
File length: 54595 byte(s)
Diff to previous 428492
- Update Exim master sites


Revision 428492 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 13 14:57:04 2016 UTC (7 years, 6 months ago) by mat
File length: 55717 byte(s)
Diff to previous 427902
Add a small target to help converting long strings of GH_* to GH_TUPLE.

Sponsored by:	Absolight


Revision 427902 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 5 15:32:36 2016 UTC (7 years, 6 months ago) by mat
File length: 55477 byte(s)
Diff to previous 426314
It seems sometime, GH_SUBDIR is only medium rare, on the other hand,
GH_SUBDIR_DEFAULT always is fully baked.

Sponsored by:	Absolight


Revision 426314 - (view) (download) (annotate) - [select for diffs]
Added Fri Nov 18 08:51:14 2016 UTC (7 years, 7 months ago) by amdmi3
File length: 55445 byte(s)
Diff to previous 424635
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.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.27