View | Details | Raw Unified | Return to bug 224854
Collapse All | Expand All

(-)b/ports-mgmt/fastest_sites/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	fastest_sites
3
PORTNAME=	fastest_sites
4
PORTVERSION=	20110317
4
PORTVERSION=	20110317
5
PORTREVISION=	1
5
PORTREVISION=	2
6
CATEGORIES=	ports-mgmt
6
CATEGORIES=	ports-mgmt
7
MASTER_SITES=	http://www.semicomplete.com/files/fastest_sites/
7
MASTER_SITES=	http://www.semicomplete.com/files/fastest_sites/
8
EXTRACT_SUFX=	.py
8
EXTRACT_SUFX=	.py
(-)b/ports-mgmt/fastest_sites/files/patch-fastest__sites-20110317.py (+11 lines)
Added Link Here
1
--- fastest_sites-20110317.py.orig	2018-01-03 06:06:26 UTC
2
+++ fastest_sites-20110317.py
3
@@ -61,7 +61,7 @@ class AsyncConnect(asyncore.dispatcher):
4
 
5
   def ParseURL(self):
6
     #print "Url: %s" % self._url
7
-    (scheme, remainder) = self._url.split(":", 2)
8
+    (scheme, remainder) = self._url.split(":", 1)
9
     (host, unused_path) = urllib.splithost(remainder)
10
     self._host = host
11
     self._port = AsyncConnect.schemes[scheme.lower()]

Return to bug 224854