Date: Thu, 9 Jun 2016 00:30:54 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416574 - head/sysutils/pick Message-ID: <201606090030.u590UsGU088723@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Thu Jun 9 00:30:54 2016 New Revision: 416574 URL: https://svnweb.freebsd.org/changeset/ports/416574 Log: sysutils/pick: 1.3.0 -> 1.4.0 New features - Add a test suite (Anton Lindqvist, prahlad, Score_Under) - Add an -S option for disable sorting of choices (Calle Erlandsson) - Add UTF-8 support (Anton Lindqvist) - Add support for using the delete key and Ctrl-D interchangeably (prahlad) - Make use of pledge(1) on OpenBSD (Anton Lindqvist) Bug fixes - Fix compatibility issues with the Android NDK and the musl libc (Fredrik Fornwall) - Fix issues with newlines caused by colored input (Calle Erlandsson) - Fix standout rendering of the last line (Anton Lindqvist) - Refactoring and cleanup (Anton Lindqvist) Removed features - Remove altscreen condition if invoked from Vim (Anton Lindqvist) PR: 210108 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) Modified: head/sysutils/pick/Makefile head/sysutils/pick/distinfo head/sysutils/pick/pkg-descr Modified: head/sysutils/pick/Makefile ============================================================================== --- head/sysutils/pick/Makefile Thu Jun 9 00:14:07 2016 (r416573) +++ head/sysutils/pick/Makefile Thu Jun 9 00:30:54 2016 (r416574) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pick -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.0 CATEGORIES= sysutils MASTER_SITES= http://github.com/thoughtbot/pick/releases/download/v${PORTVERSION}/ Modified: head/sysutils/pick/distinfo ============================================================================== --- head/sysutils/pick/distinfo Thu Jun 9 00:14:07 2016 (r416573) +++ head/sysutils/pick/distinfo Thu Jun 9 00:30:54 2016 (r416574) @@ -1,2 +1,3 @@ -SHA256 (pick-1.3.0.tar.gz) = a1c2c7902f6a322d7be5cf024d6cb94f1e65edfbba4b151647d215481f783257 -SIZE (pick-1.3.0.tar.gz) = 92226 +TIMESTAMP = 1465319383 +SHA256 (pick-1.4.0.tar.gz) = 46f46b0df54cf27e8dd19ae291d5534cb55ef37d9cdb3cc774cd88c809f718fd +SIZE (pick-1.4.0.tar.gz) = 101607 Modified: head/sysutils/pick/pkg-descr ============================================================================== --- head/sysutils/pick/pkg-descr Thu Jun 9 00:14:07 2016 (r416573) +++ head/sysutils/pick/pkg-descr Thu Jun 9 00:30:54 2016 (r416574) @@ -1,4 +1,4 @@ -pick allows users to choose one option from a set of choices using an interface -with fuzzy search functionality. +pick allows users to choose one option from a set of choices using +an interface with fuzzy search functionality. WWW: https://www.github.com/thoughtbot/pick
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606090030.u590UsGU088723>