Received: by mail.netbsd.org (Postfix, from userid 605) id 3BACD84E1F; Sun, 24 Feb 2019 14:49:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B729184D6A for ; Sun, 24 Feb 2019 14:49:06 +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 Y4ci23qkUXOm for ; Sun, 24 Feb 2019 14:49:06 +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 3572F84D2B for ; Sun, 24 Feb 2019 14:49:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 30450FB16; Sun, 24 Feb 2019 14:49:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1551019746129240" MIME-Version: 1.0 Date: Sun, 24 Feb 2019 14:49:06 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/shells/zsh-autosuggestions To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20190224144906.30450FB16@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. --_----------=_1551019746129240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Feb 24 14:49:06 UTC 2019 Modified Files: pkgsrc/shells/zsh-autosuggestions: Makefile distinfo Log Message: zsh-autosuggestions: update to 0.5.0. ## v0.5.0 - Don't overwrite config with default values (#335) - Support fallback strategies by supplying array to suggestion config var - Rename "default" suggestion strategy to "history" to name it based on what it actually does - Reset opts in some functions affected by `GLOB_SUBST` (#334) - Support widgets starting with dashes (ex: `-a-widget`) (#337) - Skip async tests in zsh versions less than 5.0.8 because of reliability issues - Fix handling of newline + carriage return in async pty (#333) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/shells/zsh-autosuggestions/Makefile \ pkgsrc/shells/zsh-autosuggestions/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1551019746129240 Content-Disposition: inline Content-Length: 1853 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/shells/zsh-autosuggestions/Makefile diff -u pkgsrc/shells/zsh-autosuggestions/Makefile:1.2 pkgsrc/shells/zsh-autosuggestions/Makefile:1.3 --- pkgsrc/shells/zsh-autosuggestions/Makefile:1.2 Sun May 27 12:21:47 2018 +++ pkgsrc/shells/zsh-autosuggestions/Makefile Sun Feb 24 14:49:06 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2018/05/27 12:21:47 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2019/02/24 14:49:06 wiz Exp $ -DISTNAME= zsh-autosuggestions-0.4.3 +DISTNAME= zsh-autosuggestions-0.5.0 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GITHUB:=zsh-users/} GITHUB_TAG= v${PKGVERSION_NOREV} Index: pkgsrc/shells/zsh-autosuggestions/distinfo diff -u pkgsrc/shells/zsh-autosuggestions/distinfo:1.2 pkgsrc/shells/zsh-autosuggestions/distinfo:1.3 --- pkgsrc/shells/zsh-autosuggestions/distinfo:1.2 Sun May 27 12:21:47 2018 +++ pkgsrc/shells/zsh-autosuggestions/distinfo Sun Feb 24 14:49:06 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2018/05/27 12:21:47 wiz Exp $ +$NetBSD: distinfo,v 1.3 2019/02/24 14:49:06 wiz Exp $ -SHA1 (zsh-autosuggestions-0.4.3.tar.gz) = 9161bfada86512f5221245f9194719a572c08fc2 -RMD160 (zsh-autosuggestions-0.4.3.tar.gz) = 7a41af729277d1107b83e7844530545b8bdf34e3 -SHA512 (zsh-autosuggestions-0.4.3.tar.gz) = c9be728bfd4cea67cc580548bda4c1b043e275a5a6f0c2134120e7e62e4522da2eddfff4c9414b5d6f28210d2f0b0f5bf008e7275c977c81bd61194f653c922c -Size (zsh-autosuggestions-0.4.3.tar.gz) = 20243 bytes +SHA1 (zsh-autosuggestions-0.5.0.tar.gz) = 045e8dd9fffa5ab1d2a51df264ba733c7a120d60 +RMD160 (zsh-autosuggestions-0.5.0.tar.gz) = 1b6a319f436a378c1e97191e45a589bd025f924c +SHA512 (zsh-autosuggestions-0.5.0.tar.gz) = 0b26d56bd01c6a47e9a3815a5c1210b6c967c8d182544c6c2f94c02ac8135d0306a12055f1e786c9a78c2acc0f23a7b65b51410bc46408253a46cdec8e30312a +Size (zsh-autosuggestions-0.5.0.tar.gz) = 23018 bytes --_----------=_1551019746129240--