Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-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 B6CDC1A923A for ; Sat, 3 Oct 2020 09:47:14 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2D06984DA6; Sat, 3 Oct 2020 09:47:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A516284D81 for ; Sat, 3 Oct 2020 09:47:13 +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 eBYFEiGwxZE3 for ; Sat, 3 Oct 2020 09:47:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1F12784D31 for ; Sat, 3 Oct 2020 09:47:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 11463FB28; Sat, 3 Oct 2020 09:47:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1601718433139890" MIME-Version: 1.0 Date: Sat, 3 Oct 2020 09:47:13 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/sysutils/cfm To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20201003094713.11463FB28@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. --_----------=_1601718433139890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sat Oct 3 09:47:13 UTC 2020 Modified Files: pkgsrc/sysutils/cfm: Makefile distinfo Log Message: cfm: Update to 0.6.5 - Added page up and page down keys, which can also be used with J or K or Shift+Up or Shift+Down. - smoother drawing to reduce/remove flicker - add ~, /, Space keybinds (see README or man page) - abbreviate $HOME to ~ in paths To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/cfm/Makefile \ pkgsrc/sysutils/cfm/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1601718433139890 Content-Disposition: inline Content-Length: 1622 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/cfm/Makefile diff -u pkgsrc/sysutils/cfm/Makefile:1.1 pkgsrc/sysutils/cfm/Makefile:1.2 --- pkgsrc/sysutils/cfm/Makefile:1.1 Thu Jul 23 12:38:44 2020 +++ pkgsrc/sysutils/cfm/Makefile Sat Oct 3 09:47:12 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2020/07/23 12:38:44 nia Exp $ +# $NetBSD: Makefile,v 1.2 2020/10/03 09:47:12 nia Exp $ -DISTNAME= cfm-0.6.3 +DISTNAME= cfm-0.6.5 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=willeccles/} GITHUB_TAG= v${PKGVERSION_NOREV} Index: pkgsrc/sysutils/cfm/distinfo diff -u pkgsrc/sysutils/cfm/distinfo:1.1 pkgsrc/sysutils/cfm/distinfo:1.2 --- pkgsrc/sysutils/cfm/distinfo:1.1 Thu Jul 23 12:38:44 2020 +++ pkgsrc/sysutils/cfm/distinfo Sat Oct 3 09:47:12 2020 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.1 2020/07/23 12:38:44 nia Exp $ +$NetBSD: distinfo,v 1.2 2020/10/03 09:47:12 nia Exp $ -SHA1 (cfm-0.6.3.tar.gz) = 864747d2fbd8b6905e6a28b3e25fb5ce49830feb -RMD160 (cfm-0.6.3.tar.gz) = 5d43bf4625dad5cc87da8b88426ba4f8a1d59773 -SHA512 (cfm-0.6.3.tar.gz) = 7e9db3f49b107d97917683870176fb05a21a664cf610e76234bdc74b98a4d254bb4bb7efffb9fe34f314c0316bbc5e9b3a6f523e867b13de32578cab8e4615e3 -Size (cfm-0.6.3.tar.gz) = 72922 bytes +SHA1 (cfm-0.6.5.tar.gz) = 361a7db4b72512bdd647ec04e153c6db2b98664f +RMD160 (cfm-0.6.5.tar.gz) = e6f4f5139095626edb72eb3c39473ffd30fa7d62 +SHA512 (cfm-0.6.5.tar.gz) = 5e4ba27ca37a22f8f695579d0fb7b5175098a4333e069394bfaba7f50dbed5c317b351ce13753dc65eb70d31236f9aa8f7b8d5af77028c2ed598d9cae3caad47 +Size (cfm-0.6.5.tar.gz) = 71025 bytes SHA1 (patch-Makefile) = f60dbb3f7c800742ba7ce6d27355d72154b5f3cd --_----------=_1601718433139890--