[145682] trunk/dports/net/prosody/Portfile

cal at macports.org cal at macports.org
Fri Feb 12 14:56:15 PST 2016


Revision: 145682
          https://trac.macports.org/changeset/145682
Author:   cal at macports.org
Date:     2016-02-12 14:56:15 -0800 (Fri, 12 Feb 2016)
Log Message:
-----------
prosody: Fix livecheck, openmaintainer

The prosody livecheck did not accept multi-digit components in version numbers.

Modified Paths:
--------------
    trunk/dports/net/prosody/Portfile

Modified: trunk/dports/net/prosody/Portfile
===================================================================
--- trunk/dports/net/prosody/Portfile	2016-02-12 21:50:17 UTC (rev 145681)
+++ trunk/dports/net/prosody/Portfile	2016-02-12 22:56:15 UTC (rev 145682)
@@ -45,4 +45,4 @@
 
 livecheck.type      regex
 livecheck.url       ${master_sites}
-livecheck.regex     "${name}-(\\d\\.\\d\\.\\d)"
+livecheck.regex     "${name}-(\\d+\\.\\d+\\.\\d+)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160212/2ee0a89f/attachment.html>


More information about the macports-changes mailing list