1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

net-mgmt/zabbix64-frontend: Re-add needed PHP extensions

Re-add erroneously removed PHP extensions needed for proper
function.
This commit is contained in:
Juraj Lutter 2023-03-09 21:38:45 +01:00
parent e89577ac13
commit 0f00ef1e8c
2 changed files with 4 additions and 2 deletions

View File

@ -1,10 +1,11 @@
PORTNAME= zabbix64
PORTREVISION= 1
CATEGORIES= net-mgmt
PKGNAMESUFFIX= -frontend${PHP_PKGNAMESUFFIX}
USES+= php:web,flavors
USE_PHP= bcmath ctype gd gettext mbstring session sockets xml \
xmlreader xmlwriter
USE_PHP= bcmath ctype gd gettext ldap mbstring session simplexml \
sockets xml xmlreader xmlwriter
MASTERDIR= ${.CURDIR}/../${PORTNAME}-server
PATCHDIR=

View File

@ -1,5 +1,6 @@
PORTNAME= zabbix64
DISTVERSION= 6.4.0
PORTREVISION?= 0
CATEGORIES= net-mgmt
MASTER_SITES= https://cdn.zabbix.com/zabbix/sources/stable/${DISTVERSION:R}/
PKGNAMESUFFIX?= -server