Index: head/ports-mgmt/fastest_sites/Makefile =================================================================== --- head/ports-mgmt/fastest_sites/Makefile (revision 459258) +++ head/ports-mgmt/fastest_sites/Makefile (revision 459259) @@ -1,28 +1,28 @@ # $FreeBSD$ PORTNAME= fastest_sites PORTVERSION= 20110317 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ports-mgmt MASTER_SITES= http://www.semicomplete.com/files/fastest_sites/ EXTRACT_SUFX= .py MAINTAINER= wxs@FreeBSD.org COMMENT= Sort MASTER_SITE_* based upon TCP handshake times USES= python shebangfix NO_BUILD= yes PLIST_FILES= bin/fastest_sites SHEBANG_FILES= fastest_sites-${PORTVERSION}.py python_OLD_CMD= /usr/local/bin/python do-extract: @${MKDIR} ${WRKSRC} @${CP} ${DISTDIR}/${DISTNAME}.py ${WRKSRC} do-install: ${INSTALL_SCRIPT} ${WRKSRC}/fastest_sites-${PORTVERSION}.py \ ${STAGEDIR}${PREFIX}/bin/fastest_sites .include Index: head/ports-mgmt/fastest_sites/files/patch-fastest__sites-20110317.py =================================================================== --- head/ports-mgmt/fastest_sites/files/patch-fastest__sites-20110317.py (nonexistent) +++ head/ports-mgmt/fastest_sites/files/patch-fastest__sites-20110317.py (revision 459259) @@ -0,0 +1,11 @@ +--- fastest_sites-20110317.py.orig 2018-01-03 06:06:26 UTC ++++ fastest_sites-20110317.py +@@ -61,7 +61,7 @@ class AsyncConnect(asyncore.dispatcher): + + def ParseURL(self): + #print "Url: %s" % self._url +- (scheme, remainder) = self._url.split(":", 2) ++ (scheme, remainder) = self._url.split(":", 1) + (host, unused_path) = urllib.splithost(remainder) + self._host = host + self._port = AsyncConnect.schemes[scheme.lower()] Property changes on: head/ports-mgmt/fastest_sites/files/patch-fastest__sites-20110317.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property