From thomas@falcon.home.hentschel.net  Mon May  8 01:56:03 2000
Return-Path: <thomas@falcon.home.hentschel.net>
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 <FreeBSD-gnats-submit@freebsd.org>; 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
Sender: thomas@falcon.home.hentschel.net
Reply-To: thomas@hentschel.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: zope port outdated
X-Send-Pr-Version: 3.2

>Number:         18444
>Category:       ports
>Synopsis:       zope port outdated
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 08 02:00:03 PDT 2000
>Closed-Date:    Sun May 28 19:49:16 PDT 2000
>Last-Modified:  Sun May 28 19:50:06 PDT 2000
>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:

From: Will Andrews <andrews@technologist.com>
To: thomas@hentschel.net
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: ports/18444: zope port outdated
Date: Thu, 11 May 2000 12:35:24 -0400

 On Sun, May 07, 2000 at 07:27:28PM -0700, thomas@hentschel.net wrote:
 > >Originator:     Thomas Hentschel
 > 	Zope port outdated. Last changed August 99
 
 Do you want to be the maintainer for this port ?
 
 -- 
 Will Andrews <andrews@technologist.com>
 GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w---
 ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ 
 G++>+++ e->++++ h! r-->+++ y?
 

From: thomas@hentschel.net
To: Will Andrews <andrews@technologist.com>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: ports/18444: zope port outdated
Date: Sat, 13 May 2000 16:51:01 -0700 (PDT)

 On 11 May, Will Andrews wrote:
 > On Sun, May 07, 2000 at 07:27:28PM -0700, thomas@hentschel.net wrote:
 >> >Originator:     Thomas Hentschel
 >> 	Zope port outdated. Last changed August 99
 > 
 > Do you want to be the maintainer for this port ?
 > 
 
 He, why did I almost expect that ? :). 
 
 But , why not, I'll try to do my best ... (that was a "YES")
 
 -Th
 
 
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Sun May 28 19:49:16 PDT 2000 
State-Changed-Why:  
Update committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=18444 
>Unformatted:
