diff options
| author | Martin Wilke <miwi@FreeBSD.org> | 2007-03-07 09:49:33 +0000 |
|---|---|---|
| committer | Martin Wilke <miwi@FreeBSD.org> | 2007-03-07 09:49:33 +0000 |
| commit | a00247749313f7ad252a6f7d43b0dcfb995c3192 (patch) | |
| tree | 50e26a753fd95a74b15c2023b493b240868e974f /net/straw/files/patch-src::lib::LookupManager.py | |
| parent | update required version of freebsd compat (diff) | |
- Update to 0.26
- Update MASTER_SITES
- Remove BROKEN and DEPRECATED
- Remove python < 2.4 stuff, cause straw is now requires 2.4
- Change port description
- Fix pkg-list
- Pass maintainership to submitter
PR: 109840
Submitted by: R.Mahmatkhanov <R.Mahmatkhanov@SKYLINK.ru>
Diffstat (limited to 'net/straw/files/patch-src::lib::LookupManager.py')
| -rw-r--r-- | net/straw/files/patch-src::lib::LookupManager.py | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net/straw/files/patch-src::lib::LookupManager.py b/net/straw/files/patch-src::lib::LookupManager.py deleted file mode 100644 index abcb576da64b..000000000000 --- a/net/straw/files/patch-src::lib::LookupManager.py +++ /dev/null @@ -1,14 +0,0 @@ ---- src/lib/LookupManager.py.orig Thu Jul 15 15:15:58 2004 -+++ src/lib/LookupManager.py Mon Aug 16 22:20:25 2004 -@@ -5,9 +5,9 @@ - import Config - try: - import adns, ADNS -- _have_adns = True -+ _have_adns = False - except ImportError: -- error.log("No ADNS library found, using synchronous name lookups.") -+# error.log("No ADNS library found, using synchronous name lookups.") - _have_adns = False - - MAX_TIMES = 3 |
