Date: Sun, 7 May 2000 19:27:28 -0700 (PDT) From: thomas@hentschel.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/18444: zope port outdated Message-ID: <200005080227.TAA16637@falcon.home.hentschel.net>
next in thread | raw e-mail | index | archive | help
>Number: 18444 >Category: ports >Synopsis: zope port outdated >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 08 02:00:03 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Thomas Hentschel >Release: FreeBSD 3.4-STABLE i386 >Organization: >Environment: Ports system >Description: Zope port outdated. Last changed August 99 >How-To-Repeat: N/A >Fix: patch follows. Just rename zope/files/apache.conf.Zope-2.0.0b5-Changes to zope/files/apache.conf.Zope-2.1.6-Changes for the port to build. diff -u -r zope.org/Makefile zope/Makefile --- zope.org/Makefile Sun May 7 19:09:27 2000 +++ zope/Makefile Sun May 7 19:09:50 2000 @@ -6,7 +6,7 @@ # PORTNAME= zope -PORTVERSION= 2.0.0b5 +PORTVERSION= 2.1.6 DISTNAME= Zope-${VERSION}-src CATEGORIES= www python MASTER_SITES= http://www.zope.org/Products/Zope/${VERSION}/ @@ -54,8 +54,11 @@ ${INSTALL} -o nobody -m 555 Zope.cgi pcgi/pcgi-wrapper ${CGI_BIN _DIR} ; \ ${ECHO} "===> Fixing permissions of Zope's own var directory.. ." ; \ ${CHMOD} ugo+rwt var ; \ + ${CHOWN} nobody var ; \ + ${CHOWN} nobody var/* ; \ ${ECHO} "===> Setting user/password to zopemaster/test..." ; \ ${PYTHON15} zpasswd.py -u zopemaster -p test -e CLEARTEXT access ; \ + ${CHOWN} nobody access ; \ ${ECHO} "===> Copying Apache config file changes to ${APACHE_C ONFDIR}/apache.conf.Zope-${PORTVERSION}-Changes." ; \ ${CP} -p ${FILESDIR}/apache.conf.Zope-${PORTVERSION}-Changes ${A PACHE_CONFDIR}/ ; \ ${ECHO} "===> Please have a look at this file and the instruct ions" ; \ Only in zope.org/files: apache.conf.Zope-2.0.0b5-Changes Only in zope/files: apache.conf.Zope-2.1.6-Changes diff -u -r zope.org/files/md5 zope/files/md5 --- zope.org/files/md5 Sun May 7 02:24:52 2000 +++ zope/files/md5 Sun May 7 18:20:25 2000 @@ -1 +1 @@ -MD5 (Zope-2.0.0b5-src.tgz) = 22916a3b0852ee5eba3c2b42e160bc31 +MD5 (Zope-2.1.6-src.tgz) = 6ec4320afd6925c24f9f1b5cd7c4d7c5 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005080227.TAA16637>