Received: by mail.netbsd.org (Postfix, from userid 605) id AFD8384D4E; Sun, 9 Feb 2020 17:44:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 389F884CF7 for ; Sun, 9 Feb 2020 17:44:19 +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 RShzCG1WaugS for ; Sun, 9 Feb 2020 17:44:18 +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 9297984CE8 for ; Sun, 9 Feb 2020 17:44:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8A53BFBF4; Sun, 9 Feb 2020 17:44:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158127025835540" MIME-Version: 1.0 Date: Sun, 9 Feb 2020 17:44:18 +0000 From: "Jaromir Dolecek" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: jdolecek@netbsd.org X-Mailer: log_accum Message-Id: <20200209174418.8A53BFBF4@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. --_----------=_158127025835540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jdolecek Date: Sun Feb 9 17:44:18 UTC 2020 Modified Files: pkgsrc/doc: CHANGES-2020 Log Message: fix username in last entry To generate a diff of this commit: cvs rdiff -u -r1.1007 -r1.1008 pkgsrc/doc/CHANGES-2020 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158127025835540 Content-Disposition: inline Content-Length: 791 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2020 diff -u pkgsrc/doc/CHANGES-2020:1.1007 pkgsrc/doc/CHANGES-2020:1.1008 --- pkgsrc/doc/CHANGES-2020:1.1007 Sun Feb 9 17:43:38 2020 +++ pkgsrc/doc/CHANGES-2020 Sun Feb 9 17:44:18 2020 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2020,v 1.1007 2020/02/09 17:43:38 jdolecek Exp $ +$NetBSD: CHANGES-2020,v 1.1008 2020/02/09 17:44:18 jdolecek Exp $ Changes to the packages collection and infrastructure in 2020: @@ -1432,4 +1432,4 @@ Changes to the packages collection and i Updated archivers/libzip to 1.6.1 [wiz 2020-02-09] Updated devel/py-mercurial to 5.3 [wiz 2020-02-09] Updated archivers/par2 to 0.8.1 [rhialto 2020-02-09] - Updated databases/gramps3 to 3.4.9 [dolecek 2020-02-09] + Updated databases/gramps3 to 3.4.9 [jdolecek 2020-02-09] --_----------=_158127025835540--