- Update to 3.3.0

PR:		ports/103737
Submitted by:	Denis Shaposhnikov <dsh@vlink.ru> (maintainer)
This commit is contained in:
Pav Lucistnik 2006-09-28 16:51:05 +00:00
parent becab88653
commit 1fb4059d03
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174044
5 changed files with 1094 additions and 797 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= zope
PORTVERSION= 3.2.1
PORTVERSION= 3.3.0
CATEGORIES= www python zope
MASTER_SITES= http://www.zope.org/Products/Zope3/${PORTVERSION}/
DISTNAME= Zope-${PORTVERSION}

View file

@ -1,3 +1,3 @@
MD5 (zope/Zope-3.2.1.tgz) = becbc5aba9573c46cf5820ab12720d1d
SHA256 (zope/Zope-3.2.1.tgz) = 8431984af75054e4ddfe45bf708924240f8b6b02220cd84d090138413ac82341
SIZE (zope/Zope-3.2.1.tgz) = 6532373
MD5 (zope/Zope-3.3.0.tgz) = a0c36d7db1e821d12cdd990953c7da8a
SHA256 (zope/Zope-3.3.0.tgz) = a1f9decff79265f487b2ee27c07c9f7a7930a4c7b061f93d110c6fe1f1f02b30
SIZE (zope/Zope-3.3.0.tgz) = 6634834

View file

@ -1,41 +1,13 @@
--- Zope/zopeskel/etc/zdaemon.conf.in.orig Thu Aug 5 23:10:05 2004
+++ Zope/zopeskel/etc/zdaemon.conf.in Fri Sep 23 14:16:33 2005
@@ -6,12 +6,26 @@
--- Zope/zopeskel/etc/zdaemon.conf.in.orig Wed Jan 11 19:42:09 2006
+++ Zope/zopeskel/etc/zdaemon.conf.in Wed Sep 6 16:21:42 2006
@@ -30,9 +30,7 @@
#
program $INSTANCE/bin/runzope
+ # The pathname of the Unix domain socket used for communication
+ # between zdctl.py and zdrun.py. The default is relative to the
+ # current directory in which zdctl.py and zdrun.py are started. You
+ # want to specify an absolute pathname here.
+ socket-name $INSTANCE/var/zdsock
+
# The "daemon" setting controls whether "zopectl" runs Zope as a
# daemon process. This is normally set to "on" here, but this can
# be disabled if necessary.
# Default: unset
#
daemon on
+ # When zdrun.py is started by root, this option specifies the user
+ # as who the the zdrun.py process (and hence the daemon subprocess)
+ # will run. This can be a user name or a numeric user id. Both the
+ # user and the group are set from the corresponding password entry,
+ # using setuid() and setgid(). This is done before zdrun.py does
+ # anything else besides parsing its command line arguments.
- # Example:
- #
- # user zope1
+ user www
+
# If set, this option specifies a file to which all output of theh
# program being run is written when run in daemon mode. If not set,
# output from the program is discarded. This has no effect outside
@@ -27,10 +41,6 @@
# filesystem path or the tokens STDOUT or STDERR.
</runner>
<logfile>
- path $LOGDIR/z3.log
- </logfile>
-
- <logfile>
- path STDOUT
+ path $LOGDIR/zdaemon.log
</logfile>
</eventlog>

View file

@ -1,6 +1,6 @@
--- Zope/zopeskel/etc/zope.conf.in.orig Sun Jul 24 03:33:30 2005
+++ Zope/zopeskel/etc/zope.conf.in Fri Sep 23 14:38:41 2005
@@ -60,10 +60,6 @@
--- Zope/zopeskel/etc/zope.conf.in.orig Wed Aug 16 07:03:05 2006
+++ Zope/zopeskel/etc/zope.conf.in Wed Sep 6 16:23:53 2006
@@ -87,10 +87,6 @@
<logfile>
path $LOGDIR/access.log
</logfile>
@ -11,13 +11,3 @@
</accesslog>
<eventlog>
@@ -73,9 +69,5 @@
<logfile>
path $LOGDIR/z3.log
- </logfile>
-
- <logfile>
- path STDOUT
</logfile>
</eventlog>

File diff suppressed because it is too large Load diff