Received: by mail.netbsd.org (Postfix, from userid 605) id 3005784D0B; Mon, 31 May 2021 10:27:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 63F1184CFD for ; Mon, 31 May 2021 10:27:43 +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 0F88FbwGJ8Kh for ; Mon, 31 May 2021 10:27:42 +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 D070D84CEA for ; Mon, 31 May 2021 10:27:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BF80BFA95; Mon, 31 May 2021 10:27:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1622456862235440" MIME-Version: 1.0 Date: Mon, 31 May 2021 10:27:42 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/sysutils/fzf To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210531102742.BF80BFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1622456862235440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon May 31 10:27:42 UTC 2021 Modified Files: pkgsrc/sysutils/fzf: Makefile distinfo Log Message: fzf: update to 0.27.1. Added unbind action. In the following Ripgrep launcher example, you can use unbind(reload) to switch to fzf-only filtering mode. Vim plugin Vim plugin will stop immediately even when the source command hasn't finished It is now possible to open popup window relative to the currrent window To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/sysutils/fzf/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/fzf/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1622456862235440 Content-Disposition: inline Content-Length: 1911 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/fzf/Makefile diff -u pkgsrc/sysutils/fzf/Makefile:1.36 pkgsrc/sysutils/fzf/Makefile:1.37 --- pkgsrc/sysutils/fzf/Makefile:1.36 Tue May 18 10:37:33 2021 +++ pkgsrc/sysutils/fzf/Makefile Mon May 31 10:27:42 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2021/05/18 10:37:33 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2021/05/31 10:27:42 wiz Exp $ -DISTNAME= fzf-0.27.0 +DISTNAME= fzf-0.27.1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=junegunn/} Index: pkgsrc/sysutils/fzf/distinfo diff -u pkgsrc/sysutils/fzf/distinfo:1.6 pkgsrc/sysutils/fzf/distinfo:1.7 --- pkgsrc/sysutils/fzf/distinfo:1.6 Tue May 18 10:37:33 2021 +++ pkgsrc/sysutils/fzf/distinfo Mon May 31 10:27:42 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.6 2021/05/18 10:37:33 wiz Exp $ +$NetBSD: distinfo,v 1.7 2021/05/31 10:27:42 wiz Exp $ -SHA1 (fzf-0.27.0.tar.gz) = ac3d52ae81725f2399ee3139c4f90b8248ee8a94 -RMD160 (fzf-0.27.0.tar.gz) = 63e556cbddb5a50cd422eeaffae215d6a3e4dc19 -SHA512 (fzf-0.27.0.tar.gz) = 7a14a85d962a409e5008a135acb3f18d489dbd615696e925d2854e6304e289f59f573bcb267d8447ca2112087099b7115143b85f11decaa893ac2196328109ed -Size (fzf-0.27.0.tar.gz) = 182950 bytes +SHA1 (fzf-0.27.1.tar.gz) = 0e0937a57f500dfc0f678626a4a2571fd1db9fa3 +RMD160 (fzf-0.27.1.tar.gz) = 4f754b1a64928b2bc2144d78ca68fe47aae8af17 +SHA512 (fzf-0.27.1.tar.gz) = ad2752cbfd6da396bf1984a94271966c0358b408af9efc6b8f5c53e2fd08d11ff1c0ee46ccff3087035c1a7f8b6e807b7961fb302ff1ee661f847ebf84deb2e8 +Size (fzf-0.27.1.tar.gz) = 191586 bytes SHA1 (github.com_gdamore_encoding_@v_v1.0.0.mod) = 563ec20894ceafe1f75f27b4f513c52e4f50893f RMD160 (github.com_gdamore_encoding_@v_v1.0.0.mod) = 5328d8b8c05a80049e749251c59ecc674210c303 SHA512 (github.com_gdamore_encoding_@v_v1.0.0.mod) = fb153c4e481c073133f0c933c67eba8a1f160ab146921f2c77125b6ff5c348cea57e3a5701a557c8db2212d32e3cba1c09b9509210660c17b66c2a45ba97cb75 --_----------=_1622456862235440--