Received: by mail.netbsd.org (Postfix, from userid 605) id C610E84E69; Sun, 31 Dec 2017 18:49:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 501B784E49 for ; Sun, 31 Dec 2017 18:49:53 +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 fttHw9z1T0YB for ; Sun, 31 Dec 2017 18:49:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id ACBE684E47 for ; Sun, 31 Dec 2017 18:49:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AAE65FB40; Sun, 31 Dec 2017 18:49:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1514746192113550" MIME-Version: 1.0 Date: Sun, 31 Dec 2017 18:49:52 +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: <20171231184952.AAE65FB40@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. --_----------=_1514746192113550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Dec 31 18:49:52 UTC 2017 Modified Files: pkgsrc/doc: CHANGES-2017 TODO Log Message: Added devel/py-deprecation; Updated archivers/py-lz4 To generate a diff of this commit: cvs rdiff -u -r1.5462 -r1.5463 pkgsrc/doc/CHANGES-2017 cvs rdiff -u -r1.17974 -r1.17975 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1514746192113550 Content-Disposition: inline Content-Length: 1367 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.5462 pkgsrc/doc/CHANGES-2017:1.5463 --- pkgsrc/doc/CHANGES-2017:1.5462 Sun Dec 31 15:24:46 2017 +++ pkgsrc/doc/CHANGES-2017 Sun Dec 31 18:49:52 2017 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2017,v 1.5462 2017/12/31 15:24:46 bsiegert Exp $ +$NetBSD: CHANGES-2017,v 1.5463 2017/12/31 18:49:52 adam Exp $ Changes to the packages collection and infrastructure in 2017: @@ -7860,3 +7860,5 @@ Changes to the packages collection and i Updated textproc/p5-XML-Compile to 1.59 [wiz 2017-12-31] Updated time/p5-DateTime to 1.4500 [wiz 2017-12-31] Removed net/snort-rules [bsiegert 2017-12-31] + Added devel/py-deprecation version 1.0.1 [adam 2017-12-31] + Updated archivers/py-lz4 to 0.17.0 [adam 2017-12-31] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.17974 pkgsrc/doc/TODO:1.17975 --- pkgsrc/doc/TODO:1.17974 Sun Dec 31 15:25:37 2017 +++ pkgsrc/doc/TODO Sun Dec 31 18:49:52 2017 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.17974 2017/12/31 15:25:37 bsiegert Exp $ +$NetBSD: TODO,v 1.17975 2017/12/31 18:49:52 adam Exp $ Suggested new packages ====================== @@ -1249,7 +1249,6 @@ For possible Perl packages updates, see o py-input-pad-1.4.2 o py-jaraco_util-11.0 o py-keybinder-0.3.1 - o py-lz4-0.17.0 o py-mercurial-4.4.2 o py-musicbrainz-0.7.4 o py-ncclient-0.5.3 --_----------=_1514746192113550--