pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
zabbix64-frontend: Update to 6.4.6
Module Name: pkgsrc-wip
Committed By: Juraj Lutter <otis%NetBSD.org@localhost>
Pushed By: otis
Date: Mon Sep 4 19:17:31 2023 +0000
Changeset: c403acb472440ecc66734934a8a4f8e560499612
Modified Files:
zabbix64-frontend/Makefile
zabbix64-frontend/PLIST
Log Message:
zabbix64-frontend: Update to 6.4.6
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c403acb472440ecc66734934a8a4f8e560499612
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
zabbix64-frontend/Makefile | 21 +++++++++++----------
zabbix64-frontend/PLIST | 1 +
2 files changed, 12 insertions(+), 10 deletions(-)
diffs:
diff --git a/zabbix64-frontend/Makefile b/zabbix64-frontend/Makefile
index de5de4a7e5..b297497544 100644
--- a/zabbix64-frontend/Makefile
+++ b/zabbix64-frontend/Makefile
@@ -22,20 +22,21 @@ BUILD_DEFS+= APACHE_GROUP APACHE_USER
PKG_GROUPS_VARS+= ${APACHE_GROUP}
PKG_USERS_VARS= ${APACHE_USER}
-DEPENDS+= ${PHP_PKG_PREFIX}-bcmath>=7.4.0:../../math/php-bcmath
-DEPENDS+= ${PHP_PKG_PREFIX}-gd>=7.4.0:../../graphics/php-gd
-DEPENDS+= ${PHP_PKG_PREFIX}-gettext>=7.4.0:../../devel/php-gettext
-DEPENDS+= ${PHP_PKG_PREFIX}-json>=7.4.0:../../textproc/php-json
-DEPENDS+= ${PHP_PKG_PREFIX}-ldap>=7.4.0:../../databases/php-ldap
-DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=7.4.0:../../converters/php-mbstring
+PHP_VERSIONS_ACCEPTED= 80 81 82
+
+DEPENDS+= ${PHP_PKG_PREFIX}-bcmath>=8.0.0:../../math/php-bcmath
+DEPENDS+= ${PHP_PKG_PREFIX}-gd>=8.0.0:../../graphics/php-gd
+DEPENDS+= ${PHP_PKG_PREFIX}-gettext>=8.0.0:../../devel/php-gettext
+DEPENDS+= ${PHP_PKG_PREFIX}-ldap>=8.0.0:../../databases/php-ldap
+DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=8.0.0:../../converters/php-mbstring
.if ${ZABBIX_DB_TYPE} == "mysql"
-DEPENDS+= ${PHP_PKG_PREFIX}-mysqli>=7.4.0:../../databases/php-mysqli
+DEPENDS+= ${PHP_PKG_PREFIX}-mysqli>=8.0.0:../../databases/php-mysqli
.endif
.if ${ZABBIX_DB_TYPE} == "pgsql"
-DEPENDS+= ${PHP_PKG_PREFIX}-pgsql>=7.4.0:../../databases/php-pgsql
+DEPENDS+= ${PHP_PKG_PREFIX}-pgsql>=8.0.0:../../databases/php-pgsql
.endif
-DEPENDS+= ${PHP_PKG_PREFIX}-sockets>=7.4.0:../../net/php-sockets
-DEPENDS+= ${PHP_PKG_PREFIX}-sysvsem>=7.4.0:../../devel/php-sysvsem
+DEPENDS+= ${PHP_PKG_PREFIX}-sockets>=8.0.0:../../net/php-sockets
+DEPENDS+= ${PHP_PKG_PREFIX}-sysvsem>=8.0.0:../../devel/php-sysvsem
INSTALLATION_DIRS+= ${EGDIR} share/zabbix
diff --git a/zabbix64-frontend/PLIST b/zabbix64-frontend/PLIST
index 978afd7c1b..55fa74dbce 100644
--- a/zabbix64-frontend/PLIST
+++ b/zabbix64-frontend/PLIST
@@ -1669,6 +1669,7 @@ share/zabbix/widgets/tophosts/views/widget.view.php
share/zabbix/widgets/trigover/Widget.php
share/zabbix/widgets/trigover/actions/WidgetView.php
share/zabbix/widgets/trigover/assets/js/class.widget.js
+share/zabbix/widgets/trigover/includes/ViewHelper.php
share/zabbix/widgets/trigover/includes/WidgetForm.php
share/zabbix/widgets/trigover/manifest.json
share/zabbix/widgets/trigover/partials/table.left.php
Home |
Main Index |
Thread Index |
Old Index