[119445] trunk/dports/www/nginx/Portfile

cal at macports.org cal at macports.org
Fri Apr 25 13:17:13 PDT 2014


Revision: 119445
          https://trac.macports.org/changeset/119445
Author:   cal at macports.org
Date:     2014-04-25 13:17:13 -0700 (Fri, 25 Apr 2014)
Log Message:
-----------
nginx: fix livecheck to use multiline regex

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

Modified: trunk/dports/www/nginx/Portfile
===================================================================
--- trunk/dports/www/nginx/Portfile	2014-04-25 18:50:18 UTC (rev 119444)
+++ trunk/dports/www/nginx/Portfile	2014-04-25 20:17:13 UTC (rev 119445)
@@ -261,6 +261,6 @@
     configure.args-append   --add-module=${workpath}/${redis_distname}
 }
 
-livecheck.type      regex
+livecheck.type      regexm
 livecheck.url       ${homepage}
-livecheck.regex     {nginx-(1\.4\.\d+)}
+livecheck.regex     {nginx-(\d+\.\d+\.\d+)</a>\s+stable}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140425/6d9d4ac6/attachment.html>


More information about the macports-changes mailing list