Date: Tue, 12 Apr 2016 07:15:04 +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: r413102 - in head/sysutils/py-ranger: . files Message-ID: <201604120715.u3C7F4Vf085827@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Tue Apr 12 07:15:04 2016 New Revision: 413102 URL: https://svnweb.freebsd.org/changeset/ports/413102 Log: sysutils/py-ranger: 1.7.1 -> 1.7.2 Changes: - Fixed file name arguments passed to sxiv and feh when using :flat - Fixed removal of empty directories when using :rename - Fixed free disk space display on Mac OS X - Fixed examples/vim_file_chooser to work with gvim too - Fixed some other rare crashes and bugs - Fixed downward mouse wheel scrolling - Fixed warning about regex splits being drawin in title bar since python3.5 - Really fixed S key binding not working when SHELL=fish - Improved doc/cheatsheet.svg - Added some entries to rifle.conf - Added key bindings pO and pP which work like po and pp but queue the operation in a first-in-first-out order. PR: 208734 Submitted by: Daniel Lin <linpct@gmail.com> (maintainer) Added: head/sysutils/py-ranger/files/patch-ranger_ext_img__display.py - copied, changed from r413101, head/sysutils/py-ranger/files/patch-img_display.py Deleted: head/sysutils/py-ranger/files/patch-img_display.py Modified: head/sysutils/py-ranger/Makefile head/sysutils/py-ranger/distinfo Modified: head/sysutils/py-ranger/Makefile ============================================================================== --- head/sysutils/py-ranger/Makefile Tue Apr 12 06:31:59 2016 (r413101) +++ head/sysutils/py-ranger/Makefile Tue Apr 12 07:15:04 2016 (r413102) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ranger -PORTVERSION= 1.7.1 +PORTVERSION= 1.7.2 CATEGORIES= sysutils python MASTER_SITES= http://ranger.nongnu.org/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/sysutils/py-ranger/distinfo ============================================================================== --- head/sysutils/py-ranger/distinfo Tue Apr 12 06:31:59 2016 (r413101) +++ head/sysutils/py-ranger/distinfo Tue Apr 12 07:15:04 2016 (r413102) @@ -1,2 +1,2 @@ -SHA256 (ranger-1.7.1.tar.gz) = f8b06135165142508ae7ec22ab2c95f6e51b4018c645d11226086d4c45b7df86 -SIZE (ranger-1.7.1.tar.gz) = 266089 +SHA256 (ranger-1.7.2.tar.gz) = 94f6e342daee4445f15db5a7440a11138487c49cc25da0c473bbf1b8978f5b79 +SIZE (ranger-1.7.2.tar.gz) = 269713 Copied and modified: head/sysutils/py-ranger/files/patch-ranger_ext_img__display.py (from r413101, head/sysutils/py-ranger/files/patch-img_display.py) ============================================================================== --- head/sysutils/py-ranger/files/patch-img_display.py Tue Apr 12 06:31:59 2016 (r413101, copy source) +++ head/sysutils/py-ranger/files/patch-ranger_ext_img__display.py Tue Apr 12 07:15:04 2016 (r413102) @@ -1,7 +1,7 @@ ---- ranger/ext/img_display.py.orig 2014-02-05 11:33:29.000000000 +0800 -+++ ranger/ext/img_display.py 2014-02-05 11:34:00.000000000 +0800 -@@ -13,7 +13,7 @@ - import termios, fcntl, struct, sys, os +--- ranger/ext/img_display.py.orig 2015-10-03 23:46:45 UTC ++++ ranger/ext/img_display.py +@@ -21,7 +21,7 @@ import termios + from ranger.core.shared import FileManagerAware from subprocess import Popen, PIPE -W3MIMGDISPLAY_PATH = '/usr/lib/w3m/w3mimgdisplay'
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604120715.u3C7F4Vf085827>