[41697] trunk/dports/gnome/libgail-gnome/Portfile

devans at macports.org devans at macports.org
Sun Nov 9 00:11:48 PST 2008


Revision: 41697
          http://trac.macports.org/changeset/41697
Author:   devans at macports.org
Date:     2008-11-09 00:11:46 -0800 (Sun, 09 Nov 2008)
Log Message:
-----------
lint, add mode line, fix livecheck.

Modified Paths:
--------------
    trunk/dports/gnome/libgail-gnome/Portfile

Modified: trunk/dports/gnome/libgail-gnome/Portfile
===================================================================
--- trunk/dports/gnome/libgail-gnome/Portfile	2008-11-09 07:11:21 UTC (rev 41696)
+++ trunk/dports/gnome/libgail-gnome/Portfile	2008-11-09 08:11:46 UTC (rev 41697)
@@ -1,16 +1,20 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 # $Id$
+
 PortSystem 1.0
+
 name		libgail-gnome
 version		1.1.3
+set branch      [join [lrange [split ${version} .] 0 1] .]
 revision	1
 description	An implementation of the ATK interfaces for GNOME widgets.
 long_description       	Gail, the Gnome Accessibility Implementation library, \
 			is implementation of the ATK interfaces for GNOME widgets.
 maintainers	nomaintainer
 categories	gnome
-platforms	darwin 
+platforms	darwin
 homepage	http://www.gnome.org/
-master_sites    gnome:sources/libgail-gnome/1.1/
+master_sites    gnome:sources/${name}/${branch}/
 checksums	sha1 323b8218fd7124f75200f289781ac8ff2c26009b
 patchfiles	patch_Makefile.in
 depends_lib	lib:libspi:at-spi lib:libpanelapplet-2:gnome-panel \
@@ -19,3 +23,7 @@
 use_bzip2 	yes
 configure.cppflags-append "-L${prefix}/lib"
 configure.ldflags-append "-lfontconfig -lXft -lXrender -L/usr/X11R6/lib -lX11 -lXinerama -lXrandr -lXext"
+
+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/20081109/8c76e408/attachment.html>


More information about the macports-changes mailing list