pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/collectd-CGP



Module Name:    pkgsrc
Committed By:   bouyer
Date:           Tue Jul  9 13:50:33 UTC 2024

Modified Files:
        pkgsrc/sysutils/collectd-CGP: Makefile

Log Message:
Depend on ../../databases/php-rrd1. No PKGREVISION bump needed as we still
depend on the same php-rrd version


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/collectd-CGP/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/collectd-CGP/Makefile
diff -u pkgsrc/sysutils/collectd-CGP/Makefile:1.2 pkgsrc/sysutils/collectd-CGP/Makefile:1.3
--- pkgsrc/sysutils/collectd-CGP/Makefile:1.2   Sat Oct 24 22:44:29 2020
+++ pkgsrc/sysutils/collectd-CGP/Makefile       Tue Jul  9 13:50:33 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/10/24 22:44:29 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2024/07/09 13:50:33 bouyer Exp $
 
 DISTNAME=      collectd-cgp-1
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME}
@@ -22,7 +22,7 @@ INSTALLATION_DIRS=    share/collectd-graph-
 
 WRKSRC=                ${WRKDIR}/CGP-1
 
-DEPENDS+=      ${PHP_PKG_PREFIX}-rrd>=1.1.3:../../databases/php-rrd
+DEPENDS+=      ${PHP_PKG_PREFIX}-rrd>=1.1.3:../../databases/php-rrd1
 
 PHP_VERSIONS_ACCEPTED= 56 # php-rrd
 



Home | Main Index | Thread Index | Old Index