[33527] trunk/dports/databases/couchdb-devel/Portfile
jwa at macports.org
jwa at macports.org
Tue Jan 29 01:10:55 PST 2008
Revision: 33527
http://trac.macosforge.org/projects/macports/changeset/33527
Author: jwa at macports.org
Date: 2008-01-29 01:10:53 -0800 (Tue, 29 Jan 2008)
Log Message:
-----------
new revision, smarter livecheck
Modified Paths:
--------------
trunk/dports/databases/couchdb-devel/Portfile
Modified: trunk/dports/databases/couchdb-devel/Portfile
===================================================================
--- trunk/dports/databases/couchdb-devel/Portfile 2008-01-29 08:45:34 UTC (rev 33526)
+++ trunk/dports/databases/couchdb-devel/Portfile 2008-01-29 09:10:53 UTC (rev 33527)
@@ -16,7 +16,7 @@
distname couchdb-${version}
fetch.type svn
svn.url http://couchdb.googlecode.com/svn/trunk/
-svn.tag 640
+svn.tag 642
worksrcdir trunk
depends_lib port:automake \
@@ -69,6 +69,7 @@
}
}
-livecheck.check moddate
-livecheck.url http://couchdb.googlecode.com/svn/trunk
-#livecheck.regex files/couchdb
+livecheck.check regex
+livecheck.url http://couchdb.googlecode.com/svn/
+livecheck.version ${svn.tag}
+livecheck.regex Revision (\[0-9\]+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080129/29ac8d39/attachment.html
More information about the macports-changes
mailing list