Index: Portfile
===================================================================
--- Portfile	(revision 36581)
+++ Portfile	(working copy)
@@ -166,3 +166,7 @@
 "\[ -r ${prefix}/apache20/logs/httpd.pid \] && ${prefix}/apache20/bin/apachectl stop > /dev/null"
 startupitem.restart	\
 "\[ -r ${prefix}/apache20/logs/httpd.pid \] && ${prefix}/apache20/bin/apachectl restart > /dev/null"
+
+livecheck.check regex
+livecheck.url   ${homepage}
+livecheck.regex {Apache (2\.0(?:\.\d+)*) Released}

