aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorpi <pi@FreeBSD.org>2016-06-09 08:30:54 +0800
committerpi <pi@FreeBSD.org>2016-06-09 08:30:54 +0800
commit555cecf31db8827101b0136e4c778847b49bef50 (patch)
treea52f5e14b896a456fe75f26a4fd71379de7736ee /sysutils
parentb88de1e064bca1314e482d543ede41b2efb2202a (diff)
downloadfreebsd-ports-gnome-555cecf31db8827101b0136e4c778847b49bef50.tar.gz
freebsd-ports-gnome-555cecf31db8827101b0136e4c778847b49bef50.tar.zst
freebsd-ports-gnome-555cecf31db8827101b0136e4c778847b49bef50.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)
Diffstat (limited to 'sysutils')
-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