From 76459d58d5d950cc748ed866363462aacb84cbf1 Mon Sep 17 00:00:00 2001 From: ohauer Date: Sat, 18 Aug 2012 14:29:08 +0000 Subject: - remove www/apache20 and devel/apr0 - s/USE_APACHE= 20+/USE_APACHE= 22+/ - unify s/YES/yes/ - cleanup APACHE_VERSION <= 22 usage - add entry to MOVED with hat apache@ --- net-mgmt/argus-monitor/Makefile | 2 +- net-mgmt/netdisco/Makefile | 2 +- net-mgmt/ocsinventory-ng/Makefile | 2 +- net-mgmt/ourmon/Makefile | 2 +- net-mgmt/pandorafms_console/Makefile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'net-mgmt') diff --git a/net-mgmt/argus-monitor/Makefile b/net-mgmt/argus-monitor/Makefile index f1d9adedbaf1..4fac86915e0f 100644 --- a/net-mgmt/argus-monitor/Makefile +++ b/net-mgmt/argus-monitor/Makefile @@ -27,7 +27,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME} USE_PERL5= yes USE_RC_SUBR= argusd HAS_CONFIGURE= yes -USE_APACHE= 20+ +USE_APACHE= 22+ CONFIGURE_SCRIPT= Configure CONFIGURE_ARGS= --bin_dir=${PREFIX}/bin --sbin_dir=${PREFIX}/sbin \ --lib_dir=${PREFIX}/lib/argus-monitor --data_dir=${PREFIX}/etc/argus-monitor \ diff --git a/net-mgmt/netdisco/Makefile b/net-mgmt/netdisco/Makefile index 081b1bc12485..18e0e260f84a 100644 --- a/net-mgmt/netdisco/Makefile +++ b/net-mgmt/netdisco/Makefile @@ -36,7 +36,7 @@ GROUPS= netdisco USE_PERL5= yes USE_PGSQL= yes -USE_APACHE= 20+ +USE_APACHE= 22+ USE_RC_SUBR= netdisco diff --git a/net-mgmt/ocsinventory-ng/Makefile b/net-mgmt/ocsinventory-ng/Makefile index a2dd48c84df4..a2e49bab4e2a 100644 --- a/net-mgmt/ocsinventory-ng/Makefile +++ b/net-mgmt/ocsinventory-ng/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \ p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite \ p5-XML-Entities>=0:${PORTSDIR}/textproc/p5-XML-Entities -USE_APACHE= 20+ +USE_APACHE= 22+ USE_MYSQL= 41+ USE_PERL5= 5.8.0+ WANT_PHP_WEB= yes diff --git a/net-mgmt/ourmon/Makefile b/net-mgmt/ourmon/Makefile index 3a10dfb7d360..c56f923f3443 100644 --- a/net-mgmt/ourmon/Makefile +++ b/net-mgmt/ourmon/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libpcap.a:${PORTSDIR}/net/libpcap \ RUN_DEPENDS= rrdtool:${PORTSDIR}/databases/rrdtool WRKSRC= ${WRKDIR}/mrourmon -USE_APACHE= 20+ +USE_APACHE_RUN= 22+ USE_PERL5= yes NO_BUILD= yes NO_INSTALL_MANPAGES= yes diff --git a/net-mgmt/pandorafms_console/Makefile b/net-mgmt/pandorafms_console/Makefile index 539acb5fdeec..2992c17ba73d 100644 --- a/net-mgmt/pandorafms_console/Makefile +++ b/net-mgmt/pandorafms_console/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/twopi:${PORTSDIR}/graphics/graphviz OPTIONS= PGSQL "Use PostgreSQL backend (experimental)" off -USE_APACHE= 20+ +USE_APACHE= 22+ USE_PHP= curl gd gettext json ldap mbstring mysql snmp session \ xml zip zlib WANT_PHP_WEB= yes -- cgit