pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/zabbix50-frontend



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Jan 13 17:20:48 UTC 2025

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

Log Message:
sysutils/zabbix50-frontend: for PHP 7.4 only

* zabbix-frontend 5.0.40 supports PHP 7.4 only.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/sysutils/zabbix50-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/zabbix50-frontend/Makefile
diff -u pkgsrc/sysutils/zabbix50-frontend/Makefile:1.10 pkgsrc/sysutils/zabbix50-frontend/Makefile:1.11
--- pkgsrc/sysutils/zabbix50-frontend/Makefile:1.10     Mon Feb 19 15:43:35 2024
+++ pkgsrc/sysutils/zabbix50-frontend/Makefile  Mon Jan 13 17:20:48 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2024/02/19 15:43:35 taca Exp $
+# $NetBSD: Makefile,v 1.11 2025/01/13 17:20:48 taca Exp $
 
 PKGREVISION= 1
 .include "../../sysutils/zabbix50-server/Makefile.common"
@@ -10,6 +10,8 @@ DISTINFO_FILE=        ${.CURDIR}/../../sysutils
 
 CONFLICTS+=    zabbix-frontend-[0-9]*
 
+PHP_VERSIONS_ACCEPTED= 74
+
 EGDIR=         share/examples/${PKGBASE}
 
 USE_TOOLS+=            pax
@@ -49,6 +51,5 @@ 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 "../../mk/configure/replace-interpreter.mk"
+.include "../../lang/php/phpversion.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index