[101570] trunk/dports/databases/couchdb-devel/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Jan 13 18:13:11 PST 2013


Revision: 101570
          https://trac.macports.org/changeset/101570
Author:   ryandesign at macports.org
Date:     2013-01-13 18:13:11 -0800 (Sun, 13 Jan 2013)
Log Message:
-----------
couchdb-devel: use notes instead of post-activate ui_msgs

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

Modified: trunk/dports/databases/couchdb-devel/Portfile
===================================================================
--- trunk/dports/databases/couchdb-devel/Portfile	2013-01-14 02:12:51 UTC (rev 101569)
+++ trunk/dports/databases/couchdb-devel/Portfile	2013-01-14 02:13:11 UTC (rev 101570)
@@ -60,18 +60,16 @@
     system "cd ${destroot}${plistdir} && ln -sf ${prefix}${plistdir}/${plist}"
 }
 
-post-activate {
-    ui_msg "########################################################################"
-    ui_msg "# Changes in CouchDB r753448 make older 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 ${plistdir}/${plist}"
-    ui_msg "########################################################################"
-}
+notes "
+Changes in CouchDB r753448 make older database files incompatible.\
+See http://wiki.apache.org/couchdb/BreakingChanges for details.
 
+Run the following command to load the CouchDB launchd plist\
+in order to start the service now and at system startup:
+
+sudo launchctl load -w ${plistdir}/${plist}
+"
+
 livecheck.type	regex
 livecheck.url	http://svn.apache.org/viewvc/couchdb/trunk/src/couchdb/
 livecheck.version	${svn.revision}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130113/859c0780/attachment.html>


More information about the macports-changes mailing list