aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/ocsinventory-ng
diff options
context:
space:
mode:
authoraraujo <araujo@FreeBSD.org>2008-11-06 19:30:14 +0800
committeraraujo <araujo@FreeBSD.org>2008-11-06 19:30:14 +0800
commitb7c82449995ffb193160a59d62671e6e49b2aaaf (patch)
tree90581086ee9f4ac8dde442ba9b9c9cad02f87db1 /net-mgmt/ocsinventory-ng
parentdd38ae24baced017c3b07fffce6446c0fff76b99 (diff)
downloadfreebsd-ports-gnome-b7c82449995ffb193160a59d62671e6e49b2aaaf.tar.gz
freebsd-ports-gnome-b7c82449995ffb193160a59d62671e6e49b2aaaf.tar.zst
freebsd-ports-gnome-b7c82449995ffb193160a59d62671e6e49b2aaaf.zip
- We can use Apache 2.0 and mod_perl2 without problems.
- Bump PORTREVISION. Submitted by: garga
Diffstat (limited to 'net-mgmt/ocsinventory-ng')
-rw-r--r--net-mgmt/ocsinventory-ng/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/ocsinventory-ng/Makefile b/net-mgmt/ocsinventory-ng/Makefile
index 46500caef61d..95372f6ead18 100644
--- a/net-mgmt/ocsinventory-ng/Makefile
+++ b/net-mgmt/ocsinventory-ng/Makefile
@@ -6,7 +6,7 @@
PORTNAME= ocsinventory-ng
PORTVERSION= 1.01
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net-mgmt
MASTER_SITES= SF
MASTER_SITE_SUBDIR= ocsinventory
@@ -15,7 +15,7 @@ DISTNAME= OCSNG_LINUX_SERVER_${PORTVERSION}
MAINTAINER= araujo@FreeBSD.org
COMMENT= Open Computer and Software Inventory Next Generation
-RUN_DEPENDS= ${PORTSDIR}/www/mod_perl \
+RUN_DEPENDS= ${PORTSDIR}/www/mod_perl2 \
${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \
${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
@@ -24,7 +24,7 @@ RUN_DEPENDS= ${PORTSDIR}/www/mod_perl \
${SITE_PERL}/Net/IP.pm:${PORTSDIR}/net-mgmt/p5-Net-IP \
${SITE_PERL}/SOAP/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite
-USE_APACHE= 1.3+
+USE_APACHE= 2.0+
USE_MYSQL= yes
WANT_PHP_WEB= yes
DEFAULT_PHP_VER= 5