Received: by mail.netbsd.org (Postfix, from userid 605) id 3874784E7F; Tue, 27 Jul 2021 10:06:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7285484E7E for ; Tue, 27 Jul 2021 10:06:51 +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 d8E0G0-8fPSA for ; Tue, 27 Jul 2021 10:06:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E71AE84D04 for ; Tue, 27 Jul 2021 10:06:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E0A6CFA95; Tue, 27 Jul 2021 10:06:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1627380410106030" MIME-Version: 1.0 Date: Tue, 27 Jul 2021 10:06:50 +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: <20210727100650.E0A6CFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1627380410106030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Tue Jul 27 10:06:50 UTC 2021 Modified Files: pkgsrc/converters/bdf2psf: Makefile distinfo Log Message: bdf2psf: update to 1.205. Nothing applying to bdf2psf in particular noted in the Changelog. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/converters/bdf2psf/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/converters/bdf2psf/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1627380410106030 Content-Disposition: inline Content-Length: 1801 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.16 pkgsrc/converters/bdf2psf/Makefile:1.17 --- pkgsrc/converters/bdf2psf/Makefile:1.16 Mon Jul 12 10:18:40 2021 +++ pkgsrc/converters/bdf2psf/Makefile Tue Jul 27 10:06:50 2021 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2021/07/12 10:18:40 fcambus Exp $ +# $NetBSD: Makefile,v 1.17 2021/07/27 10:06:50 fcambus Exp $ -DISTNAME= console-setup_1.204 -PKGNAME= bdf2psf-1.204 +DISTNAME= console-setup_1.205 +PKGNAME= bdf2psf-1.205 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.12 pkgsrc/converters/bdf2psf/distinfo:1.13 --- pkgsrc/converters/bdf2psf/distinfo:1.12 Mon Jul 12 10:18:40 2021 +++ pkgsrc/converters/bdf2psf/distinfo Tue Jul 27 10:06:50 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2021/07/12 10:18:40 fcambus Exp $ +$NetBSD: distinfo,v 1.13 2021/07/27 10:06:50 fcambus Exp $ -SHA1 (console-setup_1.204.tar.xz) = 2b810cf3a894bf2da77485c5e56028c0d90e7100 -RMD160 (console-setup_1.204.tar.xz) = d88aeb625ffa07fd3154713e66c0f24f276dd7e7 -SHA512 (console-setup_1.204.tar.xz) = f1be4ad00405cb0a7129b9db56fa7144e052767cbfa012b525fe542a8356790500b9a94033eb92d57b4eaf2422b34c0bbb930ac0f21ee5e55051c2148ca25132 -Size (console-setup_1.204.tar.xz) = 1793796 bytes +SHA1 (console-setup_1.205.tar.xz) = 78b765556a1a0a0a3da3bbb7b215ba92112653f7 +RMD160 (console-setup_1.205.tar.xz) = 3c03426d41d73e410033312ac43b6795325a43e8 +SHA512 (console-setup_1.205.tar.xz) = 757643f040542fda2903ffaa35a311c6c572b4c1e9c6c169a032e85a360bfe7d64e66ad66fba988515a4c1004ae4ecb45a40fba5c0a9eec6bd58abc1e0624b15 +Size (console-setup_1.205.tar.xz) = 1793708 bytes --_----------=_1627380410106030--