Date: Sat, 16 Apr 2016 10:06:17 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413424 - in head: sysutils/py-zdaemon www/zope213 www/zope213/files Message-ID: <201604161006.u3GA6Hqr023564@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Sat Apr 16 10:06:16 2016 New Revision: 413424 URL: https://svnweb.freebsd.org/changeset/ports/413424 Log: sysutils/py-zdaemon: update to 4.1.0 And patch Zope to work with this zdaemon version With hat: zope Added: head/www/zope213/files/patch-src_Zope2_Startup_zopectl.py (contents, props changed) Modified: head/sysutils/py-zdaemon/Makefile head/sysutils/py-zdaemon/distinfo head/www/zope213/Makefile Modified: head/sysutils/py-zdaemon/Makefile ============================================================================== --- head/sysutils/py-zdaemon/Makefile Sat Apr 16 10:03:49 2016 (r413423) +++ head/sysutils/py-zdaemon/Makefile Sat Apr 16 10:06:16 2016 (r413424) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= zdaemon -PORTVERSION= 2.0.7 -PORTREVISION= 1 +PORTVERSION= 4.1.0 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +11,12 @@ MAINTAINER= zope@FreeBSD.org COMMENT= Daemon Process Control Library and Tools for Unix-bases Systems LICENSE= ZPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zconfig>0:devel/py-zconfig -USES= python:2 -USE_PYTHON= distutils autoplist +NO_ARCH= yes +USES= python zip +USE_PYTHON= autoplist distutils .include <bsd.port.mk> Modified: head/sysutils/py-zdaemon/distinfo ============================================================================== --- head/sysutils/py-zdaemon/distinfo Sat Apr 16 10:03:49 2016 (r413423) +++ head/sysutils/py-zdaemon/distinfo Sat Apr 16 10:06:16 2016 (r413424) @@ -1,2 +1,2 @@ -SHA256 (zdaemon-2.0.7.tar.gz) = 28a96152a62823052359bac7d01a375029146d31310877408bd0a91624411eb8 -SIZE (zdaemon-2.0.7.tar.gz) = 48037 +SHA256 (zdaemon-4.1.0.zip) = 185b374ab49f928bbcdb7572c5cd7c3a9e75324a005ce73dfee4208ce10ab1f9 +SIZE (zdaemon-4.1.0.zip) = 74287 Modified: head/www/zope213/Makefile ============================================================================== --- head/www/zope213/Makefile Sat Apr 16 10:03:49 2016 (r413423) +++ head/www/zope213/Makefile Sat Apr 16 10:06:16 2016 (r413424) @@ -2,6 +2,7 @@ PORTNAME= zope213 PORTVERSION= 2.13.24 +PORTREVISION= 1 CATEGORIES= www python zope MASTER_SITES= CHEESESHOP DISTNAME= Zope2-${PORTVERSION} Added: head/www/zope213/files/patch-src_Zope2_Startup_zopectl.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/zope213/files/patch-src_Zope2_Startup_zopectl.py Sat Apr 16 10:06:16 2016 (r413424) @@ -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>")
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604161006.u3GA6Hqr023564>