[41870] trunk/dports/gnome/gst-ffmpeg/Portfile

devans at macports.org devans at macports.org
Tue Nov 11 11:29:09 PST 2008


Revision: 41870
          http://trac.macports.org/changeset/41870
Author:   devans at macports.org
Date:     2008-11-11 11:29:09 -0800 (Tue, 11 Nov 2008)
Log Message:
-----------
gst-ffmpeg: fix livecheck, add mode line.

Modified Paths:
--------------
    trunk/dports/gnome/gst-ffmpeg/Portfile

Modified: trunk/dports/gnome/gst-ffmpeg/Portfile
===================================================================
--- trunk/dports/gnome/gst-ffmpeg/Portfile	2008-11-11 19:12:13 UTC (rev 41869)
+++ trunk/dports/gnome/gst-ffmpeg/Portfile	2008-11-11 19:29:09 UTC (rev 41870)
@@ -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
@@ -23,3 +24,7 @@
         # configure.env PYTHON=${prefix}/bin/python2.5 doesn't work
         reinplace "s|python python2.2|python2.5 python2.2|" ${worksrcpath}/configure
 }
+
+livecheck.check regex
+livecheck.url   http://gstreamer.freedesktop.org/src/${name}/
+livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081111/f7973176/attachment.html>


More information about the macports-changes mailing list