aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pick
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-06-09 00:30:54 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-06-09 00:30:54 +0000
commit2be1d46a5f11301f3437eb4680d10c601f7999ba (patch)
treea52f5e14b896a456fe75f26a4fd71379de7736ee /sysutils/pick
parent08b7f2debd52de8d339a9608a50c13a2135f7632 (diff)
downloadports-2be1d46a5f11301f3437eb4680d10c601f7999ba.tar.gz
ports-2be1d46a5f11301f3437eb4680d10c601f7999ba.zip
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)
Notes
Notes: svn path=/head/; revision=416574
Diffstat (limited to 'sysutils/pick')
-rw-r--r--sysutils/pick/Makefile2
-rw-r--r--sysutils/pick/distinfo5
-rw-r--r--sysutils/pick/pkg-descr4
3 files changed, 6 insertions, 5 deletions
diff --git a/sysutils/pick/Makefile b/sysutils/pick/Makefile
index 83880cc60667..0ade998d9ad4 100644
--- a/sysutils/pick/Makefile
+++ b/sysutils/pick/Makefile
@@ -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}/
diff --git a/sysutils/pick/distinfo b/sysutils/pick/distinfo
index 87ae056be7c9..238e4f4d16eb 100644
--- a/sysutils/pick/distinfo
+++ b/sysutils/pick/distinfo
@@ -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
diff --git a/sysutils/pick/pkg-descr b/sysutils/pick/pkg-descr
index a5300100b7ee..9c79ebddfc74 100644
--- a/sysutils/pick/pkg-descr
+++ b/sysutils/pick/pkg-descr
@@ -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