Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jan 2018 14:30:51 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r459260 - in branches/2018Q1/ports-mgmt/fastest_sites: . files
Message-ID:  <201801171430.w0HEUpQ6013837@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Wed Jan 17 14:30:51 2018
New Revision: 459260
URL: https://svnweb.freebsd.org/changeset/ports/459260

Log:
  MFH: r459259
  
  ports-mgmt/fastest_sites: Fix runtime with modern bsd.sites.mk
  
  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
  
  Approved by:	ports-secteam blanket

Added:
  branches/2018Q1/ports-mgmt/fastest_sites/files/
     - copied from r459259, head/ports-mgmt/fastest_sites/files/
Modified:
  branches/2018Q1/ports-mgmt/fastest_sites/Makefile
Directory Properties:
  branches/2018Q1/   (props changed)

Modified: branches/2018Q1/ports-mgmt/fastest_sites/Makefile
==============================================================================
--- branches/2018Q1/ports-mgmt/fastest_sites/Makefile	Wed Jan 17 14:29:16 2018	(r459259)
+++ branches/2018Q1/ports-mgmt/fastest_sites/Makefile	Wed Jan 17 14:30:51 2018	(r459260)
@@ -2,7 +2,7 @@
 
 PORTNAME=	fastest_sites
 PORTVERSION=	20110317
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	http://www.semicomplete.com/files/fastest_sites/
 EXTRACT_SUFX=	.py



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801171430.w0HEUpQ6013837>