Received: by mail.netbsd.org (Postfix, from userid 605) id 22B0884D98; Mon, 23 Oct 2017 15:34:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A356084D96 for ; Mon, 23 Oct 2017 15:34:53 +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 grFYsFRTmM56 for ; Mon, 23 Oct 2017 15:34:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0DF9084D3B for ; Mon, 23 Oct 2017 15:34:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0C2CCFBDE; Mon, 23 Oct 2017 15:34:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150877289359520" MIME-Version: 1.0 Date: Mon, 23 Oct 2017 15:34:53 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20171023153453.0C2CCFBDE@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. --_----------=_150877289359520 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Oct 23 15:34:52 UTC 2017 Modified Files: pkgsrc/doc: CHANGES-2017 Log Message: Added devel/py-visitor, textproc/py-dominate; Updated www/py-flask-bootstrap, www/py-flask-babel To generate a diff of this commit: cvs rdiff -u -r1.4601 -r1.4602 pkgsrc/doc/CHANGES-2017 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150877289359520 Content-Disposition: inline Content-Length: 908 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.4601 pkgsrc/doc/CHANGES-2017:1.4602 --- pkgsrc/doc/CHANGES-2017:1.4601 Mon Oct 23 15:08:53 2017 +++ pkgsrc/doc/CHANGES-2017 Mon Oct 23 15:34:52 2017 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2017,v 1.4601 2017/10/23 15:08:53 maya Exp $ +$NetBSD: CHANGES-2017,v 1.4602 2017/10/23 15:34:52 adam Exp $ Changes to the packages collection and infrastructure in 2017: @@ -6630,3 +6630,7 @@ Changes to the packages collection and i Updated devel/ocamlgraph to 1.8.8 [jaapb 2017-10-23] Added sysutils/ovmf version 0.0.2017624 [maya 2017-10-23] Updated chat/irssi to 1.0.5nb1 [maya 2017-10-23] + Added devel/py-visitor version 0.1.3 [adam 2017-10-23] + Added textproc/py-dominate version 2.3.1 [adam 2017-10-23] + Updated www/py-flask-bootstrap to 3.3.7.1 [adam 2017-10-23] + Updated www/py-flask-babel to 0.11.2 [adam 2017-10-23] --_----------=_150877289359520--