[92108] trunk/dports/www/apache2/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Apr 18 15:54:55 PDT 2012


Revision: 92108
          https://trac.macports.org/changeset/92108
Author:   ryandesign at macports.org
Date:     2012-04-18 15:54:55 -0700 (Wed, 18 Apr 2012)
Log Message:
-----------
apache2: fix livecheck

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

Modified: trunk/dports/www/apache2/Portfile
===================================================================
--- trunk/dports/www/apache2/Portfile	2012-04-18 22:44:07 UTC (rev 92107)
+++ trunk/dports/www/apache2/Portfile	2012-04-18 22:54:55 UTC (rev 92108)
@@ -188,6 +188,5 @@
 "${prefix}/${name}/bin/apachectl restart > /dev/null"
 
 livecheck.type  regex
-livecheck.url   ${homepage}
-livecheck.regex {Apache HTTP Server (\d+(?:\.\d+)*) Released}
-
+livecheck.url   ${homepage}download.cgi
+livecheck.regex httpd-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120418/86f8667f/attachment.html>


More information about the macports-changes mailing list