aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/fastest_sites/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Return wxs@'s ports to the pool after his commit bit expired.Rene Ladan2018-03-111-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=464165
* ports-mgmt/fastest_sites: Fix runtime with modern bsd.sites.mkTobias Kortkamp2018-01-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | fastest_sites currently can't parse entries like https://archives.fedoraproject.org/pub/archive/fedora/linux/%SUBDIR%/:DEFAULT,SOURCE => Checking servers for MASTER_SITE_FEDORA_LINUX (6 servers) Traceback (most recent call last): File "/usr/local/bin/fastest_sites", line 164, in <module> latency_list = FindFastest(varname, sitelist) File "/usr/local/bin/fastest_sites", line 110, in FindFastest AsyncConnect(url, callback) File "/usr/local/bin/fastest_sites", line 53, in __init__ self.ParseURL() File "/usr/local/bin/fastest_sites", line 64, in ParseURL (scheme, remainder) = self._url.split(":", 2) ValueError: too many values to unpack PR: 224854 Notes: svn path=/head/; revision=459259
* - Fix python shebangDmitry Marakasov2016-09-091-0/+2
| | | | | | | | | PR: 191106 Submitted by: fred@fredcondo.net Approved by: maintainer timeout (wxs, 2 years) Notes: svn path=/head/; revision=421611
* Cleanup DIST* variables.Mathieu Arnold2015-05-111-3/+2
| | | | | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386097
* - Convert ports from german/, java/, japanese/ and ports-mgmt/ to newMarcus von Appen2014-10-191-2/+1
| | | | | | | | | USES=python Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371202
* - Support stagingEmanuel Haupt2014-02-281-5/+4
| | | | | | | - Use shebangfix Notes: svn path=/head/; revision=346481
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | ports-mgmt) Notes: svn path=/head/; revision=327762
* Remove the header for ports I created.Wesley Shields2012-12-121-5/+0
| | | | | | | | | For dns/openresolv give proper attribution. This was a copy/paste mistake the submitter made, which incorrectly gave me attribution for that file. I did not create it. Notes: svn path=/head/; revision=308777
* Update to 20110317. This rolls up the patch committed previouslyWesley Shields2011-03-171-2/+1
| | | | | | | | | | and addresses a (now-fixed) problem when bsd.sites.mk was using Ftp:// instead of ftp://. [1] Submitted by: [1]: Gerard Seibert (private mail) Notes: svn path=/head/; revision=271168
* Add a patch to fix an issue under python 2.7.Wesley Shields2011-03-101-0/+1
| | | | | | | | | | While here, drop MD5 from distinfo. Discussed at: http://forums.freebsd.org/showthread.php?p=126331#post126331 Submitted by: avilla@, jhelfman@e-e.com Notes: svn path=/head/; revision=270608
* Update to 20081104. It incorporates the local patch put in place a whileWesley Shields2008-11-071-4/+2
| | | | | | | ago. Notes: svn path=/head/; revision=222521
* Add a patch to workaround a bug noticed by Doug Barton.Wesley Shields2008-09-031-0/+1
| | | | | | | | | | | | The new code will silently ignore MASTER_SITE_GOOGLE_CODE and MASTER_SITE_DEBIAN_POOL unless specifically asked to sort them, in which case an error message is printed. Most of the patch came from Ryan Steinmetz <rpsfa@rit.edu> with small additions by me. Notes: svn path=/head/; revision=219708
* Sort every mirror list in bsd.sites.mk.Wesley Shields2008-03-251-0/+34
Output is suitable for inclusion into make.conf. Approved by: garga (mentor) Notes: svn path=/head/; revision=209737