[48958] trunk/dports/databases/couchdb/Portfile

febeling at macports.org febeling at macports.org
Tue Mar 31 15:34:02 PDT 2009


Revision: 48958
          http://trac.macports.org/changeset/48958
Author:   febeling at macports.org
Date:     2009-03-31 15:34:02 -0700 (Tue, 31 Mar 2009)
Log Message:
-----------
databases/couchdb: add a user message about incompatible database file format changes and the startup item plist.

Modified Paths:
--------------
    trunk/dports/databases/couchdb/Portfile

Modified: trunk/dports/databases/couchdb/Portfile
===================================================================
--- trunk/dports/databases/couchdb/Portfile	2009-03-31 22:16:11 UTC (rev 48957)
+++ trunk/dports/databases/couchdb/Portfile	2009-03-31 22:34:02 UTC (rev 48958)
@@ -51,6 +51,18 @@
         ${destroot}${plistdir}/${plist}
 }
 
+post-activate {
+	ui_msg "########################################################################"
+	ui_msg "# Changes in CouchDB 0.9 make 0.8.1 database files incompatible."
+	ui_msg "# See http://wiki.apache.org/couchdb/BreakingChanges for details"
+	ui_msg "#"
+	ui_msg "# Run the following command to install the CouchDB launchd"
+	ui_msg "# startup item in order to start and re-start service automatically:"
+	ui_msg "#"
+	ui_msg "# sudo launchctl load -w /Library/LaunchDaemons/org.apache.couchdb.plist"
+	ui_msg "########################################################################"
+}
+
 livecheck.check	regex
 livecheck.url	http://couchdb.apache.org/downloads.html
 livecheck.regex	apache-${name}-(0.\[0-9\].\[0-9\])
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090331/1f2b9e43/attachment-0001.html>


More information about the macports-changes mailing list