ports/133236: Some Textfiles still name zope210 instead of zope211

Gerhard Schmidt estartu at augusta.de
Tue Mar 31 06:00:07 UTC 2009


>Number:         133236
>Category:       ports
>Synopsis:       Some Textfiles still name zope210 instead of zope211
>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 Mar 31 06:00:05 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Gerhard Schmidt
>Release:        FreeBSD 7.1-STABLE amd64
>Organization:
Augsburger Computer Forum e.V.
>Environment:
System: FreeBSD etustar.ze.tum.de 7.1-STABLE FreeBSD 7.1-STABLE #9: Mon Feb 9 09:13:59 CET 2009 root at etustar.ze.tum.de:/usr/src/sys/amd64/compile/ETUSTAR amd64


	
>Description:
The patch I provided for updatinge the reprocopied zope210 port to the zope 211 port 
I missed some 210 in some textfiles (pkg-message etc). nothing to keep the port from working. 

The patch attached fixes that 
	
>How-To-Repeat:
	
>Fix:

--- files/zeo_message.in.orig	2009-03-31 07:49:53.000000000 +0200
+++ files/zeo_message.in	2009-03-31 07:50:53.000000000 +0200
@@ -5,10 +5,10 @@
 If Zope should get started automatically when the system starts, 
 please add the following lines to /etc/rc.conf
 
-zeo210_enable="YES"
-zeo210_instances="%%ZOPEINSTANCEDIR%%" 
+zeo211_enable="YES"
+zeo211_instances="%%ZOPEINSTANCEDIR%%" 
 
-If there is already a zeo210_instances entry please add 
+If there is already a zeo211_instances entry please add 
 %%ZOPEINSTANCEDIR%% separated by a space. 
 
 Don`t forget to edit %%ZOPEINSTANCEDIR%%/etc/zeo.conf before starting 
--- files/instance_message.in.orig	2009-03-31 07:41:07.000000000 +0200
+++ files/instance_message.in	2009-03-31 07:43:52.000000000 +0200
@@ -5,10 +5,10 @@
 If Zope should get started automatically when the system starts, 
 please add the following lines to /etc/rc.conf
 
-zope210_enable="YES"
-zope210_instances="%%ZOPEINSTANCEDIR%%" 
+zope211_enable="YES"
+zope211_instances="%%ZOPEINSTANCEDIR%%" 
 
-If there is already a zope210_instances entry please add 
+If there is already a zope211_instances entry please add 
 %%ZOPEINSTANCEDIR%% separated by a space. 
 
 Don`t forget to create %%ZOPEINSTANCEDIR%%/etc/zope.conf before 
--- files/zeo211.in.orig	2009-03-31 07:42:09.000000000 +0200
+++ files/zeo211.in	2009-03-31 07:42:56.000000000 +0200
@@ -26,8 +26,8 @@
 name="zeo211"
 rcvar=`set_rcvar`
 
-zeo210ctl () {
-    for instance in $zeo210_instances; do
+zeo211ctl () {
+    for instance in $zeo211_instances; do
 	if [ -d ${instance} ]; then
 	    echo -n "  Zeo instance ${instance} -> "
 	    ${instance}/bin/zeoctl "$1"
@@ -37,17 +37,17 @@
 
 zeo211_start () {
     echo "Starting Zeo 2.11:"
-    zeo210ctl "start"
+    zeo211ctl "start"
 }
 
 zeo211_stop () {
     echo "Stopping Zeo 2.11:"
-    zeo210ctl "stop"
+    zeo211ctl "stop"
 }
 
 zeo211_restart () {
     echo "Restarting Zeo 2.11:"
-    zeo210ctl "restart"
+    zeo211ctl "restart"
 }
 
   start_cmd="zeo211_start"
--- files/package-pkg-message.in.orig	2009-03-31 07:47:01.000000000 +0200
+++ files/package-pkg-message.in	2009-03-31 07:48:53.000000000 +0200
@@ -17,34 +17,23 @@
 If Zope should get started automatically when the system starts, 
 please add the following lines to /etc/rc.conf
 
-zope210_enable="YES"
-zope210_instances="<INSTANCEDIR>" 
+zope211_enable="YES"
+zope211_instances="<INSTANCEDIR>" 
 
-Additional zope Instances have to be added to zope210_instances 
+Additional zope Instances have to be added to zope211_instances 
 seperated by a space. 
 
 ** ZEO Instances ** (Optional) 
 ** Please refere to http://zope.org/Products/ZEO/ZEOFactSheet  
 
 If you want to run a ZEO server please create a ZEO instancen by 
-calling %%ZOPEBASEDIR%%/bin/mkzopeinstance.py <ZEODIR>
+calling %%ZOPEBASEDIR%%/bin/mkzeoinstance.py <ZEODIR>
 
 To start the ZEO Server at System startup add the following lines to 
 /etc/rc.conf
 
-zeo210_enable="YES"
-zeo210_instances="<ZEODIR>"
+zeo211_enable="YES"
+zeo211_instances="<ZEODIR>"
 
-Additional zeo Instances have to be added to zeo210_instances seperated 
+Additional zeo Instances have to be added to zeo211_instances seperated 
 by a space. 
-
-**********************************************************************
-****** ATTENTION ***** ATTENTION ***** ATTENTION ***** ATTENTION *****
-
-The default installation directory for Zope Products has changed from 
-%%ZOPEBASEDIR%%/lib/python/Products 
-to %%ZOPEBASEDIR%%/Products. 
-
-You might have to add the following lines to your zope.conf 
-products %%ZOPEBASEDIR%%/Products
-products $INSTANCE/Products

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list