[73730] trunk/dports/gnome/gnotime/Portfile

devans at macports.org devans at macports.org
Mon Nov 22 16:22:52 PST 2010


Revision: 73730
          http://trac.macports.org/changeset/73730
Author:   devans at macports.org
Date:     2010-11-22 16:22:48 -0800 (Mon, 22 Nov 2010)
Log Message:
-----------
gnotime: fix livecheck, add mode line.

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

Modified: trunk/dports/gnome/gnotime/Portfile
===================================================================
--- trunk/dports/gnome/gnotime/Portfile	2010-11-23 00:22:09 UTC (rev 73729)
+++ trunk/dports/gnome/gnotime/Portfile	2010-11-23 00:22:48 UTC (rev 73730)
@@ -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
@@ -21,4 +22,5 @@
 configure.cppflags-append "-L${prefix}/lib"
 configure.cflags-append -flat_namespace -undefined suppress
 
-livecheck.regex "<title>${name} ${name}-(\\d+(?:\\.\\d+)*) released.*</title>"
+livecheck.url   http://sourceforge.net/projects/gttr/files/
+livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101122/b6b763b9/attachment.html>


More information about the macports-changes mailing list