[51226] trunk/dports/gnome/gconfmm/Portfile

devans at macports.org devans at macports.org
Thu May 21 01:59:08 PDT 2009


Revision: 51226
          http://trac.macports.org/changeset/51226
Author:   devans at macports.org
Date:     2009-05-21 01:59:07 -0700 (Thu, 21 May 2009)
Log Message:
-----------
gconfmm: fix livecheck, add mode line.

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

Modified: trunk/dports/gnome/gconfmm/Portfile
===================================================================
--- trunk/dports/gnome/gconfmm/Portfile	2009-05-21 07:53:42 UTC (rev 51225)
+++ trunk/dports/gnome/gconfmm/Portfile	2009-05-21 08:59:07 UTC (rev 51226)
@@ -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
@@ -13,8 +14,17 @@
 homepage	http://www.gtkmm.org/
 master_sites	gnome:sources/${name}/${branch}/
 use_bzip2	yes
+
 checksums 	md5     cd2c3c919dbf8f90f703680d2fa088b2 \
-		sha1    1c130b3311c8307037126050bbfb4f8faa28819a \
-		rmd160  933c045f1b6f71f5b6ecc9e73ac29d2f787f56d0
-depends_lib	port:gtkmm port:gconf port:libiconv
+		    sha1    1c130b3311c8307037126050bbfb4f8faa28819a \
+		    rmd160  933c045f1b6f71f5b6ecc9e73ac29d2f787f56d0
+
+depends_lib	port:gtkmm \
+            port:gconf \
+            port:libiconv
+
 configure.cflags-append	-no-cpp-precomp
+
+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/20090521/db62bfcf/attachment.html>


More information about the macports-changes mailing list