[41736] trunk/dports/gnome/gst-plugins-good/Portfile

devans at macports.org devans at macports.org
Sun Nov 9 18:19:35 PST 2008


Revision: 41736
          http://trac.macports.org/changeset/41736
Author:   devans at macports.org
Date:     2008-11-09 18:19:35 -0800 (Sun, 09 Nov 2008)
Log Message:
-----------
gst-plugsins-good: fix livecheck, add mode line.

Modified Paths:
--------------
    trunk/dports/gnome/gst-plugins-good/Portfile

Modified: trunk/dports/gnome/gst-plugins-good/Portfile
===================================================================
--- trunk/dports/gnome/gst-plugins-good/Portfile	2008-11-10 02:15:59 UTC (rev 41735)
+++ trunk/dports/gnome/gst-plugins-good/Portfile	2008-11-10 02:19:35 UTC (rev 41736)
@@ -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
@@ -37,3 +38,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/20081109/7d8aa650/attachment.html>


More information about the macports-changes mailing list