aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt
diff options
context:
space:
mode:
authorwxs <wxs@FreeBSD.org>2011-03-18 04:47:56 +0800
committerwxs <wxs@FreeBSD.org>2011-03-18 04:47:56 +0800
commit0e316cb4edee30b32e74a0460f77d0e6c4c814ab (patch)
tree6866c83277358416acc2d761106b2c1627f7f144 /ports-mgmt
parent410bc7e1bfb8b0f339be312b4564d2d4c57bf7b4 (diff)
downloadfreebsd-ports-gnome-0e316cb4edee30b32e74a0460f77d0e6c4c814ab.tar.gz
freebsd-ports-gnome-0e316cb4edee30b32e74a0460f77d0e6c4c814ab.tar.zst
freebsd-ports-gnome-0e316cb4edee30b32e74a0460f77d0e6c4c814ab.zip
Update to 20110317. This rolls up the patch committed previously
and addresses a (now-fixed) problem when bsd.sites.mk was using Ftp:// instead of ftp://. [1] Submitted by: [1]: Gerard Seibert (private mail)
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/fastest_sites/Makefile3
-rw-r--r--ports-mgmt/fastest_sites/distinfo4
-rw-r--r--ports-mgmt/fastest_sites/files/patch-fastest_sites-20081104.py12
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
-