From 2369715a17c682de304a1c5d8b428c406648b3ab Mon Sep 17 00:00:00 2001 From: pi Date: Sat, 20 Feb 2016 11:23:40 +0000 Subject: x11/rofi: 0.15.11 -> 0.15.12 New features: - Initial `-dump` command for dmenu mode. (#216) - Threading support. o Parallel checking for ASCII. o Parallel string matching. o Autodetect number of HW-threads. o Disabled by default. - Highlight multiple selected rows (#287,#293) - Dmenu can read from file instead of stdin. - Regex matching (#113) - Take Screenshot of rofi using keybinding. - Hotkey for sorting: (#298) Option to set scrollbar width. Improvements: - Fix return code of multi-select. - Update manpage (#289, #291) - Improve speed of reading stdin in dmenu mode. - Correctly handle modifier keys now. Should now support most weird keyboard layouts and switching between them. (#268, #265, #286) - Correctly set locale, fixing issues with entering special characters. (#282) - DRun mode support `NoDisplay` setting (#283) - Pango markup is matched when filtering. (#273) Bug fixes: - Improve error message (#290) - Correctly switch to next entry on multi-select when list is filtered (#292) - Switch __FUNCTION__ for __func__. (#288) - Fix segfault on empty list and moving through it. (#256,#275) - Fix one off of colors (#269) - Drun fix uninitialized memory (#285) PR: 206846 Submitted by: Tobias Kortkamp Approved by: nomoo@nomoo.ru --- x11/rofi/Makefile | 3 +-- x11/rofi/distinfo | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'x11') diff --git a/x11/rofi/Makefile b/x11/rofi/Makefile index 60cd17824ec9..c99670cd6beb 100644 --- a/x11/rofi/Makefile +++ b/x11/rofi/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= rofi -PORTVERSION= 0.15.11 -PORTREVISION= 1 +PORTVERSION= 0.15.12 CATEGORIES= x11 MAINTAINER= nomoo@nomoo.ru diff --git a/x11/rofi/distinfo b/x11/rofi/distinfo index 02e110c57f76..e3c63dcf7a23 100644 --- a/x11/rofi/distinfo +++ b/x11/rofi/distinfo @@ -1,2 +1,2 @@ -SHA256 (DaveDavenport-rofi-0.15.11_GH0.tar.gz) = fce95c859b7ca3b57f8b53c9bb14d858795050405445671efeec0c1de2b401b9 -SIZE (DaveDavenport-rofi-0.15.11_GH0.tar.gz) = 155193 +SHA256 (DaveDavenport-rofi-0.15.12_GH0.tar.gz) = e5e6b0ed01fd1186652af2488ca2e7780cbde5f0750d9482eb816bae447f4e84 +SIZE (DaveDavenport-rofi-0.15.12_GH0.tar.gz) = 966863 -- cgit