From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 10 17:10:18 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D38AF16A40F for ; Tue, 10 Oct 2006 17:10:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 496E343D88 for ; Tue, 10 Oct 2006 17:10:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k9AHAGod050199 for ; Tue, 10 Oct 2006 17:10:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k9AHAGtv050198; Tue, 10 Oct 2006 17:10:16 GMT (envelope-from gnats) Resent-Date: Tue, 10 Oct 2006 17:10:16 GMT Resent-Message-Id: <200610101710.k9AHAGtv050198@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, HAYASHI Yasushi Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 970FE16A4E5 for ; Tue, 10 Oct 2006 17:09:40 +0000 (UTC) (envelope-from yasi@yasi.minidns.net) Received: from yasi.minidns.net (58-188-176-207.eonet.ne.jp [58.188.176.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id C377043DCE for ; Tue, 10 Oct 2006 17:08:31 +0000 (GMT) (envelope-from yasi@yasi.minidns.net) Received: from yasi.minidns.net (localhost.yasi.to [127.0.0.1]) by yasi.minidns.net (8.13.8/8.13.8) with ESMTP id k9AH7lPW057041 for ; Wed, 11 Oct 2006 02:07:48 +0900 (JST) (envelope-from yasi@yasi.minidns.net) Received: (from yasi@localhost) by yasi.minidns.net (8.13.8/8.13.8/Submit) id k9AH7kSC057040; Wed, 11 Oct 2006 02:07:46 +0900 (JST) (envelope-from yasi) Message-Id: <200610101707.k9AH7kSC057040@yasi.minidns.net> Date: Wed, 11 Oct 2006 02:07:46 +0900 (JST) From: HAYASHI Yasushi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/104274: [maintainer update] www/zope29, modify to cope with a revision of lang/python X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: HAYASHI Yasushi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Oct 2006 17:10:18 -0000 >Number: 104274 >Category: ports >Synopsis: [maintainer update] www/zope29, modify to cope with a revision of lang/python >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Oct 10 17:10:10 GMT 2006 >Closed-Date: >Last-Modified: >Originator: HAYASHI Yasushi >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: >Environment: System: FreeBSD notesv.yasi.to 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Fri Sep 22 04:06:00 JST 2006 yasi@notesv.yasi.to:/usr/obj/usr/src/sys/MYKERNEL i386 >Description: lang/python has been changed as meta-port for python2.5. It may occur trouble for www/zope29, so I modify it to use python2.4. >How-To-Repeat: >Fix: --- zope29.diff begins here --- diff -urN /usr/ports/www/zope29.old/Makefile /usr/ports/www/zope29/Makefile --- /usr/ports/www/zope29.old/Makefile Sat Oct 7 21:10:57 2006 +++ /usr/ports/www/zope29/Makefile Wed Oct 11 02:00:19 2006 @@ -7,6 +7,7 @@ PORTNAME= zope29 PORTVERSION= 2.9.5 +PORTREVISION= 1 CATEGORIES= www python zope MASTER_SITES= http://www.zope.org/Products/Zope/${PORTVERSION}/ DISTNAME= Zope-${PORTVERSION}-final @@ -16,7 +17,7 @@ MAINTAINER= yasi@yasi.to COMMENT= An object-based web application platform -USE_PYTHON= yes +USE_PYTHON= 2.4 USE_RC_SUBR= ${PORTNAME}.sh zeo29.sh LATEST_LINK= zope29 --- zope29.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: