diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2011-03-17 20:47:56 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2011-03-17 20:47:56 +0000 |
commit | a9c78cc2485efbf456b5db9b7a356c2cff0379ed (patch) | |
tree | a2600188f06e75ff2d44a04d22165add14e782cd /ports-mgmt | |
parent | 0ba14edc9b5ea8af2666a2a191b67e8f80ec11d1 (diff) |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/fastest_sites/Makefile | 3 | ||||
-rw-r--r-- | ports-mgmt/fastest_sites/distinfo | 4 | ||||
-rw-r--r-- | ports-mgmt/fastest_sites/files/patch-fastest_sites-20081104.py | 12 |
3 files changed, 3 insertions, 16 deletions
diff --git a/ports-mgmt/fastest_sites/Makefile b/ports-mgmt/fastest_sites/Makefile index f686eb599bf0..aee23d1bf8d9 100644 --- a/ports-mgmt/fastest_sites/Makefile +++ b/ports-mgmt/fastest_sites/Makefile @@ -6,8 +6,7 @@ # PORTNAME= fastest_sites -PORTVERSION= 20081104 -PORTREVISION= 1 +PORTVERSION= 20110317 CATEGORIES= ports-mgmt MASTER_SITES= http://www.semicomplete.com/files/fastest_sites/ DISTNAME= ${PORTNAME}-${PORTVERSION}.py diff --git a/ports-mgmt/fastest_sites/distinfo b/ports-mgmt/fastest_sites/distinfo index e39da3a3db06..59412b206d84 100644 --- a/ports-mgmt/fastest_sites/distinfo +++ b/ports-mgmt/fastest_sites/distinfo @@ -1,2 +1,2 @@ -SHA256 (fastest_sites-20081104.py) = 7759b8f048dfcda0107fbd3e072fcf1c039136774b7f0835ccdc97fb93dbe74b -SIZE (fastest_sites-20081104.py) = 5008 +SHA256 (fastest_sites-20110317.py) = 0d8af62f6f3331394516eb50a87794eed1a277eb24658cd9c2948aee3470bdf5 +SIZE (fastest_sites-20110317.py) = 5052 diff --git a/ports-mgmt/fastest_sites/files/patch-fastest_sites-20081104.py b/ports-mgmt/fastest_sites/files/patch-fastest_sites-20081104.py deleted file mode 100644 index ce6957740c41..000000000000 --- a/ports-mgmt/fastest_sites/files/patch-fastest_sites-20081104.py +++ /dev/null @@ -1,12 +0,0 @@ ---- ./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 - |