[41756] trunk/dports/graphics/libcaca/Portfile

devans at macports.org devans at macports.org
Sun Nov 9 21:54:00 PST 2008


Revision: 41756
          http://trac.macports.org/changeset/41756
Author:   devans at macports.org
Date:     2008-11-09 21:53:59 -0800 (Sun, 09 Nov 2008)
Log Message:
-----------
libcaca: lint, add mode line, fix livecheck.

Modified Paths:
--------------
    trunk/dports/graphics/libcaca/Portfile

Modified: trunk/dports/graphics/libcaca/Portfile
===================================================================
--- trunk/dports/graphics/libcaca/Portfile	2008-11-10 05:43:50 UTC (rev 41755)
+++ trunk/dports/graphics/libcaca/Portfile	2008-11-10 05:53:59 UTC (rev 41756)
@@ -1,6 +1,8 @@
+# -*- 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             libcaca
 version          0.9
 categories       graphics
@@ -28,3 +30,7 @@
 	depends_lib-append	lib:libX11.6:XFree86
 	configure.args-append	--enable-x11
 }
+
+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/20081109/6a3ed61f/attachment.html>


More information about the macports-changes mailing list