notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: Mk/bsd.sites.mk
SVNWeb

Number of commits found: 826 (showing only 100 on this page)

1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9  »  

Sat, 31 Dec 2022
[ 13:13 Daniel Engberg (diizzy) search for other commits by this committer ]    commit hash:dd88a98391af68c11597255fd3fb15dd942d30c6  commit hash:dd88a98391af68c11597255fd3fb15dd942d30c6  commit hash:dd88a98391af68c11597255fd3fb15dd942d30c6  dd88a98 
Mk/bsd.sites.mk: Update MASTER_SITE_GNUPG entries

Refresh mirror list with working mirrors
Use main site as fallback

Differential Revision:	https://reviews.freebsd.org/D37279
Tue, 27 Dec 2022
[ 17:55 Dmitry Marakasov (amdmi3) search for other commits by this committer ]    commit hash:42ba01425dab904bc40c97a3f28e1b6b57dc3d3f  commit hash:42ba01425dab904bc40c97a3f28e1b6b57dc3d3f  commit hash:42ba01425dab904bc40c97a3f28e1b6b57dc3d3f  42ba014 
Mk/bsd.sites.mk: rename CHEESESHOP to PYPI

PR:			267994
Differential revision:	D37518
Approved by:		bapt, lwhsu
Sat, 26 Nov 2022
[ 09:12 Alexey Dokuchaev (danfe) search for other commits by this committer ]    commit hash:b73cc98758fe67d76a6c7ddc20ad3a321a01e666  commit hash:b73cc98758fe67d76a6c7ddc20ad3a321a01e666  commit hash:b73cc98758fe67d76a6c7ddc20ad3a321a01e666  b73cc987 
Mk/bsd.sites.mk: actualize SourceForge mirror list (more complete)

Test resolving and connectivity (proper HTTP response) for every
officially endorsed mirror from three different locations, using
this simple shell script:

  set -e
  for m in $(grep -v ^# /tmp/sf-mirrors); do
      host ${m}.dl.sourceforge.net
      curl --connect-timeout 30 -I
http://${m}.dl.sourceforge.net/project/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%202.2.4/lazarus-2.2.4-0.tar.gz
  done

With the following results over numerous runs:

  GOX mirror (Itauna, Brazil) was inaccessible from everywhere;
  additionally, AltusHost (Stockholm) and YeR (Azerbaijan) were
  inaccessible from China, so do not offer them for the moment.

Please keep in mind that not all mirrors might be enabled at once
(mirrors sometimes are pulled from rotation), and not all mirrors
have all files -- in this case, it will respond with HTTP/1.1 302
Moved Temporarily redirect to another site.

Tested from:	Guangzhou (China Mobile), New York City (NYI),
		Saint Petersburg (Rostelecom)
Tue, 15 Nov 2022
[ 19:29 Dmitry Marakasov (amdmi3) search for other commits by this committer ]    commit hash:434c80dc1c4fdca2e4dc9c0c97e62ca80a465bec  commit hash:434c80dc1c4fdca2e4dc9c0c97e62ca80a465bec  commit hash:434c80dc1c4fdca2e4dc9c0c97e62ca80a465bec  434c80d 
Mk/bsd.sites.mk: update sourceforge mirrors

- Remove superb (no address record)
- Add versaweb
Sun, 6 Nov 2022
[ 21:29 Daniel Engberg (diizzy) search for other commits by this committer ]    commit hash:2a7b81bfd0ac17f1f31d2e854ce68f57568de0df  commit hash:2a7b81bfd0ac17f1f31d2e854ce68f57568de0df  commit hash:2a7b81bfd0ac17f1f31d2e854ce68f57568de0df  2a7b81b 
Mk/bsd.sites.mk: Update MASTER_SITE_EXIM entries

Refresh mirror list with working mirrors
Use main site as fallback

Reviewed by:	fluffy
Differential Revision:	https://reviews.freebsd.org/D36373
Thu, 13 Oct 2022
[ 00:36 Yasuhiro Kimura (yasu) search for other commits by this committer ]    commit hash:c564ea289a87426b4550ac418101a919990488ad  commit hash:c564ea289a87426b4550ac418101a919990488ad  commit hash:c564ea289a87426b4550ac418101a919990488ad  c564ea2 
Mk/bsd.sites.mk: Update MASTER_SITE_DEBIAN

1. cdn.debian.net and http.debian.net are obsolete, so replace them
   with deb.debian.org.
2. Sync per-country mirrors with current official mirrors list.

Reference:	https://www.debian.org/mirror/list (1,2)
Reference:	https://wiki.debian.org/DebianGeoMirror (1)
Thu, 22 Sep 2022
[ 12:26 Jochen Neumeister (joneum) search for other commits by this committer ]    commit hash:7120a0670ff4a6256c36e5af2f1661e4ff028e0f  commit hash:7120a0670ff4a6256c36e5af2f1661e4ff028e0f  commit hash:7120a0670ff4a6256c36e5af2f1661e4ff028e0f  7120a06 
Mk/bsd.sites.mk: remove mirror pages that no longer exist

Sponsored by:	Netzkommune GmbH
Wed, 21 Sep 2022
[ 11:23 Stefan Eßer (se) search for other commits by this committer ]    commit hash:5dccc48cd79223d380ec932ba861296dbab114cf  commit hash:5dccc48cd79223d380ec932ba861296dbab114cf  commit hash:5dccc48cd79223d380ec932ba861296dbab114cf  5dccc48 
Mk/bsd.sites.mk: fall back to default WWW URLs for specific ports

This change has been accepted as part of review D36558. A follow-up
commit will apply the reminder of the patches in that review.

A separate commit is used since providing default values for certain
ports is logically different than support for multiple URLs in WWW.

This commit adds default WWW values if the following conditions are
met:

1) no value assigned to the WWW macro by the port

2) at least one of USE_GITHUB, USE_GITLAB, or USES=pear is used in
   the port
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 15 Sep 2022
[ 17:10 Daniel Engberg (diizzy) search for other commits by this committer ]    commit hash:fda30768eddd87d0b432b2efa0915af7b19d4583  commit hash:fda30768eddd87d0b432b2efa0915af7b19d4583  commit hash:fda30768eddd87d0b432b2efa0915af7b19d4583  fda3076 
Mk/bsd.sites.mk: Update MASTER_SITE_GCC entries

- Refresh mirror list with working mirrors and not stale mirrors
- Drop ftp mirrors
- Use main site as fallback

Reviewed by:	salvadore
Differential Revision:	https://reviews.freebsd.org/D36372
[ 17:10 Daniel Engberg (diizzy) search for other commits by this committer ]    commit hash:3e4d6498b4c7bc4ce6d30688d694125c7b1180c2  commit hash:3e4d6498b4c7bc4ce6d30688d694125c7b1180c2  commit hash:3e4d6498b4c7bc4ce6d30688d694125c7b1180c2  3e4d649 
Mk/bsd.sites.mk: Update MASTER_SITE_SAVANNAH entries

- Refresh mirror list
- Drop ftp mirrors
- Use main site as fallback

Reviewed by:	tcberner
Differential Revision:	https://reviews.freebsd.org/D36374
Tue, 30 Aug 2022
[ 13:37 Ryan Steinmetz (zi) search for other commits by this committer ]    commit hash:92dd2ee057831c42fff94956585978c4fc902af2  commit hash:92dd2ee057831c42fff94956585978c4fc902af2  commit hash:92dd2ee057831c42fff94956585978c4fc902af2  92dd2ee 
Mk/bsd.sites.mk: Update ZI mirror
Fri, 26 Aug 2022
[ 13:48 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:71d80d6495cc95688a2b6588b45196259b139c24  commit hash:71d80d6495cc95688a2b6588b45196259b139c24  commit hash:71d80d6495cc95688a2b6588b45196259b139c24  71d80d6 
bsd.sites.mk: remove non-default KDE mirrors
[ 13:03 Baptiste Daroussin (bapt) search for other commits by this committer ]    commit hash:638076569448e8a4018b350e8e6702b17e6b0fce  commit hash:638076569448e8a4018b350e8e6702b17e6b0fce  commit hash:638076569448e8a4018b350e8e6702b17e6b0fce  6380765 
bsd.sites.mk: removes mirror list with no consumers in the ports tree
[ 12:38 Baptiste Daroussin (bapt) search for other commits by this committer ]    commit hash:d317809dd942f62dbe1c023fd02c21b1c06221e5  commit hash:d317809dd942f62dbe1c023fd02c21b1c06221e5  commit hash:d317809dd942f62dbe1c023fd02c21b1c06221e5  d317809 
bsd.sites.mk: cleanup some dead or unresponsive ftp mirrors
Sun, 7 Aug 2022
[ 20:02 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:829a3566b8d433a085ab335b2398a3d30f5e6042  commit hash:829a3566b8d433a085ab335b2398a3d30f5e6042  commit hash:829a3566b8d433a085ab335b2398a3d30f5e6042  829a3566 
Mk/bsd.sites.mk: Fix MASTER_SITE_MYSQL

- Remove download.softagency.net as there is no A/AAAA/CNAME record for
  this URL
Mon, 1 Aug 2022
[ 18:40 Jochen Neumeister (joneum) search for other commits by this committer ]    commit hash:520238701476c5709ff0c98bc2aa0386aa689665  commit hash:520238701476c5709ff0c98bc2aa0386aa689665  commit hash:520238701476c5709ff0c98bc2aa0386aa689665  5202387 
Mk/bsd.sites.mk: Update MySQL site list

MySQL 8.0.30 is not available for download on any of the mirror sites, so
mysql.com is added directly.

Sponsored by:	Netzkommune GmbH
Mon, 6 Jun 2022
[ 20:46 Fernando Apesteguía (fernape) search for other commits by this committer ]    commit hash:6e4935d974ab5198a1afca653ab6f40a86e4213c  commit hash:6e4935d974ab5198a1afca653ab6f40a86e4213c  commit hash:6e4935d974ab5198a1afca653ab6f40a86e4213c  6e4935d 
*/*: Mk/bsd.sites.mk: TEX_CTAN reorganize mirrors

Move https://ftp.math.utah.edu/pub/tex/historic/%SUBDIR%/ to the end of the
list. It is pretty unreliable and gives very bad throughput.
Sun, 24 Apr 2022
[ 10:00 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:aa2539679084872cd84112e9df6bfee571570623  commit hash:aa2539679084872cd84112e9df6bfee571570623  commit hash:aa2539679084872cd84112e9df6bfee571570623  aa25396  (Only the first 10 of 118 ports in this commit are shown above. View all ports for this commit)
framework: cleanup conditional-indentations in Mk/

Run Tools/scripts/indent_make_if.pl on all of Mk.

These white space changes contribute greatly to the readability of those files.
As we have a version control system, finding out the reasons for the changes
prior to these white space changes is still easily possible

Differential Revision:	https://reviews.freebsd.org/D35024
Reviewed by:		portmgr (rene, bapt)
Sat, 19 Feb 2022
[ 02:25 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:8374a33c804a728bf435da801571ae9905244f50  commit hash:8374a33c804a728bf435da801571ae9905244f50  commit hash:8374a33c804a728bf435da801571ae9905244f50  8374a33  (Only the first 10 of 139 ports in this commit are shown above. View all ports for this commit)
tex* : Update version 20150521=>20210325

- Update MASTER_SITES_TEX_CTAN from https://tug.org/historic/
- Update texlua to use texlua53 library
- Deprecate CSLaTeX format
- Remove aleph as per Upstream
- Add common variables TEXLIVE_YEAR and TEXLIVE_VERSION to be used in
  all ports related to tex*
- Fix dependency of print/texlive-texmf-source [1]
- devel/tex-kpathsea: Update version 6.2.1=>6.3.3
- devel/tex-libtexlua: Update version 5.2.4=>5.3.6
- devel/tex-libtexluajit: Update version 2.0.3=>2.1.0
- devel/tex-synctex: Update version 1.17.0=>2.0.0
- devel/tex-web2c: Update version 20150521=>20210325
- editors/texworks: Fix build with newer tex version
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 17 Jan 2022
[ 14:47 Mikael Urankar (mikael) search for other commits by this committer ]    commit hash:c7dd5ca11a141ecb8a4decab08d1c09e48c9ae6a  commit hash:c7dd5ca11a141ecb8a4decab08d1c09e48c9ae6a  commit hash:c7dd5ca11a141ecb8a4decab08d1c09e48c9ae6a  c7dd5ca  (Only the first 10 of 225 ports in this commit are shown above. View all ports for this commit)
*: Linux emulation: add support for aarch64

PR:		256008
Submitted by:	Vincent Milum Jr (prior version)
Approved by:	emulation (maintainer timeout)
Sun, 26 Dec 2021
[ 18:23 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:529117f533a514559415cae1128f90c4c8f131c4  commit hash:529117f533a514559415cae1128f90c4c8f131c4  commit hash:529117f533a514559415cae1128f90c4c8f131c4  529117f 
Fix fetch for php*

- Primary hosting provider of php has introduced some sort of checking
  which is blocking fetch although curl/wget works perfectly. fetch with
  other --user-agent is also not working at the moment. An issue has been
  opened with the upstream which can be found at:
  https://github.com/php/web-php/issues/483
- Untill this is fixed add php Github distributions URL to MASTER_SITES
- Modify MASTER_SITES for php[73|74|80] and remove SUBDIR as it affects
  DIST_SUBDIR
- Add DIST_SUBDIR as Github is IPv4 only which affects IPv6 only
  builders. In case someone is running IPv6 only builders distcache will
  pickup and serve.
- Although distinfo has been updated as we have added DIST_SUBDIR but
  SHA256 and SIZE are unchanged. In case someone needs to verify those
  are available from https://www.php.net/downloads
- We might have done some drastic changes but we are on the brink of
  quarterly build and we do not want to start a new year and a new
  quarter with BROKEN php and thousands of other ports.

PR: 260699
Reported by: chris@cretaforce.gr
Approved by: portmgr (blanket infrastructure)
Sponsored by: Bounce Experts
Sun, 24 Oct 2021
[ 20:12 Daniel Engberg (diizzy) search for other commits by this committer ]    commit hash:34197c5c60d360ad5af37c3e8aaf4d18176d4f3b  commit hash:34197c5c60d360ad5af37c3e8aaf4d18176d4f3b  commit hash:34197c5c60d360ad5af37c3e8aaf4d18176d4f3b  34197c5 
Mk/bsd.sites.mk: Update APACHE site list

Start by using CDN, try mirrors with good overall connectivity and
geographically apart if CDN fails.

Reference: https://www.apache.org/mirrors/dist.html

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D32382
Wed, 20 Oct 2021
[ 02:28 Li-Wen Hsu (lwhsu) search for other commits by this committer ]    commit hash:e90b0843c30c6c589fc330bdf9694cd61d1ac748  commit hash:e90b0843c30c6c589fc330bdf9694cd61d1ac748  commit hash:e90b0843c30c6c589fc330bdf9694cd61d1ac748  e90b084 
Revert: "Mk/bsd.sites.mk: Remove unused MASTER_SITE_LIBREOFFICE_DEV"

This reverts commit eceb50a4c39532b7f2fcd1d9c0cf982d82f00a61.

It's used as LODEV in ports.
[ 02:24 Li-Wen Hsu (lwhsu) search for other commits by this committer ]    commit hash:eceb50a4c39532b7f2fcd1d9c0cf982d82f00a61  commit hash:eceb50a4c39532b7f2fcd1d9c0cf982d82f00a61  commit hash:eceb50a4c39532b7f2fcd1d9c0cf982d82f00a61  eceb50a 
Mk/bsd.sites.mk: Remove unused MASTER_SITE_LIBREOFFICE_DEV
[ 02:19 Li-Wen Hsu (lwhsu) search for other commits by this committer ]    commit hash:4e70a0de42060d6571f0ad21408d3adf558a5d63  commit hash:4e70a0de42060d6571f0ad21408d3adf558a5d63  commit hash:4e70a0de42060d6571f0ad21408d3adf558a5d63  4e70a0d 
Mk/bsd.sites.mk: Remove mirrors not working in MASTER_SITE_APACHE
[ 02:09 Li-Wen Hsu (lwhsu) search for other commits by this committer ]    commit hash:3d55e239c14c71699626c63ce0108f67739073c7  commit hash:3d55e239c14c71699626c63ce0108f67739073c7  commit hash:3d55e239c14c71699626c63ce0108f67739073c7  3d55e23 
Mk/bsd.sites.mk: Chase https://www.apache.org/dist/ redirection

It's https://downloads.apache.org/ now and directly use it to remove
unnecessary requests.
Thu, 8 Jul 2021
[ 10:16 Li-Wen Hsu (lwhsu) search for other commits by this committer ]    commit hash:698fb0a406af108e5206c0c80dcc8e44af714a02  commit hash:698fb0a406af108e5206c0c80dcc8e44af714a02  commit hash:698fb0a406af108e5206c0c80dcc8e44af714a02  698fb0a 
Mk/bsd.sites.mk: Update the URL of FreeBSD mirrors list
[ 10:05 Li-Wen Hsu (lwhsu) search for other commits by this committer ]    commit hash:c42ad02013751c4ef30207ce85541261216e064a  commit hash:c42ad02013751c4ef30207ce85541261216e064a  commit hash:c42ad02013751c4ef30207ce85541261216e064a  c42ad02 
Mk/bsd.sites.mk: Remove stale mirror in MASTER_SITE_KDE
[ 10:04 Li-Wen Hsu (lwhsu) search for other commits by this committer ]    commit hash:42588be80dfdec4a35313d3d8604badf9247ac3e  commit hash:42588be80dfdec4a35313d3d8604badf9247ac3e  commit hash:42588be80dfdec4a35313d3d8604badf9247ac3e  42588be 
Mk/bsd.sites.mk: Update kde.cs.nctu.edu.tw layout
Tue, 1 Jun 2021
[ 07:29 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:b0ea84fccb6dcaa61190fc9052aaad6e5e4f7806  commit hash:b0ea84fccb6dcaa61190fc9052aaad6e5e4f7806  commit hash:b0ea84fccb6dcaa61190fc9052aaad6e5e4f7806  b0ea84f 
Mk/bsd.sites.mk: Fixup USE_GITHUB code.

This mainly synchronize the subgroups GH_TAGNAME_${_group}_* variables
with their default GH_TAGNAME_* equivalent.

In order to try and avoid this in the future, add a couple of comments
where those two sets of variables are defined.

PR:		256314
Reported by:	yuri
Thu, 27 May 2021
[ 10:41 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:d6ab5eccc3e393be11900b5565888bc5d0da9612  commit hash:d6ab5eccc3e393be11900b5565888bc5d0da9612  commit hash:d6ab5eccc3e393be11900b5565888bc5d0da9612  d6ab5ec 
Mk/bsd.sites.mk: Revert unapproved change.
Wed, 26 May 2021
[ 19:24 Neel Chauhan (nc) search for other commits by this committer ]    commit hash:7eacfa59f9ec5a9f60a492586b0ac201dc0c8cc5  commit hash:7eacfa59f9ec5a9f60a492586b0ac201dc0c8cc5  commit hash:7eacfa59f9ec5a9f60a492586b0ac201dc0c8cc5  7eacfa5 
x11-toolkits/tepl6: New port
Tue, 11 May 2021
[ 13:38 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:267d8dc26c4c3126c0171f94cfee73f6689daa67  commit hash:267d8dc26c4c3126c0171f94cfee73f6689daa67  commit hash:267d8dc26c4c3126c0171f94cfee73f6689daa67  267d8dc 
framework: Fixup USE_GITHUB when version has multiple + signs.
Fri, 9 Apr 2021
[ 18:43 Matthias Fechner (mfechner) search for other commits by this committer ]    commit hash:12ae9706d9b2bc40f303077f1b3c5801b94ea027  commit hash:12ae9706d9b2bc40f303077f1b3c5801b94ea027  commit hash:12ae9706d9b2bc40f303077f1b3c5801b94ea027  12ae970 
Fix downloading of packages hosted on gitlab.

Gitlab changed the address beginning of April you can download packages
from:
curl
https://gitlab.com/gitlab-org/gitlab-foss/repository/7efd19e3716ab6f9146052da76d1bd59ec815f2d/archive.tar.gz?dummy=/gitlab-org-gitlab-foss-7efd19e3716ab6f9146052da76d1bd59ec815f2d_GL0.tar.gz
to:
curl
https://gitlab.com/gitlab-org/gitlab-foss/-/archive/7efd19e3716ab6f9146052da76d1bd59ec815f2d.tar.gz?dummy=/gitlab-org-gitlab-foss-7efd19e3716ab6f9146052da76d1bd59ec815f2d_GL0.tar.gz

The new extracted archive will have a different folder name.
Before it was:
gitlab-foss-7efd19e3716ab6f9146052da76d1bd59ec815f2d-7efd19e3716ab6f9146052da76d1bd59ec815f2d
now it is:
gitlab-foss-7efd19e3716ab6f9146052da76d1bd59ec815f2d

So all ports using gitlab must regen their distinfo.

PR:		254866
MFH:		2021Q2
Differential Revision:	https://reviews.freebsd.org/D29628
[ 16:47 Neel Chauhan (nc) search for other commits by this committer ]    commit hash:1899b4ccd8164098ddeca24cd4017aa92513c5fc  commit hash:1899b4ccd8164098ddeca24cd4017aa92513c5fc  commit hash:1899b4ccd8164098ddeca24cd4017aa92513c5fc  1899b4c 
Add GNOME GitLab to bsd.sites.mk and use where needed
Tue, 6 Apr 2021
[ 14:27 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:5d33e045968104ac678d8b4b4ec1e8956bbf68e0  commit hash:5d33e045968104ac678d8b4b4ec1e8956bbf68e0  commit hash:5d33e045968104ac678d8b4b4ec1e8956bbf68e0  5d33e04  (Only the first 10 of 224 ports in this commit are shown above. View all ports for this commit)
framework: Remove $FreeBSD$

Where appropriate fiddle with a few other things.
Thu, 15 Oct 2020
[ 03:38 meta search for other commits by this committer ] Original commit   Revision:552374
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>
Thu, 24 Sep 2020
[ 16:34 tdb search for other commits by this committer ] Original commit   Revision:549928
The kent SourceForge mirror no longer exists.
Fri, 18 Sep 2020
[ 09:41 0mp search for other commits by this committer ] Original commit   Revision:548881
Fix a typo in a comment
Sun, 6 Sep 2020
[ 15:39 sunpoet search for other commits by this committer ] Original commit   Revision:547852
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
Fri, 24 Jul 2020
[ 06:28 rigoletto search for other commits by this committer ] Original commit   Revision:543005 (Only the first 10 of 52 ports in this commit are shown above. View all ports for this commit)
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
Tue, 2 Jun 2020
[ 09:33 mandree search for other commits by this committer ] Original commit   Revision:537531
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
Wed, 20 May 2020
[ 15:49 mat search for other commits by this committer ] Original commit   Revision:536006
Add another couple of helper variables when using USE_GITHUB.
Fri, 14 Feb 2020
[ 22:01 mandree search for other commits by this committer ] Original commit   Revision:526179
Ditch cytranet from sourceforge, currently dead.
Thu, 6 Feb 2020
[ 13:18 zi search for other commits by this committer ] Original commit   Revision:525376
- Update hostname
- Add %SUBDIR%
Thu, 12 Sep 2019
[ 02:31 lwhsu search for other commits by this committer ] Original commit   Revision:511849
Add NCTUCS KDE mirror
Thu, 5 Sep 2019
[ 13:24 bapt search for other commits by this committer ] Original commit   Revision:511186
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
[ 12:39 bapt search for other commits by this committer ] Original commit   Revision:511182
Fix SUBDIR definition

Pointy hat:	bapt
[ 12:01 bapt search for other commits by this committer ] Original commit   Revision:511181
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
Mon, 19 Aug 2019
[ 14:01 tobik search for other commits by this committer ] Original commit   Revision:509288
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
Sat, 17 Aug 2019
[ 18:19 zeising search for other commits by this committer ] Original commit   Revision:509160
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
Wed, 19 Jun 2019
[ 16:14 madpilot search for other commits by this committer ] Original commit   Revision:504557 (Only the first 10 of 70 ports in this commit are shown above. View all ports for this commit)
- 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
Fri, 3 May 2019
[ 16:31 pi search for other commits by this committer ] Original commit   Revision:500741
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>
[ 13:58 mat search for other commits by this committer ] Original commit   Revision:500731
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
Thu, 28 Feb 2019
[ 21:36 sunpoet search for other commits by this committer ] Original commit   Revision:494205
Fix comment of GH_TAGNAME
Tue, 19 Feb 2019
[ 13:20 sunpoet search for other commits by this committer ] Original commit   Revision:493367
Update MASTER_SITE_RUBYGEMS
Fri, 15 Feb 2019
[ 12:04 tobik search for other commits by this committer ] Original commit   Revision:492993
Add a CRATESIO entry for crates.io to bsd.sites.mk

Switch cargo.mk over to it.

Differential Revision:	https://reviews.freebsd.org/D19133
Thu, 6 Dec 2018
[ 20:33 sunpoet search for other commits by this committer ] Original commit   Revision:486800
Update URL
Sun, 14 Oct 2018
[ 20:17 arved search for other commits by this committer ] Original commit   Revision:482112
Remove gd.tuwien.ac.at. It doesn't resolve anymore.
Thu, 13 Sep 2018
[ 22:13 gerald search for other commits by this committer ] Original commit   Revision:479746
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
Fri, 31 Aug 2018
[ 09:51 mat search for other commits by this committer ] Original commit   Revision:478541
curl: (7) Failed to connect to www.cpan.dk port 80: Operation timed out
[ 09:50 mat search for other commits by this committer ] Original commit   Revision:478540
This site does https, but redirects to http.
Thu, 30 Aug 2018
[ 18:34 naddy search for other commits by this committer ] Original commit   Revision:478482
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>
Wed, 13 Jun 2018
[ 00:43 knu search for other commits by this committer ] Original commit   Revision:472274
Remove https://ftp.ruby-lang.org/ as well

ftp.ruby-lang.org is going to be an alias for cache.ruby-lang.org.
[ 00:36 knu search for other commits by this committer ] Original commit   Revision:472273
Remove ftp://ftp.ruby-lang.org/; the FTP service is shutting down

Here's the announcement: https://bugs.ruby-lang.org/issues/14842
Tue, 17 Apr 2018
[ 19:14 sunpoet search for other commits by this committer ] Original commit   Revision:467623
Update MASTER_SITE_CHEESESHOP

https://pypi.python.org/ redirects to https://pypi.org/
Sun, 15 Apr 2018
[ 12:51 riggs search for other commits by this committer ] Original commit   Revision:467386
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
Thu, 12 Apr 2018
[ 11:11 mat search for other commits by this committer ] Original commit   Revision:467145
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
Sat, 24 Mar 2018
[ 21:12 sunpoet search for other commits by this committer ] Original commit   Revision:465484 (Only the first 10 of 52 ports in this commit are shown above. View all ports for this commit)
Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN

PR:		225609
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Mon, 5 Mar 2018
[ 10:35 mat search for other commits by this committer ] Original commit   Revision:463643
Bring in the sub-submodule extraction problem fix from USE_GITHUB.

PR:		226221
Sponsored by:	Absolight
[ 08:29 mat search for other commits by this committer ] Original commit   Revision:463628
Fix a regression on 10.3 introduced in r463301.

PR:		226221
Reported by:	mmokhi
Sponsored by:	Absolight
Sat, 3 Mar 2018
[ 06:50 ultima search for other commits by this committer ] Original commit   Revision:463463
* 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
Thu, 1 Mar 2018
[ 12:58 mat search for other commits by this committer ] Original commit   Revision:463301
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
Tue, 27 Feb 2018
[ 13:03 mat search for other commits by this committer ] Original commit   Revision:463123 (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
Switch some MASTER_SITES from http/ftp to https.

Also some cleanup of dead entries.

PR:		226203
Submitted by:	Sam H
Sponsored by:	Absolight
Sat, 17 Feb 2018
[ 02:08 gerald search for other commits by this committer ] Original commit   Revision:462083
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.
Thu, 8 Feb 2018
[ 19:38 wosch search for other commits by this committer ] Original commit   Revision:461262
use HTTPS whenever possible

PR:	 	221722
Approved by: bapt, portmgr
Differential Revision: https://reviews.freebsd.org/D14194
Mon, 29 Jan 2018
[ 19:45 tijl search for other commits by this committer ] Original commit   Revision:460328
Update EPEL and EPEL7 URL.

PR:		225540
Reported by:	dbn
Sun, 21 Jan 2018
[ 10:54 rakuco search for other commits by this committer ] Original commit   Revision:459585
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.
Mon, 15 Jan 2018
[ 11:34 mat search for other commits by this committer ] Original commit   Revision:459033
Fix a bug in USE_GITHUB code where a version with more than one / was
not sanitized properly.

Sponsored by:	Absolight
Tue, 2 Jan 2018
[ 15:02 linimon search for other commits by this committer ] Original commit   Revision:457865
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
[ 00:35 linimon search for other commits by this committer ] Original commit   Revision:457821
Repairs to MASTER_SITE_DEBIAN_NON_US:

 - ftp.df.lth.se has gone away.
 - some of the "ftp\." sites now only accept http:// addresses.
Fri, 13 Oct 2017
[ 15:07 bapt search for other commits by this committer ] Original commit   Revision:452009
Revert r451865, it was actually a temporary situation on belnet
[ 15:00 bapt search for other commits by this committer ] Original commit   Revision:452008
Cleanup MYSQL master_sites
[ 13:27 bapt search for other commits by this committer ] Original commit   Revision:451994
Remove belnet from GENTOO mirror
[ 12:26 bapt search for other commits by this committer ] Original commit   Revision:451986
Remove dead sourceforge.jp mirror
[ 09:03 bapt search for other commits by this committer ] Original commit   Revision:451966
Cleanup XCONTRIB master sites
[ 08:49 bapt search for other commits by this committer ] Original commit   Revision:451963
clean up master sites for PACKETSTORM
[ 08:31 bapt search for other commits by this committer ] Original commit   Revision:451961
Remove old master site for festival which is only mirroring old versions
[ 08:25 bapt search for other commits by this committer ] Original commit   Revision:451958
The lip6 mirror for SUNSITE only contains the layout, but none of the files
[ 08:13 bapt search for other commits by this committer ] Original commit   Revision:451955
Cleanup NETLIB sites
[ 08:11 bapt search for other commits by this committer ] Original commit   Revision:451954
Clean up SAMBA sites
Thu, 12 Oct 2017
[ 12:03 bapt search for other commits by this committer ] Original commit   Revision:451865
belnet.be has "mirror" in the path only for FTP servers, not http ones
[ 11:57 bapt search for other commits by this committer ] Original commit   Revision:451864
Remove a blank line getting in by accident
[ 11:53 bapt search for other commits by this committer ] Original commit   Revision:451862
Cleanup GENTOO mirrors
[ 11:50 bapt search for other commits by this committer ] Original commit   Revision:451861
The sunsite.cnlab-switch.ch has gone
[ 11:41 bapt search for other commits by this committer ] Original commit   Revision:451860
Cleanup SUNSITE mirrors
[ 11:29 bapt search for other commits by this committer ] Original commit   Revision:451858
Oups fix bad commit r451855 leaving a trailing \
[ 11:19 bapt search for other commits by this committer ] Original commit   Revision:451855
pair.com have stopped their ftp server
[ 11:09 bapt search for other commits by this committer ] Original commit   Revision:451852
Cleanup the qt list of mirrors
[ 11:05 bapt search for other commits by this committer ] Original commit   Revision:451850
Remove more dead KDE mirrors

Number of commits found: 826 (showing only 100 on this page)

1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9  »