Revision: 74536 http://trac.macports.org/changeset/74536 Author: ryandesign@macports.org Date: 2010-12-20 14:40:50 -0800 (Mon, 20 Dec 2010) Log Message: ----------- apache, apache20: note these ports are obsolete Modified Paths: -------------- trunk/dports/www/apache/Portfile trunk/dports/www/apache20/Portfile Modified: trunk/dports/www/apache/Portfile =================================================================== --- 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 =================================================================== --- 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}