[41964] trunk/dports/audio/soundtouch/Portfile

devans at macports.org devans at macports.org
Wed Nov 12 10:43:32 PST 2008


Revision: 41964
          http://trac.macports.org/changeset/41964
Author:   devans at macports.org
Date:     2008-11-12 10:43:32 -0800 (Wed, 12 Nov 2008)
Log Message:
-----------
soundtouch: fix livecheck, add mode line.

Modified Paths:
--------------
    trunk/dports/audio/soundtouch/Portfile

Modified: trunk/dports/audio/soundtouch/Portfile
===================================================================
--- trunk/dports/audio/soundtouch/Portfile	2008-11-12 16:51:27 UTC (rev 41963)
+++ trunk/dports/audio/soundtouch/Portfile	2008-11-12 18:43:32 UTC (rev 41964)
@@ -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
@@ -29,3 +30,8 @@
     reinplace {s|$(prefix)/doc/@PACKAGE@|$(prefix)/share/doc/@PACKAGE@|g} \
         ${worksrcpath}/Makefile.in
 }
+
+livecheck.check regex
+livecheck.url   ${master_sites}
+livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081112/d3649c9f/attachment.html>


More information about the macports-changes mailing list