Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id BC1471A9239 for ; Fri, 5 Nov 2021 11:17:47 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0605484EE4; Fri, 5 Nov 2021 11:17:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 408A984EE2 for ; Fri, 5 Nov 2021 11:17:46 +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 Hhw4F9AbtVOK for ; Fri, 5 Nov 2021 11:17:45 +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 B79E284C13 for ; Fri, 5 Nov 2021 11:17:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B4CCEFAEC; Fri, 5 Nov 2021 11:17:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1636111065201540" MIME-Version: 1.0 Date: Fri, 5 Nov 2021 11:17:45 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/converters/bdf2psf To: pkgsrc-changes@NetBSD.org Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20211105111745.B4CCEFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1636111065201540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Fri Nov 5 11:17:45 UTC 2021 Modified Files: pkgsrc/converters/bdf2psf: Makefile distinfo Log Message: bdf2psf: update to 1.207. Nothing applying to bdf2psf in particular noted in the Changelog. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/converters/bdf2psf/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/converters/bdf2psf/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1636111065201540 Content-Disposition: inline Content-Length: 1691 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/converters/bdf2psf/Makefile diff -u pkgsrc/converters/bdf2psf/Makefile:1.17 pkgsrc/converters/bdf2psf/Makefile:1.18 --- pkgsrc/converters/bdf2psf/Makefile:1.17 Tue Jul 27 10:06:50 2021 +++ pkgsrc/converters/bdf2psf/Makefile Fri Nov 5 11:17:45 2021 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2021/07/27 10:06:50 fcambus Exp $ +# $NetBSD: Makefile,v 1.18 2021/11/05 11:17:45 fcambus Exp $ -DISTNAME= console-setup_1.205 -PKGNAME= bdf2psf-1.205 +DISTNAME= console-setup_1.207 +PKGNAME= bdf2psf-1.207 CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/c/console-setup/} EXTRACT_SUFX= .tar.xz Index: pkgsrc/converters/bdf2psf/distinfo diff -u pkgsrc/converters/bdf2psf/distinfo:1.15 pkgsrc/converters/bdf2psf/distinfo:1.16 --- pkgsrc/converters/bdf2psf/distinfo:1.15 Tue Oct 26 10:06:38 2021 +++ pkgsrc/converters/bdf2psf/distinfo Fri Nov 5 11:17:45 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2021/10/26 10:06:38 nia Exp $ +$NetBSD: distinfo,v 1.16 2021/11/05 11:17:45 fcambus Exp $ -BLAKE2s (console-setup_1.205.tar.xz) = 2980129c42b424e35e80997f9ffa063334924a5a9c48634b4b1c52223a1cba1d -SHA512 (console-setup_1.205.tar.xz) = 757643f040542fda2903ffaa35a311c6c572b4c1e9c6c169a032e85a360bfe7d64e66ad66fba988515a4c1004ae4ecb45a40fba5c0a9eec6bd58abc1e0624b15 -Size (console-setup_1.205.tar.xz) = 1793708 bytes +BLAKE2s (console-setup_1.207.tar.xz) = bea59e95e35f7e5dd8c268453266697a1c4fb585d039c8f4c3bdf16d70643803 +SHA512 (console-setup_1.207.tar.xz) = 0652b43c2488246e5bf7fac7ad5dc7986ba0ae832ae2179d2ade14da0412639f9055216e6a5e73a7a7c682d4e606441bf3a24dd5dbce0c3b0aff8416571587e5 +Size (console-setup_1.207.tar.xz) = 1794924 bytes --_----------=_1636111065201540--