aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/zabbix5-frontend
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2020-06-06 01:34:26 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2020-06-06 01:34:26 +0000
commit2961ff86e76fc2040a2847e50427b76d5a0d7f2c (patch)
treeedf3ccea087f2253d094b7fbcfd1a01448d8433c /net-mgmt/zabbix5-frontend
parentbf9b4027ae569a02bd5179a807c2285ec68b80d2 (diff)
downloadports-2961ff86e76fc2040a2847e50427b76d5a0d7f2c.tar.gz
ports-2961ff86e76fc2040a2847e50427b76d5a0d7f2c.zip
net-mgmt/zabbix5-frontend: Add missing PHP hash extension
This requirement was introduced on Zabbix 5 and it's still not documented upstream. Approved by: portmgr blanket (runtime fix)
Notes
Notes: svn path=/head/; revision=538070
Diffstat (limited to 'net-mgmt/zabbix5-frontend')
-rw-r--r--net-mgmt/zabbix5-frontend/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-mgmt/zabbix5-frontend/Makefile b/net-mgmt/zabbix5-frontend/Makefile
index d7d9a2270fad..9db91bbebdc5 100644
--- a/net-mgmt/zabbix5-frontend/Makefile
+++ b/net-mgmt/zabbix5-frontend/Makefile
@@ -2,6 +2,7 @@
# $FreeBSD$
PORTNAME= zabbix5
+PORTREVISION= 1
CATEGORIES= net-mgmt
PKGNAMESUFFIX= -frontend
@@ -12,8 +13,8 @@ NO_ARCH= yes
PATCHDIR=
PLIST= ${PKGDIR}/pkg-plist.frontend
-USE_PHP= bcmath ctype dom fileinfo filter gd gettext json ldap mbstring pcre \
- session simplexml snmp sockets xml xmlreader xmlwriter
+USE_PHP= bcmath ctype dom fileinfo filter gd gettext hash json ldap mbstring \
+ pcre session simplexml snmp sockets xml xmlreader xmlwriter
USES+= php:web
OPTIONS_DEFINE= MYSQLI PGSQL ORACLE