Received: by mail.netbsd.org (Postfix, from userid 605) id 31C4B84D5A; Tue, 25 Jul 2017 10:29:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B73C984D43 for ; Tue, 25 Jul 2017 10:29:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id PS-KlIwvBwGV for ; Tue, 25 Jul 2017 10:29:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 5956A84C86 for ; Tue, 25 Jul 2017 10:29:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5314AFAB2; Tue, 25 Jul 2017 10:29:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1500978552208490" MIME-Version: 1.0 Date: Tue, 25 Jul 2017 10:29:12 +0000 From: "Alexander Nasonov" Subject: CVS commit: pkgsrc/sysutils To: pkgsrc-changes@NetBSD.org Reply-To: alnsn@netbsd.org X-Mailer: log_accum Message-Id: <20170725102912.5314AFAB2@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1500978552208490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: alnsn Date: Tue Jul 25 10:29:12 UTC 2017 Modified Files: pkgsrc/sysutils: Makefile Log Message: Add collectd-lua. To generate a diff of this commit: cvs rdiff -u -r1.704 -r1.705 pkgsrc/sysutils/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1500978552208490 Content-Disposition: inline Content-Length: 622 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/Makefile diff -u pkgsrc/sysutils/Makefile:1.704 pkgsrc/sysutils/Makefile:1.705 --- pkgsrc/sysutils/Makefile:1.704 Mon Jul 3 16:29:43 2017 +++ pkgsrc/sysutils/Makefile Tue Jul 25 10:29:12 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.704 2017/07/03 16:29:43 bsiegert Exp $ +# $NetBSD: Makefile,v 1.705 2017/07/25 10:29:12 alnsn Exp $ # COMMENT= System utilities @@ -74,6 +74,7 @@ SUBDIR+= collectd-amqp SUBDIR+= collectd-curl SUBDIR+= collectd-dbi SUBDIR+= collectd-dns +SUBDIR+= collectd-lua SUBDIR+= collectd-memcached SUBDIR+= collectd-mysql SUBDIR+= collectd-network --_----------=_1500978552208490--