aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/icingaweb2-module-map
diff options
context:
space:
mode:
authorLars Engels <lme@FreeBSD.org>2019-12-17 13:43:14 +0000
committerLars Engels <lme@FreeBSD.org>2019-12-17 13:43:14 +0000
commit7fee23336210ffecf432776972fa264636b0243d (patch)
tree6833d4dc2dfac86479479e25d6d6c99ce74ad483 /net-mgmt/icingaweb2-module-map
parentcb1bf26737603c2011565c6f6d42cb0c8e4e95b5 (diff)
downloadports-7fee23336210ffecf432776972fa264636b0243d.tar.gz
ports-7fee23336210ffecf432776972fa264636b0243d.zip
net-mgmt/icingaweb2 and modules:
- Drop stale dependency on www/zendframework1 - FLAVORize for all php releases - Improve OPTIONS for supported databases PR: 242664 Submitted by: fluffy@
Notes
Notes: svn path=/head/; revision=520331
Diffstat (limited to 'net-mgmt/icingaweb2-module-map')
-rw-r--r--net-mgmt/icingaweb2-module-map/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/net-mgmt/icingaweb2-module-map/Makefile b/net-mgmt/icingaweb2-module-map/Makefile
index d8ec5deef7a7..2d6daebec93d 100644
--- a/net-mgmt/icingaweb2-module-map/Makefile
+++ b/net-mgmt/icingaweb2-module-map/Makefile
@@ -3,8 +3,9 @@
PORTNAME= icingaweb2-module-map
DISTVERSIONPREFIX= v
DISTVERSION= 1.1.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net-mgmt www
+PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
MAINTAINER= lme@FreeBSD.org
COMMENT= Display hosts on OpenStreetMap
@@ -12,7 +13,9 @@ COMMENT= Display hosts on OpenStreetMap
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= icingaweb2>=2.4.1:net-mgmt/icingaweb2
+RUN_DEPENDS= icingaweb2-${PHP_FLAVOR}>=2.4.1:net-mgmt/icingaweb2@${PHP_FLAVOR}
+
+USES= php:web,flavors
USE_GITHUB= yes
GH_ACCOUNT= nbuchwitz