From owner-svn-ports-all@freebsd.org Thu Jun 9 00:30:55 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 904FEB70729; Thu, 9 Jun 2016 00:30:55 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48C9712FF; Thu, 9 Jun 2016 00:30:55 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u590UsqI088727; Thu, 9 Jun 2016 00:30:54 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u590UsGU088723; Thu, 9 Jun 2016 00:30:54 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201606090030.u590UsGU088723@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 9 Jun 2016 00:30:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416574 - head/sysutils/pick X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jun 2016 00:30:55 -0000 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 (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