diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-05-28 15:58:04 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-05-28 15:58:04 +0000 |
commit | 5296c0349bf9ea5e09403572db191433e2ad9bb1 (patch) | |
tree | 8f68f666dcd906a0ffa40e1bf3a323deb69c19c0 /net/straw/files/patch-src::straw | |
parent | Upgrade to 1.0.1 (diff) |
- Update to 0.27
- Update MASTER_SITES
- Switch to BZIP2 distribution
- Resurrect LookupManager.py patch, deleted accidentally
(straw won't work if py24-adns is installed)
PR: 112801
Submitted by: R.Mahmatkhanov <R.Mahmatkhanov@SKYLINK.ru> (maintainer)
Notes
Notes:
svn path=/head/; revision=192195
Diffstat (limited to 'net/straw/files/patch-src::straw')
-rw-r--r-- | net/straw/files/patch-src::straw | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/net/straw/files/patch-src::straw b/net/straw/files/patch-src::straw index a23d571d8500..cb965b2ce848 100644 --- a/net/straw/files/patch-src::straw +++ b/net/straw/files/patch-src::straw @@ -1,5 +1,5 @@ ---- src/straw Thu Jan 26 15:11:29 2006 -+++ src/straw Wed Jan 3 23:44:51 2007 +--- src/straw Sat Oct 21 07:53:23 2006 ++++ src/straw Sun May 20 09:49:06 2007 @@ -49,7 +49,7 @@ if not sdir: h, t = os.path.split(os.path.split(os.path.abspath(sys.argv[0]))[0]) @@ -8,4 +8,13 @@ + libdir = os.path.join(h, 'share', 'gnome') fp = os.path.join(libdir, 'straw') if os.path.isdir(fp): - sdir = libdir + sdir = fp +@@ -102,7 +102,7 @@ + if ENV_IN_SOURCE: + from lib import Application, Config + else: +- from straw import Application, Config ++ import Application, Config + + # set offline to false if offline. Previous releases just rely on the + # previous state of the 'offline' config. So if the user specifies |