From a00247749313f7ad252a6f7d43b0dcfb995c3192 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Wed, 7 Mar 2007 09:49:33 +0000 Subject: - 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 --- net/straw/files/patch-constants.py.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/straw/files/patch-constants.py.in (limited to 'net/straw/files/patch-constants.py.in') diff --git a/net/straw/files/patch-constants.py.in b/net/straw/files/patch-constants.py.in new file mode 100644 index 000000000000..a0b097fa5403 --- /dev/null +++ b/net/straw/files/patch-constants.py.in @@ -0,0 +1,11 @@ +--- constants.py.in Sat Feb 4 14:24:37 2006 ++++ constants.py.in Wed Jan 3 23:42:34 2007 +@@ -11,7 +11,7 @@ + STRAW_REF_URL = "%sstraw-ref.html" % STRAW_URL + libdir = os.path.normpath('$libdir') + localedir = os.path.normpath(os.path.join('$datadir','locale')) +-datadir = os.path.normpath(os.path.join('$datadir','straw')) ++datadir = os.path.normpath(os.path.join('$datadir','gnome','straw')) + + # if STRAW_IN_SOURCE_DIR, this will be the glade/ and images/ in source + # which is different from datadir (data/), whereas on default installations, -- cgit v1.2.3