Bug 65760 - Update port: www/zope
Summary: Update port: www/zope
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-19 12:20 UTC by Gerhard Schmidt
Modified: 2004-04-20 15:23 UTC (History)
1 user (show)

See Also:


Attachments
zope.tar.gz (27.45 KB, text/plain)
2004-04-19 12:20 UTC, Gerhard Schmidt
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gerhard Schmidt 2004-04-19 12:20:19 UTC
	Update to www/zope port. New startscript and changes for global Products dir
Comment 1 HAYASHI Yasushi 2004-04-20 14:07:11 UTC
I made 2 Zope-instances for testing.  One was installed www/zope-coreblog
and japanese/zope-ejsplitter, but another was not.

This test works fine for me.

Thanks Gerhard for your work!


Below is my addition for your PR.


diff -urN zope.orig/files/zope.sh zope/files/zope.sh
--- zope.orig/files/zope.sh Tue Apr 20 03:31:34 2004
+++ zope/files/zope.sh Tue Apr 20 22:01:28 2004
@@ -1,7 +1,7 @@
 #!/bin/sh

 # Start or stop zope
-# $FreeBSD: ports/sysutils/gkrellm2/files/gkrellmd.sh,v 1.8 2004/01/20
19:10:17 ume Exp $
+# $FreeBSD$

 # PROVIDE: zope
 # REQUIRE: DAEMON
@@ -39,7 +39,7 @@
    echo "Restarting Zope"
   ;;
   *)
-   echo "Unknown aktion \"$1\""
+   echo "Unknown action \"$1\""
   ;;
  esac

diff -urN zope.orig/pkg-descr zope/pkg-descr
--- zope.orig/pkg-descr Tue Apr 20 03:02:43 2004
+++ zope/pkg-descr Tue Apr 20 22:00:38 2004
@@ -6,8 +6,7 @@
 combined with a revolutionary object model, provides a completely unique
 facility for servicing content managers and web application developers."

-Here are some of the "headlines" mentioned in the features list at
-http://www.zope.org:8080/Information/Features :
+Here are some of the "headlines" mentioned in the features list.

 Database Integration    Content Management
  SQL and HTML in Harmony   Builtin Objects
@@ -17,8 +16,6 @@
  DTML Scripting     Managed Through the Web
  External Methods    Direct URL Access to Objects

-This is a "beta" release. It seems to work quite stable, but no guarantee
-given.
      Peter Cornelius <pcc@gmx.net>

 WWW: http://www.zope.org/
diff -urN zope.orig/pkg-message zope/pkg-message
--- zope.orig/pkg-message Tue Apr 20 03:33:33 2004
+++ zope/pkg-message Tue Apr 20 21:59:13 2004
@@ -22,7 +22,7 @@
 %%ZOPEBASEDIR%%/lib/python/Products
 to %%ZOPEBASEDIR%%/Products.

-You migth have to add the following lines to your zope.conf
+You might have to add the following lines to your zope.conf
 products %%ZOPEBASEDIR%%/Products
 products $INSTANCE/Products


--
Yasushi Hayashi yasi@yasi.to
Comment 2 Hye-Shik Chang freebsd_committer freebsd_triage 2004-04-20 15:16:54 UTC
State Changed
From-To: open->closed

Updated. Thanks! 

I'd like to say few things. 
- Please submit the patch not in uuencoded tar.gz but in plain text 
generated by "diff -urN" command. 
- Please run portlint before send-pr. It detects many usual style 
mistakes like whitespace at the end of line. 
- Please run "make install deinstall; make package deinstall" before 
send-pr.  Some pkg-plist problems around .pyc or .pyo files can be 
detected in this way.