[52929] trunk/dports/x11/gtk-thinice-engine/Portfile

devans at macports.org devans at macports.org
Thu Jun 25 15:45:49 PDT 2009


Revision: 52929
          http://trac.macports.org/changeset/52929
Author:   devans at macports.org
Date:     2009-06-25 15:45:49 -0700 (Thu, 25 Jun 2009)
Log Message:
-----------
gtk-thinice-engine: fix livecheck, lint.

Modified Paths:
--------------
    trunk/dports/x11/gtk-thinice-engine/Portfile

Modified: trunk/dports/x11/gtk-thinice-engine/Portfile
===================================================================
--- trunk/dports/x11/gtk-thinice-engine/Portfile	2009-06-25 22:34:25 UTC (rev 52928)
+++ trunk/dports/x11/gtk-thinice-engine/Portfile	2009-06-25 22:45:49 UTC (rev 52929)
@@ -1,15 +1,18 @@
 # $Id$
+
 PortSystem 1.0
+
 name		gtk-thinice-engine
 version		2.0.2
+set branch      [join [lrange [split ${version} .] 0 1] .]
 revision	1
 description	A simple, clean theme engine
 long_description       	gtk-thinice-engine is a simple, clean engine for GTK+-2.
 maintainers	nomaintainer
 categories	x11 gnome
-platforms	darwin 
+platforms	darwin
 homepage	http://www.gnome.org/
-master_sites    gnome:sources/gtk-thinice-engine/2.0/
+master_sites    gnome:sources/${name}/${branch}/
 checksums	md5 fc86f8b9035c2b226aa057d53181f6ca
 
 depends_build \
@@ -27,3 +30,7 @@
 autoreconf.args -fvi
 
 configure.cflags	"-no-cpp-precomp -flat_namespace -undefined suppress"
+
+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/20090625/979dc5d8/attachment.html>


More information about the macports-changes mailing list