Update to Zope-2.10.0.
See http://www.zope.org/Products/Zope/2.10.0/Zope-2_10_0_released for the complete release notes. ok xsa
This commit is contained in:
parent
8daca8cbb5
commit
884e4f4d9d
@ -1,12 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.28 2006/07/22 18:18:36 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.29 2006/10/03 09:16:16 mbalmer Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= "object-oriented web application server"
|
||||
|
||||
VERSION= 2.8.6
|
||||
VERSION= 2.10.0
|
||||
DISTNAME= Zope-${VERSION}-final
|
||||
PKGNAME= ${DISTNAME:S/-final//:L}p0
|
||||
PKGNAME= ${DISTNAME:S/-final//:L}
|
||||
CATEGORIES= www
|
||||
|
||||
HOMEPAGE= http://www.zope.org/
|
||||
@ -54,6 +54,7 @@ pre-configure:
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/README.OpenBSD ${ZOPEHOME}/doc
|
||||
@find ${WRKINST} -type f -exec chmod 755 {} \;
|
||||
|
||||
do-regress: fake
|
||||
${PYTHON_BIN} ${WRKINST}/${ZOPEHOME}/bin/test.py \
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (Zope-2.8.6-final.tgz) = a5ea0ecc27228a07959a7b7e2eede2bd
|
||||
RMD160 (Zope-2.8.6-final.tgz) = c73d8b2a1405f68864fb96e1476eede3d1ecc8da
|
||||
SHA1 (Zope-2.8.6-final.tgz) = d1192ccc6d2f15b0dc359a3ecc0e8ce9c00e09eb
|
||||
SIZE (Zope-2.8.6-final.tgz) = 5378968
|
||||
MD5 (Zope-2.10.0-final.tgz) = 4ff264d6a002e51a7853a096e72aa6d1
|
||||
RMD160 (Zope-2.10.0-final.tgz) = f3dd52d72d512057f722b822f4f6bfd578229d86
|
||||
SHA1 (Zope-2.10.0-final.tgz) = 6b2c537d1fa900e270e5ae042db41628476d7354
|
||||
SIZE (Zope-2.10.0-final.tgz) = 7123131
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: README.OpenBSD,v 1.1 2004/08/03 10:16:36 xsa Exp $
|
||||
$OpenBSD: README.OpenBSD,v 1.2 2006/10/03 09:16:16 mbalmer Exp $
|
||||
|
||||
In this document we'll see how to create a zope instance and have it
|
||||
start at boot time. Throughout this document, we will assume that the
|
||||
@ -24,9 +24,9 @@ Our instance will thus be /var/www/zope.
|
||||
Verify password:
|
||||
|
||||
- as we want to run our instance(s) with the _zope user, we should
|
||||
grant him the rights on the log/ and var/ directories.
|
||||
grant him the rights on the log/, var/, and etc/ directories.
|
||||
|
||||
# chown _zope /var/www/zope/{log,var}
|
||||
# chown _zope /var/www/zope/{log,var,etc}
|
||||
|
||||
2) Have your instance start at boot time:
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.3 2005/11/06 20:20:59 mbalmer Exp $
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.4 2006/10/03 09:16:16 mbalmer Exp $
|
||||
lib/zope/lib/python/AccessControl/cAccessControl.so
|
||||
lib/zope/lib/python/BTrees/_IIBTree.so
|
||||
lib/zope/lib/python/BTrees/_IOBTree.so
|
||||
@ -11,6 +11,4 @@ lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/Un
|
||||
lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/ZopeSplitter.so
|
||||
lib/zope/lib/python/Products/ZCTextIndex/okascore.so
|
||||
lib/zope/lib/python/Products/ZCTextIndex/stopper.so
|
||||
lib/zope/lib/python/Shared/DC/xml/pyexpat/dcpyexpat.so
|
||||
lib/zope/lib/python/ZODB/winlock.so
|
||||
lib/zope/lib/python/initgroups.so
|
||||
|
4465
www/zope/pkg/PLIST
4465
www/zope/pkg/PLIST
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user