Received: by mail.netbsd.org (Postfix, from userid 605) id B5E4884F76; Sat, 13 May 2023 15:36:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E5F1F84E87 for ; Sat, 13 May 2023 15:36: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 rdwE_GX4vNsm for ; Sat, 13 May 2023 15:36: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 5BCD784CCF for ; Sat, 13 May 2023 15:36:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 55427FA87; Sat, 13 May 2023 15:36:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1683992167228980" MIME-Version: 1.0 Date: Sat, 13 May 2023 15:36:07 +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: <20230513153607.55427FA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1683992167228980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Sat May 13 15:36:07 UTC 2023 Modified Files: pkgsrc/converters/bdf2psf: Makefile distinfo Log Message: bdf2psf: update to 1.220. Nothing applying to bdf2psf in particular noted in the Changelog. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 pkgsrc/converters/bdf2psf/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/converters/bdf2psf/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1683992167228980 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.29 pkgsrc/converters/bdf2psf/Makefile:1.30 --- pkgsrc/converters/bdf2psf/Makefile:1.29 Sun Mar 19 11:35:44 2023 +++ pkgsrc/converters/bdf2psf/Makefile Sat May 13 15:36:07 2023 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2023/03/19 11:35:44 fcambus Exp $ +# $NetBSD: Makefile,v 1.30 2023/05/13 15:36:07 fcambus Exp $ -DISTNAME= console-setup_1.218 -PKGNAME= bdf2psf-1.218 +DISTNAME= console-setup_1.220 +PKGNAME= bdf2psf-1.220 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.25 pkgsrc/converters/bdf2psf/distinfo:1.26 --- pkgsrc/converters/bdf2psf/distinfo:1.25 Sun Mar 19 11:35:44 2023 +++ pkgsrc/converters/bdf2psf/distinfo Sat May 13 15:36:07 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.25 2023/03/19 11:35:44 fcambus Exp $ +$NetBSD: distinfo,v 1.26 2023/05/13 15:36:07 fcambus Exp $ -BLAKE2s (console-setup_1.218.tar.xz) = 3827b3675b9896439fa6e6d18e9da0befd948ffc2a96a5b34233567fa8bbf84c -SHA512 (console-setup_1.218.tar.xz) = a95380675cd51313fa2f7dc90ecc4d3acf9b89e570c69d33e0253ff134bc21c0ed39954ad8e67678a60c2203c10caeeb54ab6e8fc2f1e0d4a79710135a08a92c -Size (console-setup_1.218.tar.xz) = 2600708 bytes +BLAKE2s (console-setup_1.220.tar.xz) = c9891d7680209396235c5458fe8b615e33b20a358add045eed3957e1dbe2cf5c +SHA512 (console-setup_1.220.tar.xz) = 9008de7ad2e85c3be601d8b0f525679970767af0168b67a45961e89608fe08fc4ac8711c072fb8650a992c9164ad37eb7e37592698be876175c61774975ccdb1 +Size (console-setup_1.220.tar.xz) = 2601300 bytes --_----------=_1683992167228980--