From owner-freebsd-ports Mon May 8 2: 0: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F299437BF0A for ; Mon, 8 May 2000 02:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA07283; Mon, 8 May 2000 02:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from falcon.home.hentschel.net (216-59-4-104.usa.flashcom.net [216.59.4.104]) by hub.freebsd.org (Postfix) with ESMTP id 14D8C37B7F7 for ; Mon, 8 May 2000 01:56:01 -0700 (PDT) (envelope-from thomas@falcon.home.hentschel.net) Received: (from root@localhost) by falcon.home.hentschel.net (8.9.3/8.9.3) id TAA16637; Sun, 7 May 2000 19:27:28 -0700 (PDT) (envelope-from thomas) Message-Id: <200005080227.TAA16637@falcon.home.hentschel.net> Date: Sun, 7 May 2000 19:27:28 -0700 (PDT) From: thomas@hentschel.net Reply-To: thomas@hentschel.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18444: zope port outdated Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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