Received: by mail.netbsd.org (Postfix, from userid 605) id DCF9A84F07; Fri, 27 May 2022 09:54:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 20EA184F05 for ; Fri, 27 May 2022 09:54:56 +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 xMdoZF_LCMVw for ; Fri, 27 May 2022 09:54:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9258B84EFD for ; Fri, 27 May 2022 09:54:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 99C4CFAEB; Fri, 27 May 2022 09:55:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1653645351244690" MIME-Version: 1.0 Date: Fri, 27 May 2022 09:55:51 +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: <20220527095551.99C4CFAEB@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1653645351244690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Fri May 27 09:55:51 UTC 2022 Modified Files: pkgsrc/converters/bdf2psf: Makefile distinfo Log Message: bdf2psf: update to 1.208. Nothing applying to bdf2psf in particular noted in the Changelog. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/converters/bdf2psf/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/converters/bdf2psf/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1653645351244690 Content-Disposition: inline Content-Length: 1695 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.18 pkgsrc/converters/bdf2psf/Makefile:1.19 --- pkgsrc/converters/bdf2psf/Makefile:1.18 Fri Nov 5 11:17:45 2021 +++ pkgsrc/converters/bdf2psf/Makefile Fri May 27 09:55:51 2022 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2021/11/05 11:17:45 fcambus Exp $ +# $NetBSD: Makefile,v 1.19 2022/05/27 09:55:51 fcambus Exp $ -DISTNAME= console-setup_1.207 -PKGNAME= bdf2psf-1.207 +DISTNAME= console-setup_1.208 +PKGNAME= bdf2psf-1.208 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.16 pkgsrc/converters/bdf2psf/distinfo:1.17 --- pkgsrc/converters/bdf2psf/distinfo:1.16 Fri Nov 5 11:17:45 2021 +++ pkgsrc/converters/bdf2psf/distinfo Fri May 27 09:55:51 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.16 2021/11/05 11:17:45 fcambus Exp $ +$NetBSD: distinfo,v 1.17 2022/05/27 09:55:51 fcambus Exp $ -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 +BLAKE2s (console-setup_1.208.tar.xz) = f3679b0a2abd3ab5dcc029f9ecfcc7bc8df3cd3207c19a34339a37cf188fe4bb +SHA512 (console-setup_1.208.tar.xz) = 2fbc68bd6cf10e61eae50cef8fa8e26cc293f22d8303969032e2b693e9e4424cd87bcb7a411868694f7fac66365b3ac2f414dd281bc3dd3ad22d52a25e268313 +Size (console-setup_1.208.tar.xz) = 1794572 bytes --_----------=_1653645351244690--