Received: by mail.netbsd.org (Postfix, from userid 605) id 515C084DAF; Tue, 17 Apr 2018 12:52:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4920684D92 for ; Tue, 17 Apr 2018 12:52:45 +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 cyYCIK80ZZ2d for ; Tue, 17 Apr 2018 12:52:44 +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 8305984CEF for ; Tue, 17 Apr 2018 12:52:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 73903FBEC; Tue, 17 Apr 2018 12:52:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1523969564225460" MIME-Version: 1.0 Date: Tue, 17 Apr 2018 12:52:44 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20180417125244.73903FBEC@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. --_----------=_1523969564225460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Tue Apr 17 12:52:44 UTC 2018 Modified Files: pkgsrc/doc: CHANGES-2018 Log Message: doc: Updated pkgtools/pkg_install to 20180417 To generate a diff of this commit: cvs rdiff -u -r1.1870 -r1.1871 pkgsrc/doc/CHANGES-2018 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1523969564225460 Content-Disposition: inline Content-Length: 735 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2018 diff -u pkgsrc/doc/CHANGES-2018:1.1870 pkgsrc/doc/CHANGES-2018:1.1871 --- pkgsrc/doc/CHANGES-2018:1.1870 Tue Apr 17 12:28:52 2018 +++ pkgsrc/doc/CHANGES-2018 Tue Apr 17 12:52:44 2018 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2018,v 1.1870 2018/04/17 12:28:52 wiz Exp $ +$NetBSD: CHANGES-2018,v 1.1871 2018/04/17 12:52:44 jperkin Exp $ Changes to the packages collection and infrastructure in 2018: @@ -2625,3 +2625,4 @@ Changes to the packages collection and i Updated devel/py-setuptools_scm to 2.0.0 [wiz 2018-04-17] Updated devel/py-mercurial to 4.5.3 [wiz 2018-04-17] Updated devel/dconf to 0.28.0 [wiz 2018-04-17] + Updated pkgtools/pkg_install to 20180417 [jperkin 2018-04-17] --_----------=_1523969564225460--