Received: by mail.netbsd.org (Postfix, from userid 605) id A4A0D84D69; Tue, 19 Nov 2019 14:33:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2EE5384D62 for ; Tue, 19 Nov 2019 14:33:05 +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 DkIEKPLfqmfK for ; Tue, 19 Nov 2019 14:33:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A4B6F84D32 for ; Tue, 19 Nov 2019 14:33:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A08BDFA97; Tue, 19 Nov 2019 14:33:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1574173984201300" MIME-Version: 1.0 Date: Tue, 19 Nov 2019 14:33:04 +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: <20191119143304.A08BDFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1574173984201300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Tue Nov 19 14:33:04 UTC 2019 Modified Files: pkgsrc/converters/bdf2psf: Makefile distinfo Log Message: bdf2psf: update to 1.194. ChangeLog: * keyboard_present: don't check for Linux 1.x. Thanks, Ansgar! * Portuguese (pt.po) by Miguel Figueiredo * Tamil (ta.po) by leela * Traditional Chinese (zh_TW.po) by Walter Cheuk To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/converters/bdf2psf/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/converters/bdf2psf/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1574173984201300 Content-Disposition: inline Content-Length: 1787 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.2 pkgsrc/converters/bdf2psf/Makefile:1.3 --- pkgsrc/converters/bdf2psf/Makefile:1.2 Wed Sep 11 10:11:04 2019 +++ pkgsrc/converters/bdf2psf/Makefile Tue Nov 19 14:33:04 2019 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2019/09/11 10:11:04 nia Exp $ +# $NetBSD: Makefile,v 1.3 2019/11/19 14:33:04 fcambus Exp $ -DISTNAME= console-setup_1.193 -PKGNAME= bdf2psf-1.193 +DISTNAME= console-setup_1.194 +PKGNAME= bdf2psf-1.194 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.1 pkgsrc/converters/bdf2psf/distinfo:1.2 --- pkgsrc/converters/bdf2psf/distinfo:1.1 Fri Aug 16 19:31:42 2019 +++ pkgsrc/converters/bdf2psf/distinfo Tue Nov 19 14:33:04 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2019/08/16 19:31:42 fcambus Exp $ +$NetBSD: distinfo,v 1.2 2019/11/19 14:33:04 fcambus Exp $ -SHA1 (console-setup_1.193.tar.xz) = 618ac324035537d1a88cbcca8d0344fb62b7f8bf -RMD160 (console-setup_1.193.tar.xz) = 223f37b3127ff6ec4968e7bf6af26f90f9c9f4c6 -SHA512 (console-setup_1.193.tar.xz) = ed463c1a660931a133f933dd6505a1d3d2219756d230b1a3cddbb44e15c19b18235e846927e5d0fb9cf4141359bd9f029c66296601fd517b72b99b5d0850f44e -Size (console-setup_1.193.tar.xz) = 1650220 bytes +SHA1 (console-setup_1.194.tar.xz) = 233fe6ce81a9d90f305c47a43d6f16b8cfacf1d4 +RMD160 (console-setup_1.194.tar.xz) = 51ef466eb6c3d1662317d46a54d5bf9cb038c940 +SHA512 (console-setup_1.194.tar.xz) = fe71480b45e8c88c9e46264f734d0eb21023a6afedfa6412551bb40f7525f14823befe726efc37f152a36d9a8de3aba00cd41f9fe42bcea2780c5cf8764a6b80 +Size (console-setup_1.194.tar.xz) = 1650964 bytes --_----------=_1574173984201300--