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

jwa at macports.org jwa at macports.org
Wed Oct 28 09:54:14 PDT 2009


Revision: 59981
          http://trac.macports.org/changeset/59981
Author:   jwa at macports.org
Date:     2009-10-28 09:54:13 -0700 (Wed, 28 Oct 2009)
Log Message:
-----------
fix livecheck

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

Modified: trunk/dports/databases/couchdb/Portfile
===================================================================
--- trunk/dports/databases/couchdb/Portfile	2009-10-28 14:50:06 UTC (rev 59980)
+++ trunk/dports/databases/couchdb/Portfile	2009-10-28 16:54:13 UTC (rev 59981)
@@ -51,17 +51,17 @@
 }
 
 post-activate {
-	ui_msg "########################################################################"
-	ui_msg "# Changes in CouchDB 0.10.0 make 0.9.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 "########################################################################"
+    ui_msg "########################################################################"
+    ui_msg "# Changes in CouchDB 0.10.0 make 0.9.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.type	regex
 livecheck.url	http://couchdb.apache.org/downloads.html
-livecheck.regex	apache-${name}-(0.\[0-9\].\[0-9\])
+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/20091028/b4e5edc7/attachment.html>


More information about the macports-changes mailing list