[41969] trunk/dports/audio/a52dec/Portfile

devans at macports.org devans at macports.org
Wed Nov 12 12:33:55 PST 2008


Revision: 41969
          http://trac.macports.org/changeset/41969
Author:   devans at macports.org
Date:     2008-11-12 12:33:55 -0800 (Wed, 12 Nov 2008)
Log Message:
-----------
a52dec: lint, fix livecheck, add mode line.

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

Modified: trunk/dports/audio/a52dec/Portfile
===================================================================
--- trunk/dports/audio/a52dec/Portfile	2008-11-12 20:23:41 UTC (rev 41968)
+++ trunk/dports/audio/a52dec/Portfile	2008-11-12 20:33:55 UTC (rev 41969)
@@ -1,11 +1,13 @@
+# -*- 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
+
 name             a52dec
 version          0.7.4
 categories       audio
 maintainers      nomaintainer
-description      library for decoding ATSC A/52 streams, aka AC-3 
+description      library for decoding ATSC A/52 streams, aka AC-3
 long_description \
 	liba52 is a free library for decoding ATSC A/52 streams. \
 	It is released under the terms of the GPL license. The \
@@ -18,6 +20,5 @@
 
 configure.args   --enable-shared --mandir=${prefix}/share/man
 
-# normal sourceforge livecheck isn't working because the rss feed isn't set:
 livecheck.check  regex
-livecheck.regex  "a52dec-(.+) "
+livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081112/fd321a59/attachment.html>


More information about the macports-changes mailing list