Modified: trunk/dports/www/apache/Portfile (74535 => 74536)
--- trunk/dports/www/apache/Portfile 2010-12-20 22:34:03 UTC (rev 74535)
+++ trunk/dports/www/apache/Portfile 2010-12-20 22:40:50 UTC (rev 74536)
@@ -82,6 +82,12 @@
}
}
+notes "
+Apache 1 is obsolete. Please update to Apache 2 (the apache2 port).\
+For information on how to update your web server configuration, please see\
+http://httpd.apache.org/docs/2.0/upgrading.html
+"
+
livecheck.type regex
livecheck.url ${homepage}
livecheck.regex {Apache (1\.\d+(?:\.\d+)*) Released}
Modified: trunk/dports/www/apache20/Portfile (74535 => 74536)
--- trunk/dports/www/apache20/Portfile 2010-12-20 22:34:03 UTC (rev 74535)
+++ trunk/dports/www/apache20/Portfile 2010-12-20 22:40:50 UTC (rev 74536)
@@ -175,6 +175,12 @@
startupitem.restart \
"\[ -r ${prefix}/apache20/logs/httpd.pid \] && ${prefix}/apache20/bin/apachectl restart > /dev/null"
+notes "
+Apache 2.0 is obsolete. Please update to Apache 2.2 (the apache2 port).\
+For information on how to update your web server configuration, please see\
+http://httpd.apache.org/docs/2.2/upgrading.html
+"
+
livecheck.type regex
livecheck.url ${homepage}
livecheck.regex {Apache (2\.0(?:\.\d+)*) Released}