CVS commit: pkgsrc/sysutils/zabbix60-frontend
"Takahiro Kambe" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: pkgsrc Committed By: taca Date: Wed Aug 12 14:38:14 UTC 2026 Modified Files: pkgsrc/sysutils/zabbix60-frontend: Makefile Log Message: sysutils/zabbix60-frontend: no need to use json.mk Use lang/php/phpversion.mk instead of lang/php/json.mk since this package is supported by PHP 8.2 and 8.3. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/sysutils/zabbix60-frontend/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
(unnamed)
(text/x-diff, 882 B)
Modified files:
Index: pkgsrc/sysutils/zabbix60-frontend/Makefile
diff -u pkgsrc/sysutils/zabbix60-frontend/Makefile:1.11 pkgsrc/sysutils/zabbix60-frontend/Makefile:1.12
--- pkgsrc/sysutils/zabbix60-frontend/Makefile:1.11 Thu Jan 8 14:17:49 2026
+++ pkgsrc/sysutils/zabbix60-frontend/Makefile Wed Aug 12 14:38:14 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2026/01/08 14:17:49 taca Exp $
+# $NetBSD: Makefile,v 1.12 2026/08/12 14:38:14 taca Exp $
PKGREVISION= 3
.include "../../sysutils/zabbix60-server/Makefile.common"
@@ -51,6 +51,6 @@ do-install:
${INSTALL_DATA} ${FILESDIR}/httpd-zabbix.conf ${DESTDIR}${PREFIX}/${EGDIR}
${INSTALL_DATA} ${FILESDIR}/php-fpm-zabbix.conf ${DESTDIR}${PREFIX}/${EGDIR}
-.include "../../lang/php/json.mk"
+.include "../../lang/php/phpversion.mk"
.include "../../mk/configure/replace-interpreter.mk"
.include "../../mk/bsd.pkg.mk"