[41904] trunk/dports/graphics/gdk-pixbuf/Portfile

devans at macports.org devans at macports.org
Tue Nov 11 20:09:21 PST 2008


Revision: 41904
          http://trac.macports.org/changeset/41904
Author:   devans at macports.org
Date:     2008-11-11 20:09:21 -0800 (Tue, 11 Nov 2008)
Log Message:
-----------
gdk-pixbuf: fix livecheck, add modeline.

Modified Paths:
--------------
    trunk/dports/graphics/gdk-pixbuf/Portfile

Modified: trunk/dports/graphics/gdk-pixbuf/Portfile
===================================================================
--- trunk/dports/graphics/gdk-pixbuf/Portfile	2008-11-12 04:01:08 UTC (rev 41903)
+++ trunk/dports/graphics/gdk-pixbuf/Portfile	2008-11-12 04:09:21 UTC (rev 41904)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem 1.0
@@ -4,6 +5,7 @@
 
 name		gdk-pixbuf
 version		0.22.0
+set branch      [join [lrange [split ${version} .] 0 1] .]
 revision	1
 categories	graphics
 maintainers	nomaintainer
@@ -15,7 +17,7 @@
 		 such as image loading facilities, a cache interface, \
 		 and rendering of a GdkPixBuf into various formats.
 
-master_sites	gnome:sources/gdk-pixbuf/0.22
+master_sites	gnome:sources/${name}/${branch}
 
 use_bzip2	yes
 checksums	md5 05fcb68ceaa338614ab650c775efc2f2
@@ -32,3 +34,7 @@
 configure.args	--with-html-dir=${prefix}/share/doc/$name --disable-gtk-doc
 
 platform darwin 6 { depends_lib-append lib:libdl:dlcompat }
+
+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/20081111/b67fe785/attachment.html>


More information about the macports-changes mailing list