| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=464165
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
PR: 191106
Submitted by: fred@fredcondo.net
Approved by: maintainer timeout (wxs, 2 years)
Notes:
svn path=/head/; revision=421611
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
USES=python
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=371202
|
|
|
|
|
|
|
| |
- Use shebangfix
Notes:
svn path=/head/; revision=346481
|
|
|
|
|
|
|
| |
ports-mgmt)
Notes:
svn path=/head/; revision=327762
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
ago.
Notes:
svn path=/head/; revision=222521
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
Output is suitable for inclusion into make.conf.
Approved by: garga (mentor)
Notes:
svn path=/head/; revision=209737
|