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

jwa at macports.org jwa at macports.org
Wed Jul 2 10:08:13 PDT 2008


Revision: 37999
          http://trac.macosforge.org/projects/macports/changeset/37999
Author:   jwa at macports.org
Date:     2008-07-02 10:08:12 -0700 (Wed, 02 Jul 2008)
Log Message:
-----------
project has moved to Apache incubating, hence the address has changed, this is the first release from the new site, version is bumped to 0.8.0. Due to address change this port now uses Apache mirrors, livecheck is changed, the distname also

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

Modified: trunk/dports/databases/couchdb/Portfile
===================================================================
--- trunk/dports/databases/couchdb/Portfile	2008-07-02 16:42:19 UTC (rev 37998)
+++ trunk/dports/databases/couchdb/Portfile	2008-07-02 17:08:12 UTC (rev 37999)
@@ -3,8 +3,7 @@
 PortSystem 1.0
 
 name		couchdb
-version		0.7.2
-revision	1
+version		0.8.0
 
 categories	databases
 platforms	darwin
@@ -13,17 +12,20 @@
 maintainers	jwa
 long_description	${description}
 
-homepage	http://couchdb.org/
-master_sites	http://couchdb.googlecode.com/files/
-checksums	md5 0366a6566d934790ed0e5bf5a834ebe5 \
-    sha1 9ddd69fbebe45260600c0ef224d83e928e58b80b \
-    rmd160 e3e1f46788816583675745efb2a3d513fa970e2c
+homepage	http://incubator.apache.org/couchdb/
+master_sites	apache
+master_sites.mirror_subdir	incubator/${name}/${version}-incubating/
+distname	apache-${name}-${version}-incubating
+checksums	md5 0837bce26ed2ab2ce2efd65e86c85bfc \
+    sha1 e70e1f19f0227768a6b935ff25b98ee62063b651 \
+    rmd160 a821d38400aff2f9773c0ca036a9d1bd00b9d96a
 
 depends_lib	port:automake \
     port:autoconf \
     port:libtool \
     port:help2man \
     port:icu \
+    port:spidermonkey \
     port:erlang
 
 set dbgroup couchdb
@@ -67,5 +69,5 @@
 }
 
 livecheck.check	regex
-livecheck.url	http://code.google.com/p/couchdb/downloads/list
-livecheck.regex	CouchDB (0.\[0-9\].\[0-9\])
+livecheck.url	http://incubator.apache.org/couchdb/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/20080702/18185882/attachment.html 


More information about the macports-changes mailing list