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

febeling at macports.org febeling at macports.org
Tue Mar 31 12:11:38 PDT 2009


Revision: 48948
          http://trac.macports.org/changeset/48948
Author:   febeling at macports.org
Date:     2009-03-31 12:11:38 -0700 (Tue, 31 Mar 2009)
Log Message:
-----------
databases/couchdb: upgrade version 0.9

* incompatible change of database file format; see http://wiki.apache.org/couchdb/BreakingChanges for details

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

Modified: trunk/dports/databases/couchdb/Portfile
===================================================================
--- trunk/dports/databases/couchdb/Portfile	2009-03-31 17:55:11 UTC (rev 48947)
+++ trunk/dports/databases/couchdb/Portfile	2009-03-31 19:11:38 UTC (rev 48948)
@@ -3,23 +3,24 @@
 PortSystem 1.0
 
 name		couchdb
-version		0.8.1
-revision        3
+version		0.9.0
 
 categories	databases
 platforms	darwin
 
-description	couchdb is a document database server
+description	CouchDB is a document database server
 maintainers	jwa febeling
-long_description	${description}
+long_description  ${description} with a restful HTTP API, capable of \
+	storing arbitrary JSON documents, building powerful data views, \
+	defined in JavaScript, and processed in parallel using Map/Reduce. \
+	It leaves out SQL and transactions for simplicity's sake, to \
+	improve scalability and to relax users' lives.
 
 homepage	http://couchdb.apache.org/
 master_sites	apache
-master_sites.mirror_subdir	incubator/${name}/${version}-incubating/
-distname	apache-${name}-${version}-incubating
-checksums	md5 89e037b370bef33be93f0f317e07615f \
-    sha1 1bbe4776a125577d89ae7b2622f406e59be9d119 \
-    rmd160 2928eeb3e3816d5a3ae43b548cde96de289dddd5
+master_sites.mirror_subdir	${name}/${version}/
+distname	apache-${name}-${version}
+checksums   sha1 d8202b387e8b976dc882df8b5b5243ee9cb89e69
 
 depends_lib	port:automake \
     port:autoconf \
@@ -29,8 +30,6 @@
     port:spidermonkey \
     port:erlang
 
-patchfiles      patch-plist_redirects_to_devnull.diff
-
 set dbgroup couchdb
 set dbuser couchdb
 set logdir ${prefix}/var/log/couchdb
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090331/8dbd4fa8/attachment-0001.html>


More information about the macports-changes mailing list