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

jwa at macports.org jwa at macports.org
Fri Jul 16 04:14:09 PDT 2010


Revision: 69779
          http://trac.macports.org/changeset/69779
Author:   jwa at macports.org
Date:     2010-07-16 04:14:07 -0700 (Fri, 16 Jul 2010)
Log Message:
-----------
update to 1.0.0, closing #25672

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

Modified: trunk/dports/databases/couchdb/Portfile
===================================================================
--- trunk/dports/databases/couchdb/Portfile	2010-07-16 09:03:21 UTC (rev 69778)
+++ trunk/dports/databases/couchdb/Portfile	2010-07-16 11:14:07 UTC (rev 69779)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name		couchdb
-version		0.11.0
+version		1.0.0
 
 categories	databases
 platforms	darwin
@@ -21,9 +21,9 @@
 master_sites.mirror_subdir	${name}/${version}/
 distname	apache-${name}-${version}
 
-checksums           md5     c1784e3850da01dc37dad20c5b1a85f8 \
-                    sha1    b5b84e1d8a082960df09df7e4eda664b5e6c59d7 \
-                    rmd160  cd52e0f41a67b1cba9792e2ac11c74cad5c6a1a9
+checksums           md5     71e89c4b21c62417f2f413d74a38f079 \
+                    sha1    72fd5a4679f73f9e55414caf0fab696b320f0ec3 \
+                    rmd160  d32a5e16f505cb428ac573bad2c842409ea86244
 
 depends_lib	port:automake \
     port:autoconf \
@@ -60,9 +60,6 @@
 
 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 "#"
@@ -72,4 +69,4 @@
 
 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-9.\]+\[0-9\]+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100716/c460fdc0/attachment.html>


More information about the macports-changes mailing list