[126777] trunk/dports/sysutils/showkey/Portfile

khindenburg at macports.org khindenburg at macports.org
Tue Oct 14 19:48:40 PDT 2014


Revision: 126777
          https://trac.macports.org/changeset/126777
Author:   khindenburg at macports.org
Date:     2014-10-14 19:48:40 -0700 (Tue, 14 Oct 2014)
Log Message:
-----------
showkey: add modeline + fix livecheck

Modified Paths:
--------------
    trunk/dports/sysutils/showkey/Portfile

Modified: trunk/dports/sysutils/showkey/Portfile
===================================================================
--- trunk/dports/sysutils/showkey/Portfile	2014-10-15 02:40:52 UTC (rev 126776)
+++ trunk/dports/sysutils/showkey/Portfile	2014-10-15 02:48:40 UTC (rev 126777)
@@ -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
@@ -40,3 +41,6 @@
 build.args          CC="${configure.cc} ${archflags}"
 
 destroot.args       PREFIX=${prefix}
+
+livecheck.type      regex
+livecheck.regex     "${name}-(\[\\d.\]+)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141014/774dd00c/attachment.html>


More information about the macports-changes mailing list