[41911] trunk/dports/devel/libedit/Portfile

devans at macports.org devans at macports.org
Tue Nov 11 21:26:26 PST 2008


Revision: 41911
          http://trac.macports.org/changeset/41911
Author:   devans at macports.org
Date:     2008-11-11 21:26:25 -0800 (Tue, 11 Nov 2008)
Log Message:
-----------
libedit: fix livecheck, add mode line.

Modified Paths:
--------------
    trunk/dports/devel/libedit/Portfile

Modified: trunk/dports/devel/libedit/Portfile
===================================================================
--- trunk/dports/devel/libedit/Portfile	2008-11-12 05:15:18 UTC (rev 41910)
+++ trunk/dports/devel/libedit/Portfile	2008-11-12 05:26:25 UTC (rev 41911)
@@ -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
@@ -22,3 +23,6 @@
 
 depends_lib      port:ncurses
 
+livecheck.check regex
+livecheck.url   ${master_sites}
+livecheck.regex "${name}-(\\d+-\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081111/8c43c5d5/attachment.html>


More information about the macports-changes mailing list