[41970] trunk/dports/www/lynx/Portfile

devans at macports.org devans at macports.org
Wed Nov 12 12:47:38 PST 2008


Revision: 41970
          http://trac.macports.org/changeset/41970
Author:   devans at macports.org
Date:     2008-11-12 12:47:37 -0800 (Wed, 12 Nov 2008)
Log Message:
-----------
lynx: fix livecheck, add mode line.

Modified Paths:
--------------
    trunk/dports/www/lynx/Portfile

Modified: trunk/dports/www/lynx/Portfile
===================================================================
--- trunk/dports/www/lynx/Portfile	2008-11-12 20:33:55 UTC (rev 41969)
+++ trunk/dports/www/lynx/Portfile	2008-11-12 20:47:37 UTC (rev 41970)
@@ -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
@@ -50,3 +51,7 @@
     configure.args-append   --with-gnutls=${prefix}
     depends_lib-append      port:gnutls
 }
+
+livecheck.check regex
+livecheck.url   http://lynx.isc.org/current/
+livecheck.regex "${name}(\\d+(?:\\.\\d+)*rel\\.\[0-9a-z\]*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081112/e39bbd33/attachment.html>


More information about the macports-changes mailing list