pkgsrc-WIP-changes archive

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

collectd-CGP: restrict to php 5.6, since php-rrd is



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Mon Aug 17 21:30:32 2020 +0200
Changeset:	698835bff6a02c1ff3625dc26844ee9476544ef1

Modified Files:
	collectd-CGP/Makefile

Log Message:
collectd-CGP: restrict to php 5.6, since php-rrd is

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=698835bff6a02c1ff3625dc26844ee9476544ef1

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

diffstat:
 collectd-CGP/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/collectd-CGP/Makefile b/collectd-CGP/Makefile
index 206490d6da..26ab9bcf9f 100644
--- a/collectd-CGP/Makefile
+++ b/collectd-CGP/Makefile
@@ -25,6 +25,8 @@ WRKSRC=		${WRKDIR}/CGP-1
 
 DEPENDS+=	${PHP_PKG_PREFIX}-rrd>=1.1.3:../../databases/php-rrd
 
+PHP_VERSIONS_ACCEPTED=	56 # php-rrd
+
 do-install:
 	cd ${DESTDIR}/${PREFIX}/${INSTALLATION_DIRS} && \
 	unzip -ojqL ${DISTDIR}/${DISTFILES}


Home | Main Index | Thread Index | Old Index