Revision: 144298 https://trac.macports.org/changeset/144298 Author: jeremyhu@macports.org Date: 2016-01-05 19:12:15 -0800 (Tue, 05 Jan 2016) Log Message: ----------- libressl: Update regex for stable versions of libressl Modified Paths: -------------- trunk/dports/security/libressl/Portfile Modified: trunk/dports/security/libressl/Portfile =================================================================== --- trunk/dports/security/libressl/Portfile 2016-01-06 02:58:33 UTC (rev 144297) +++ trunk/dports/security/libressl/Portfile 2016-01-06 03:12:15 UTC (rev 144298) @@ -45,4 +45,4 @@ livecheck.type regex livecheck.url [lindex ${master_sites} 0] -livecheck.regex ${name}-(\[0-9.\]+\[a-z\]?)\\.tar\\.gz +livecheck.regex ${name}-(\\d+\\.\\d*\[02468\](?:\\.\\d+)*)\\.tar\\.gz
participants (1)
-
jeremyhu@macports.org