[41363] trunk/dports/x11/gtkmm/Portfile

devans at macports.org devans at macports.org
Fri Oct 31 09:30:00 PDT 2008


Revision: 41363
          http://trac.macports.org/changeset/41363
Author:   devans at macports.org
Date:     2008-10-31 09:30:00 -0700 (Fri, 31 Oct 2008)
Log Message:
-----------
Take maintainership with openmaintainer.  Add mode line and fix livecheck.

Modified Paths:
--------------
    trunk/dports/x11/gtkmm/Portfile

Modified: trunk/dports/x11/gtkmm/Portfile
===================================================================
--- trunk/dports/x11/gtkmm/Portfile	2008-10-31 16:28:16 UTC (rev 41362)
+++ trunk/dports/x11/gtkmm/Portfile	2008-10-31 16:30:00 UTC (rev 41363)
@@ -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,10 +5,11 @@
 
 name		gtkmm
 version		2.14.1
+set branch      [join [lrange [split ${version} .] 0 1] .]
 description	C++ interface to GTK+.
 long_description        gtkmm (previously known as Gtk--) is the official \
 			C++ interface for the popular GUI library GTK+.
-maintainers	nomaintainer
+maintainers	devans openmaintainer
 categories	x11 devel
 platforms	darwin
 homepage	http://www.gtkmm.org/
@@ -20,3 +22,7 @@
                 port:glibmm \
                 path:${prefix}/lib/pkgconfig/cairomm-1.0.pc:cairomm \
                 port:pangomm
+
+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/20081031/bab731d4/attachment.html>


More information about the macports-changes mailing list