[52869] trunk/dports/devel/kiwi/Portfile

devans at macports.org devans at macports.org
Wed Jun 24 17:06:35 PDT 2009


Revision: 52869
          http://trac.macports.org/changeset/52869
Author:   devans at macports.org
Date:     2009-06-24 17:06:35 -0700 (Wed, 24 Jun 2009)
Log Message:
-----------
kiwi: fix livecheck.

Modified Paths:
--------------
    trunk/dports/devel/kiwi/Portfile

Modified: trunk/dports/devel/kiwi/Portfile
===================================================================
--- trunk/dports/devel/kiwi/Portfile	2009-06-25 00:01:32 UTC (rev 52868)
+++ trunk/dports/devel/kiwi/Portfile	2009-06-25 00:06:35 UTC (rev 52869)
@@ -5,6 +5,7 @@
 
 name		kiwi
 version		1.9.20
+set branch      [join [lrange [split ${version} .] 0 1] .]
 categories	devel gnome python
 maintainers	nomaintainer
 description	Framework for Python applications with GUIs.
@@ -16,7 +17,7 @@
 homepage	http://www.async.com.br/projects/kiwi
 platforms	darwin
 
-master_sites	gnome:sources/kiwi/[strsed ${version} {/\.[0-9]*$//}]/
+master_sites	gnome:sources/${name}/${branch}/
 checksums	md5 2ed0ea4b7b22466ecf415a37602212d3 \
 	sha1 e150e4d5a43d97b1ff3e732a8fb40dedf5d81867 \
 	rmd160 2fb3cff74a55decfd11fffc0096188ef60806c60
@@ -28,3 +29,7 @@
 	port:py25-numeric
 depends_build-append	\
 	port:pkgconfig
+
+livecheck.check regex
+livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
+livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090624/13d4dffd/attachment.html>


More information about the macports-changes mailing list