Received: by mail.netbsd.org (Postfix, from userid 605) id BC63284D57; Wed, 12 Jul 2017 10:07:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4FE5384D55 for ; Wed, 12 Jul 2017 10:07:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id rZa_W93GA1_F for ; Wed, 12 Jul 2017 10:07:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AC8DF84D04 for ; Wed, 12 Jul 2017 10:07:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AAD45FACB; Wed, 12 Jul 2017 10:07:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149985403272580" MIME-Version: 1.0 Date: Wed, 12 Jul 2017 10:07:12 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20170712100712.AAD45FACB@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. --_----------=_149985403272580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Wed Jul 12 10:07:12 UTC 2017 Modified Files: pkgsrc/doc: CHANGES-2017 pkgsrc/www: Makefile Log Message: add www/grafana To generate a diff of this commit: cvs rdiff -u -r1.2870 -r1.2871 pkgsrc/doc/CHANGES-2017 cvs rdiff -u -r1.1255 -r1.1256 pkgsrc/www/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_149985403272580 Content-Disposition: inline Content-Length: 1267 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2017 diff -u pkgsrc/doc/CHANGES-2017:1.2870 pkgsrc/doc/CHANGES-2017:1.2871 --- pkgsrc/doc/CHANGES-2017:1.2870 Wed Jul 12 09:26:02 2017 +++ pkgsrc/doc/CHANGES-2017 Wed Jul 12 10:07:12 2017 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2017,v 1.2870 2017/07/12 09:26:02 he Exp $ +$NetBSD: CHANGES-2017,v 1.2871 2017/07/12 10:07:12 tnn Exp $ Changes to the packages collection and infrastructure in 2017: @@ -3951,3 +3951,4 @@ Changes to the packages collection and i Updated www/apache24 to 2.4.27 [adam 2017-07-12] Updated net/lftp to 4.8.0 [adam 2017-07-12] Updated lang/ocaml to 4.04.2nb2 [he 2017-07-12] + Added www/grafana version 4.4.1 [tnn 2017-07-12] Index: pkgsrc/www/Makefile diff -u pkgsrc/www/Makefile:1.1255 pkgsrc/www/Makefile:1.1256 --- pkgsrc/www/Makefile:1.1255 Tue Jul 11 20:26:41 2017 +++ pkgsrc/www/Makefile Wed Jul 12 10:07:12 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1255 2017/07/11 20:26:41 bsiegert Exp $ +# $NetBSD: Makefile,v 1.1256 2017/07/12 10:07:12 tnn Exp $ # COMMENT= Packages related to the World Wide Web @@ -136,6 +136,7 @@ SUBDIR+= ganglia-webfrontend SUBDIR+= geeklog SUBDIR+= gitweb SUBDIR+= goaccess +SUBDIR+= grafana SUBDIR+= gtkasp2php SUBDIR+= gtkhtml314 SUBDIR+= gwt --_----------=_149985403272580--