From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 30 12:50:36 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 CAE0D16A50E for ; Wed, 30 Aug 2006 12:50:36 +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 176CD43DBF for ; Wed, 30 Aug 2006 12:50:19 +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 k7UCoJlk092204 for ; Wed, 30 Aug 2006 12:50:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7UCoJXE092203; Wed, 30 Aug 2006 12:50:19 GMT (envelope-from gnats) Resent-Date: Wed, 30 Aug 2006 12:50:19 GMT Resent-Message-Id: <200608301250.k7UCoJXE092203@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 1B2FE16A4DD for ; Wed, 30 Aug 2006 12:46:33 +0000 (UTC) (envelope-from yasi@yasi.minidns.net) Received: from yasi.minidns.net (58-188-175-108.eonet.ne.jp [58.188.175.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4CD943E31 for ; Wed, 30 Aug 2006 12:44:17 +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.6/8.13.6) with ESMTP id k7UCiDGx081533 for ; Wed, 30 Aug 2006 21:44:14 +0900 (JST) (envelope-from yasi@yasi.minidns.net) Received: (from yasi@localhost) by yasi.minidns.net (8.13.6/8.13.6/Submit) id k7UCiCRI081532; Wed, 30 Aug 2006 21:44:12 +0900 (JST) (envelope-from yasi) Message-Id: <200608301244.k7UCiCRI081532@yasi.minidns.net> Date: Wed, 30 Aug 2006 21:44:12 +0900 (JST) From: HAYASHI Yasushi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/102690: [maintainer update] www/zope29 : modify some messages 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: Wed, 30 Aug 2006 12:50:37 -0000 >Number: 102690 >Category: ports >Synopsis: [maintainer update] www/zope29 : modify some messages >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: Wed Aug 30 12:50:18 GMT 2006 >Closed-Date: >Last-Modified: >Originator: HAYASHI Yasushi >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD notesv.yasi.to 6.1-STABLE FreeBSD 6.1-STABLE #7: Sun Jul 30 02:30:25 JST 2006 yasi@notesv.yasi.to:/usr/obj/usr/src/sys/MYKERNEL i386 >Description: Some messages which describe post-install process contained errors. Thanks to Stefan Frank who reported to me ! >How-To-Repeat: >Fix: --- zope29.diff begins here --- diff -urN /usr/ports/www/zope29.old/files/instance_message.in /usr/ports/www/zope29/files/instance_message.in --- /usr/ports/www/zope29.old/files/instance_message.in Fri Jan 27 10:07:15 2006 +++ /usr/ports/www/zope29/files/instance_message.in Wed Aug 30 19:26:26 2006 @@ -5,10 +5,10 @@ If Zope should get started automatically when the system starts, please add the following lines to /etc/rc.conf -zope_enable="YES" -zope_instances="%%ZOPEINSTANCEDIR%%" +zope29_enable="YES" +zope29_instances="%%ZOPEINSTANCEDIR%%" -If there is already a zope_instances entry please add +If there is already a zope29_instances entry please add %%ZOPEINSTANCEDIR%% separated by a space. Don`t forget to create %%ZOPEINSTANCEDIR%%/etc/zope.conf before diff -urN /usr/ports/www/zope29.old/files/package-pkg-message.in /usr/ports/www/zope29/files/package-pkg-message.in --- /usr/ports/www/zope29.old/files/package-pkg-message.in Fri Jan 27 10:07:15 2006 +++ /usr/ports/www/zope29/files/package-pkg-message.in Wed Aug 30 19:25:52 2006 @@ -17,10 +17,10 @@ If Zope should get started automatically when the system starts, please add the following lines to /etc/rc.conf -zope_enable="YES" -zope_instances="" +zope29_enable="YES" +zope29_instances="" -Additional zope Instances have to be added to zope_instances +Additional zope Instances have to be added to zope29_instances seperated by a space. ** ZEO Instances ** (Optional) @@ -32,10 +32,10 @@ To start the ZEO Server at System startup add the following lines to /etc/rc.conf -zeo_enable="YES" -zeo_instances="" +zeo29_enable="YES" +zeo29_instances="" -Additional zeo Instances have to be added to zeo_instances seperated +Additional zeo Instances have to be added to zeo29_instances seperated by a space. ********************************************************************** diff -urN /usr/ports/www/zope29.old/files/zeo_message.in /usr/ports/www/zope29/files/zeo_message.in --- /usr/ports/www/zope29.old/files/zeo_message.in Fri Jan 27 10:07:15 2006 +++ /usr/ports/www/zope29/files/zeo_message.in Wed Aug 30 19:26:50 2006 @@ -5,10 +5,10 @@ If Zope should get started automatically when the system starts, please add the following lines to /etc/rc.conf -zeo_enable="YES" -zeo_instances="%%ZOPEINSTANCEDIR%%" +zeo29_enable="YES" +zeo29_instances="%%ZOPEINSTANCEDIR%%" -If there is already a zeo_instances entry please add +If there is already a zeo29_instances entry please add %%ZOPEINSTANCEDIR%% separated by a space. Don`t forget to edit %%ZOPEINSTANCEDIR%%/etc/zeo.conf before starting diff -urN /usr/ports/www/zope29.old/pkg-plist /usr/ports/www/zope29/pkg-plist --- /usr/ports/www/zope29.old/pkg-plist Fri Aug 4 06:54:32 2006 +++ /usr/ports/www/zope29/pkg-plist Wed Aug 30 19:55:40 2006 @@ -9497,5 +9497,5 @@ @dirrm %%ZOPEBASEDIR%%/lib @dirrm %%ZOPEBASEDIR%%/doc @dirrm %%ZOPEBASEDIR%%/bin -@dirrm %%ZOPEBASEDIR%%/Products -@dirrm %%ZOPEBASEDIR%% +@dirrmtry %%ZOPEBASEDIR%%/Products +@dirrmtry %%ZOPEBASEDIR%% --- zope29.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: