mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 3.3.0
PR: ports/103737 Submitted by: Denis Shaposhnikov <dsh@vlink.ru> (maintainer)
This commit is contained in:
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
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= zope
|
PORTNAME= zope
|
||||||
PORTVERSION= 3.2.1
|
PORTVERSION= 3.3.0
|
||||||
CATEGORIES= www python zope
|
CATEGORIES= www python zope
|
||||||
MASTER_SITES= http://www.zope.org/Products/Zope3/${PORTVERSION}/
|
MASTER_SITES= http://www.zope.org/Products/Zope3/${PORTVERSION}/
|
||||||
DISTNAME= Zope-${PORTVERSION}
|
DISTNAME= Zope-${PORTVERSION}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (zope/Zope-3.2.1.tgz) = becbc5aba9573c46cf5820ab12720d1d
|
MD5 (zope/Zope-3.3.0.tgz) = a0c36d7db1e821d12cdd990953c7da8a
|
||||||
SHA256 (zope/Zope-3.2.1.tgz) = 8431984af75054e4ddfe45bf708924240f8b6b02220cd84d090138413ac82341
|
SHA256 (zope/Zope-3.3.0.tgz) = a1f9decff79265f487b2ee27c07c9f7a7930a4c7b061f93d110c6fe1f1f02b30
|
||||||
SIZE (zope/Zope-3.2.1.tgz) = 6532373
|
SIZE (zope/Zope-3.3.0.tgz) = 6634834
|
||||||
|
|
|
@ -1,41 +1,13 @@
|
||||||
--- Zope/zopeskel/etc/zdaemon.conf.in.orig Thu Aug 5 23:10:05 2004
|
--- Zope/zopeskel/etc/zdaemon.conf.in.orig Wed Jan 11 19:42:09 2006
|
||||||
+++ Zope/zopeskel/etc/zdaemon.conf.in Fri Sep 23 14:16:33 2005
|
+++ Zope/zopeskel/etc/zdaemon.conf.in Wed Sep 6 16:21:42 2006
|
||||||
@@ -6,12 +6,26 @@
|
@@ -30,9 +30,7 @@
|
||||||
#
|
#
|
||||||
program $INSTANCE/bin/runzope
|
# Default: unset
|
||||||
|
|
||||||
+ # 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.
|
|
||||||
#
|
#
|
||||||
daemon on
|
- # Example:
|
||||||
|
- #
|
||||||
+ # When zdrun.py is started by root, this option specifies the user
|
- # user zope1
|
||||||
+ # 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.
|
|
||||||
+ user www
|
+ 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.
|
|
||||||
|
|
||||||
<logfile>
|
</runner>
|
||||||
- path $LOGDIR/z3.log
|
|
||||||
- </logfile>
|
|
||||||
-
|
|
||||||
- <logfile>
|
|
||||||
- path STDOUT
|
|
||||||
+ path $LOGDIR/zdaemon.log
|
|
||||||
</logfile>
|
|
||||||
</eventlog>
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- Zope/zopeskel/etc/zope.conf.in.orig Sun Jul 24 03:33:30 2005
|
--- Zope/zopeskel/etc/zope.conf.in.orig Wed Aug 16 07:03:05 2006
|
||||||
+++ Zope/zopeskel/etc/zope.conf.in Fri Sep 23 14:38:41 2005
|
+++ Zope/zopeskel/etc/zope.conf.in Wed Sep 6 16:23:53 2006
|
||||||
@@ -60,10 +60,6 @@
|
@@ -87,10 +87,6 @@
|
||||||
<logfile>
|
<logfile>
|
||||||
path $LOGDIR/access.log
|
path $LOGDIR/access.log
|
||||||
</logfile>
|
</logfile>
|
||||||
|
@ -11,13 +11,3 @@
|
||||||
</accesslog>
|
</accesslog>
|
||||||
|
|
||||||
<eventlog>
|
<eventlog>
|
||||||
@@ -73,9 +69,5 @@
|
|
||||||
|
|
||||||
<logfile>
|
|
||||||
path $LOGDIR/z3.log
|
|
||||||
- </logfile>
|
|
||||||
-
|
|
||||||
- <logfile>
|
|
||||||
- path STDOUT
|
|
||||||
</logfile>
|
|
||||||
</eventlog>
|
|
||||||
|
|
1821
www/zope3/pkg-plist
1821
www/zope3/pkg-plist
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue