[113894] trunk/dports/php
ryandesign at macports.org
ryandesign at macports.org
Sun Nov 24 23:40:59 PST 2013
Revision: 113894
https://trac.macports.org/changeset/113894
Author: ryandesign at macports.org
Date: 2013-11-24 23:40:59 -0800 (Sun, 24 Nov 2013)
Log Message:
-----------
php-http: fix livecheck to only find version 1.x (php-http2 is for version 2.x)
Modified Paths:
--------------
trunk/dports/php/php-http/Portfile
trunk/dports/php/php5-http/Portfile
Modified: trunk/dports/php/php-http/Portfile
===================================================================
--- trunk/dports/php/php-http/Portfile 2013-11-25 07:34:31 UTC (rev 113893)
+++ trunk/dports/php/php-http/Portfile 2013-11-25 07:40:59 UTC (rev 113894)
@@ -46,3 +46,5 @@
use_parallel_build yes
}
+
+livecheck.regex {>(1\.[0-9.]+)</a></th>\s*<[^>]+>stable<}
Modified: trunk/dports/php/php5-http/Portfile
===================================================================
--- trunk/dports/php/php5-http/Portfile 2013-11-25 07:34:31 UTC (rev 113893)
+++ trunk/dports/php/php5-http/Portfile 2013-11-25 07:40:59 UTC (rev 113894)
@@ -40,3 +40,5 @@
--without-http-curl-libevent
use_parallel_build yes
+
+livecheck.regex {>(1\.[0-9.]+)</a></th>\s*<[^>]+>stable<}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131124/83de0ad2/attachment.html>
More information about the macports-changes
mailing list