[121903] trunk/dports/textproc/txt2man/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jul 10 22:44:55 PDT 2014


Revision: 121903
          https://trac.macports.org/changeset/121903
Author:   ryandesign at macports.org
Date:     2014-07-10 22:44:55 -0700 (Thu, 10 Jul 2014)
Log Message:
-----------
txt2man: add modeline; fix livecheck

Modified Paths:
--------------
    trunk/dports/textproc/txt2man/Portfile

Modified: trunk/dports/textproc/txt2man/Portfile
===================================================================
--- trunk/dports/textproc/txt2man/Portfile	2014-07-11 05:43:14 UTC (rev 121902)
+++ trunk/dports/textproc/txt2man/Portfile	2014-07-11 05:44:55 UTC (rev 121903)
@@ -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
@@ -26,3 +27,7 @@
 build           {}
 
 destroot.env    prefix=${destroot}${prefix}
+
+livecheck.type  regex
+livecheck.url   [lindex ${master_sites} 0]
+livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140710/33256b3e/attachment.html>


More information about the macports-changes mailing list