git: eb66efe476bd - main - sysutils/zabbix6-frontend: Fix plist and add PHP 8.2 support
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Mar 2023 11:12:42 UTC
The branch main has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=eb66efe476bd0134368870e1b4d89c518a4ea48d commit eb66efe476bd0134368870e1b4d89c518a4ea48d Author: Juraj Lutter <otis@FreeBSD.org> AuthorDate: 2023-03-10 11:11:16 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2023-03-10 11:12:22 +0000 sysutils/zabbix6-frontend: Fix plist and add PHP 8.2 support - Add locale HR (Croatia) - Allow for building with PHP 8.2 as per release notes --- net-mgmt/zabbix6-frontend/Makefile | 3 +-- net-mgmt/zabbix6-server/pkg-plist.frontend | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/net-mgmt/zabbix6-frontend/Makefile b/net-mgmt/zabbix6-frontend/Makefile index 6a01f7f61fa3..cc142b88eebc 100644 --- a/net-mgmt/zabbix6-frontend/Makefile +++ b/net-mgmt/zabbix6-frontend/Makefile @@ -1,12 +1,11 @@ PORTNAME= zabbix6 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= net-mgmt PKGNAMESUFFIX= -frontend${PHP_PKGNAMESUFFIX} USES+= php:web,flavors USE_PHP= bcmath ctype gd gettext ldap mbstring session simplexml \ sockets xml xmlreader xmlwriter -IGNORE_WITH_PHP= 82 MASTERDIR= ${.CURDIR}/../${PORTNAME}-server PATCHDIR= diff --git a/net-mgmt/zabbix6-server/pkg-plist.frontend b/net-mgmt/zabbix6-server/pkg-plist.frontend index 829e28568125..68aa3cc65b40 100644 --- a/net-mgmt/zabbix6-server/pkg-plist.frontend +++ b/net-mgmt/zabbix6-server/pkg-plist.frontend @@ -1327,6 +1327,8 @@ %%WWWDIR%%/locale/fr/LC_MESSAGES/frontend.po %%WWWDIR%%/locale/he/LC_MESSAGES/frontend.mo %%WWWDIR%%/locale/he/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/hr/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/hr/LC_MESSAGES/frontend.po %%WWWDIR%%/locale/hu/LC_MESSAGES/frontend.mo %%WWWDIR%%/locale/hu/LC_MESSAGES/frontend.po %%WWWDIR%%/locale/id/LC_MESSAGES/frontend.mo