aboutsummaryrefslogtreecommitdiffstats
path: root/www/zope213
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2016-04-16 18:06:16 +0800
committerrm <rm@FreeBSD.org>2016-04-16 18:06:16 +0800
commit3eb7e30d2982651c8fb75d739d24fc9ea17ca255 (patch)
treed604d6588877930b325e639c3a5c44cb192c5c88 /www/zope213
parent76e535647ec88e9c2d307438f921cfac0e9f5fbd (diff)
downloadfreebsd-ports-gnome-3eb7e30d2982651c8fb75d739d24fc9ea17ca255.tar.gz
freebsd-ports-gnome-3eb7e30d2982651c8fb75d739d24fc9ea17ca255.tar.zst
freebsd-ports-gnome-3eb7e30d2982651c8fb75d739d24fc9ea17ca255.zip
sysutils/py-zdaemon: update to 4.1.0
And patch Zope to work with this zdaemon version With hat: zope
Diffstat (limited to 'www/zope213')
-rw-r--r--www/zope213/Makefile1
-rw-r--r--www/zope213/files/patch-src_Zope2_Startup_zopectl.py14
2 files changed, 15 insertions, 0 deletions
diff --git a/www/zope213/Makefile b/www/zope213/Makefile
index d8584709a751..b9502c8ca02b 100644
--- a/www/zope213/Makefile
+++ b/www/zope213/Makefile
@@ -2,6 +2,7 @@
PORTNAME= zope213
PORTVERSION= 2.13.24
+PORTREVISION= 1
CATEGORIES= www python zope
MASTER_SITES= CHEESESHOP
DISTNAME= Zope2-${PORTVERSION}
diff --git a/www/zope213/files/patch-src_Zope2_Startup_zopectl.py b/www/zope213/files/patch-src_Zope2_Startup_zopectl.py
new file mode 100644
index 000000000000..64f14c2cdf9c
--- /dev/null
+++ b/www/zope213/files/patch-src_Zope2_Startup_zopectl.py
@@ -0,0 +1,14 @@
+Make Zope2 work with zdaemon greater than 3.x
+https://bugs.launchpad.net/zope2/+bug/1386795
+
+--- src/Zope2/Startup/zopectl.py.orig 2016-02-29 16:37:07 UTC
++++ src/Zope2/Startup/zopectl.py
+@@ -151,6 +151,8 @@ class ZopeCtlOptions(ZDOptions):
+ default=1)
+ self.add("start_timeout", "runner.start_timeout",
+ "T:", "start-timeout=", int, default=300)
++ self.add("transcript", "runner.transcript", "t:", "transcript=",
++ default="/dev/null")
+ self.add("logfile", None, "l:", "logfile=")
+ self.add("user", "runner.user", "u:", "user=")
+ self.add("prompt", "runner.prompt", default="zopectl>")