pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/zabbix60-frontend



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Jan 13 17:22:19 UTC 2025

Modified Files:
        pkgsrc/sysutils/zabbix60-frontend: Makefile

Log Message:
sysutils/zabbix60-frontend: supports PHP 8.2 and later

zabbix-frontend 6.0.24 supports PHP 8.1 and later.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/zabbix60-frontend/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/zabbix60-frontend/Makefile
diff -u pkgsrc/sysutils/zabbix60-frontend/Makefile:1.7 pkgsrc/sysutils/zabbix60-frontend/Makefile:1.8
--- pkgsrc/sysutils/zabbix60-frontend/Makefile:1.7      Sun May 12 14:36:45 2024
+++ pkgsrc/sysutils/zabbix60-frontend/Makefile  Mon Jan 13 17:22:19 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2024/05/12 14:36:45 taca Exp $
+# $NetBSD: Makefile,v 1.8 2025/01/13 17:22:19 taca Exp $
 
 PKGREVISION= 1
 .include "../../sysutils/zabbix60-server/Makefile.common"
@@ -10,7 +10,7 @@ DISTINFO_FILE=        ${.CURDIR}/../../sysutils
 
 CONFLICTS+=    zabbix-frontend-[0-9]*
 
-PHP_VERSIONS_ACCEPTED= 81 82
+PHP_VERSIONS_ACCEPTED= 81 82 83
 
 EGDIR=         share/examples/${PKGBASE}
 



Home | Main Index | Thread Index | Old Index