diff options
Diffstat (limited to 'net-www/apache/apache-2.2.4-r10.ebuild')
-rw-r--r-- | net-www/apache/apache-2.2.4-r10.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net-www/apache/apache-2.2.4-r10.ebuild b/net-www/apache/apache-2.2.4-r10.ebuild index d35a63a6e3a9..e60299f1eace 100644 --- a/net-www/apache/apache-2.2.4-r10.ebuild +++ b/net-www/apache/apache-2.2.4-r10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.2.4-r10.ebuild,v 1.1 2007/07/12 10:39:07 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.2.4-r10.ebuild,v 1.2 2007/07/29 17:16:12 phreak Exp $ inherit eutils flag-o-matic gnuconfig multilib autotools @@ -31,7 +31,7 @@ DEPEND="dev-lang/perl ldap? ( =net-nds/openldap-2* ) selinux? ( sec-policy/selinux-apache ) ssl? ( dev-libs/openssl ) - !=net-www/apache-1* + !=www-servers/apache-1* !=app-admin/apache-tools-2.2.4-r2" RDEPEND="${DEPEND} @@ -345,7 +345,7 @@ pkg_postinst() { # Previous installations of apache-2.2 installed the upstream configuration # files, which shouldn't even have been installed! - if has_version '>=net-www/apache-2.2.4' ; then + if has_version '>=www-servers/apache-2.2.4' ; then [ -f "${ROOT}"/etc/apache2/apache2.conf ] && \ rm -f "${ROOT}"/etc/apache2/apache2.conf >/dev/null 2>&1 @@ -356,7 +356,7 @@ pkg_postinst() { fi # Note the changes regarding DEFAULT_VHOST and SSL_DEFAULT_VHOST - if has_version '<net-www/apache-2.2.4-r7' ; then + if has_version '<www-servers/apache-2.2.4-r7' ; then elog elog "Listen directives have been moved into the default virtual host" elog "configuation. At least DEFAULT_VHOST has been enabled for you" @@ -368,7 +368,7 @@ pkg_postinst() { fi # Note the user of the config changes - if has_version '<net-www/apache-2.2.4-r5' ; then + if has_version '<www-servers/apache-2.2.4-r5' ; then elog elog "Please make sure that you update your /etc directory." elog "Between the versions, we had to changes some config files" @@ -381,7 +381,7 @@ pkg_postinst() { fi # Check for dual/upgrade install - if has_version '<net-www/apache-2.2.0' ; then + if has_version '<www-servers/apache-2.2.0' ; then elog elog "When upgrading from versions below 2.2.0 to this version, you" elog "need to rebuild all your modules. Please do so for your modules" |