pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/zabbix-frontend



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jun  6 09:12:59 UTC 2017

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

Log Message:
Fixed a typo


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/zabbix-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/zabbix-frontend/Makefile
diff -u pkgsrc/sysutils/zabbix-frontend/Makefile:1.1 pkgsrc/sysutils/zabbix-frontend/Makefile:1.2
--- pkgsrc/sysutils/zabbix-frontend/Makefile:1.1        Sun May 21 17:30:04 2017
+++ pkgsrc/sysutils/zabbix-frontend/Makefile    Tue Jun  6 09:12:59 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/05/21 17:30:04 adam Exp $
+# $NetBSD: Makefile,v 1.2 2017/06/06 09:12:59 adam Exp $
 
 .include "../../sysutils/zabbix/Makefile.common"
 
@@ -21,7 +21,7 @@ DEPENDS+=     ${PHP_PKG_PREFIX}-gettext>=5.4
 DEPENDS+=      ${PHP_PKG_PREFIX}-json>=5.4.0:../../textproc/php-json
 DEPENDS+=      ${PHP_PKG_PREFIX}-ldap>=5.4.0:../../databases/php-ldap
 DEPENDS+=      ${PHP_PKG_PREFIX}-mbstring>=5.4.0:../../converters/php-mbstring
-DEPENDS+=      ${PHP_PKG_PREFIX}-mysql>=5.4.0:../../databases/php-mysqli
+DEPENDS+=      ${PHP_PKG_PREFIX}-mysqli>=5.4.0:../../databases/php-mysqli
 DEPENDS+=      ${PHP_PKG_PREFIX}-pgsql>=5.4.0:../../databases/php-pgsql
 DEPENDS+=      ${PHP_PKG_PREFIX}-sockets>=5.4.0:../../net/php-sockets
 DEPENDS+=      ${PHP_PKG_PREFIX}-sysvsem>=5.4.0:../../devel/php-sysvsem



Home | Main Index | Thread Index | Old Index