aboutsummaryrefslogtreecommitdiff
path: root/sysutils/serpentine
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-06-28 04:33:31 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-06-28 04:33:31 +0000
commit13c84ed0f1389a27ef3fc7a70ea661f844cce6c4 (patch)
tree92b18b3f9ec22de35490c2ba493d47a5b4675774 /sysutils/serpentine
parent4cde8e778fcd096f175e4e3861bbda71bb5ae20e (diff)
downloadports-13c84ed0f1389a27ef3fc7a70ea661f844cce6c4.tar.gz
ports-13c84ed0f1389a27ef3fc7a70ea661f844cce6c4.zip
Notes
Diffstat (limited to 'sysutils/serpentine')
-rw-r--r--sysutils/serpentine/Makefile1
-rw-r--r--sysutils/serpentine/files/patch-serpentine_common.py14
-rw-r--r--sysutils/serpentine/files/patch-serpentine_preferences.py12
3 files changed, 13 insertions, 14 deletions
diff --git a/sysutils/serpentine/Makefile b/sysutils/serpentine/Makefile
index ce43279b2bb0..ca80936c2ad8 100644
--- a/sysutils/serpentine/Makefile
+++ b/sysutils/serpentine/Makefile
@@ -7,6 +7,7 @@
PORTNAME= serpentine
PORTVERSION= 0.6.1
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://download.berlios.de/${PORTNAME}/
diff --git a/sysutils/serpentine/files/patch-serpentine_common.py b/sysutils/serpentine/files/patch-serpentine_common.py
deleted file mode 100644
index e62dfd0826a1..000000000000
--- a/sysutils/serpentine/files/patch-serpentine_common.py
+++ /dev/null
@@ -1,14 +0,0 @@
---- serpentine/common.py.orig Sat Jun 25 12:39:33 2005
-+++ serpentine/common.py Sat Jun 25 12:40:00 2005
-@@ -111,9 +111,9 @@
-
- # Now check if cache location is ok
- try:
-- s = os.statvfs (preferences.temporary_dir)
-+ s = os.statvfs ("/var/tmp")
- # Raise exception if temporary dir is not ok
-- assert preferences.temporary_dir_is_ok
-+ # assert preferences.temporary_dir_is_ok
- except OSError, AssertionError:
- raise SerpentineCacheError (SerpentineCacheError.INVALID, "Please " \
- "check if the cache location exists and " \
diff --git a/sysutils/serpentine/files/patch-serpentine_preferences.py b/sysutils/serpentine/files/patch-serpentine_preferences.py
new file mode 100644
index 000000000000..8cd2bf989b89
--- /dev/null
+++ b/sysutils/serpentine/files/patch-serpentine_preferences.py
@@ -0,0 +1,12 @@
+--- serpentine/preferences.py.orig Mon Jun 27 16:30:18 2005
++++ serpentine/preferences.py Mon Jun 27 16:31:13 2005
+@@ -93,7 +93,8 @@
+ # temp
+ self.__tmp = gaw.GConfValue (
+ key = "/apps/serpentine/temporary_dir",
+- data_spec = gaw.Spec.STRING
++ data_spec = gaw.Spec.STRING,
++ default = "."
+ )
+
+ # Pool