mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Add a patch to fix an issue under python 2.7.
While here, drop MD5 from distinfo. Discussed at: http://forums.freebsd.org/showthread.php?p=126331#post126331 Submitted by: avilla@, jhelfman@e-e.com
This commit is contained in:
parent
fe5eb7fd47
commit
4102f10ac7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=270608
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= fastest_sites
|
||||
PORTVERSION= 20081104
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= http://www.semicomplete.com/files/fastest_sites/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}.py
|
||||
|
@ -1,3 +1,2 @@
|
||||
MD5 (fastest_sites-20081104.py) = 040b582c974ece826297e97bef15ead2
|
||||
SHA256 (fastest_sites-20081104.py) = 7759b8f048dfcda0107fbd3e072fcf1c039136774b7f0835ccdc97fb93dbe74b
|
||||
SIZE (fastest_sites-20081104.py) = 5008
|
||||
|
@ -0,0 +1,12 @@
|
||||
--- ./fastest_sites-20081104.py.orig 2011-03-09 21:42:34.682812592 -0500
|
||||
+++ ./fastest_sites-20081104.py 2011-03-09 21:42:44.067806352 -0500
|
||||
@@ -66,6 +66,9 @@
|
||||
self._host = host
|
||||
self._port = AsyncConnect.schemes[scheme]
|
||||
|
||||
+ def handle_error(self):
|
||||
+ pass
|
||||
+
|
||||
def handle_connect(self):
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user