Received: by mail.netbsd.org (Postfix, from userid 605) id 7F32684E68; Tue, 11 Apr 2023 12:32:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AFCD184D15 for ; Tue, 11 Apr 2023 12:32:07 +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 oo_dxBECjJbG for ; Tue, 11 Apr 2023 12:32:07 +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 0F25784CF4 for ; Tue, 11 Apr 2023 12:32:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0C7F2FA84; Tue, 11 Apr 2023 12:32:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168121632794020" MIME-Version: 1.0 Date: Tue, 11 Apr 2023 12:32:07 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20230411123207.0C7F2FA84@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_168121632794020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Tue Apr 11 12:32:06 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 Log Message: add bibtex{8,u} To generate a diff of this commit: cvs rdiff -u -r1.2165 -r1.2166 pkgsrc/doc/CHANGES-2023 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168121632794020 Content-Disposition: inline Content-Length: 851 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2023 diff -u pkgsrc/doc/CHANGES-2023:1.2165 pkgsrc/doc/CHANGES-2023:1.2166 --- pkgsrc/doc/CHANGES-2023:1.2165 Tue Apr 11 12:27:03 2023 +++ pkgsrc/doc/CHANGES-2023 Tue Apr 11 12:32:06 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.2165 2023/04/11 12:27:03 wen Exp $ +$NetBSD: CHANGES-2023,v 1.2166 2023/04/11 12:32:06 markd Exp $ Changes to the packages collection and infrastructure in 2023: @@ -3125,3 +3125,6 @@ Changes to the packages collection and i Updated time/p5-Time-Warp to 0.55 [wen 2023-04-11] Updated textproc/p5-ack to 3.7.0 [wen 2023-04-11] Updated textproc/p5-Alien-Hunspell to 0.17 [wen 2023-04-11] + Added print/bibtex8 version 4.00 [markd 2023-04-11] + Removed print/tex-bibtex8 successor print/bibtex8 [markd 2023-04-11] + Added print/bibtexu version 4.00 [markd 2023-04-11] --_----------=_168121632794020--