Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148049468
D9684.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D9684.diff
View Options
Index: head/sysutils/py-ranger/Makefile
===================================================================
--- head/sysutils/py-ranger/Makefile
+++ head/sysutils/py-ranger/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= ranger
-PORTVERSION= 1.7.2
+PORTVERSION= 1.8.1
CATEGORIES= sysutils python
MASTER_SITES= http://ranger.nongnu.org/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Index: head/sysutils/py-ranger/distinfo
===================================================================
--- head/sysutils/py-ranger/distinfo
+++ head/sysutils/py-ranger/distinfo
@@ -1,2 +1,3 @@
-SHA256 (ranger-1.7.2.tar.gz) = 94f6e342daee4445f15db5a7440a11138487c49cc25da0c473bbf1b8978f5b79
-SIZE (ranger-1.7.2.tar.gz) = 269713
+TIMESTAMP = 1487579541
+SHA256 (ranger-1.8.1.tar.gz) = 1433f9f9958b104c97d4b23ab77a2ac37d3f98b826437b941052a55c01c721b4
+SIZE (ranger-1.8.1.tar.gz) = 227415
Index: head/sysutils/py-ranger/files/patch-ranger_ext_img__display.py
===================================================================
--- head/sysutils/py-ranger/files/patch-ranger_ext_img__display.py
+++ head/sysutils/py-ranger/files/patch-ranger_ext_img__display.py
@@ -1,11 +1,10 @@
---- 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'
-+W3MIMGDISPLAY_PATH = '%%LOCALBASE%%/libexec/w3m/w3mimgdisplay'
+--- ranger/ext/img_display.py.orig 2017-02-20 16:56:49.277878000 +0800
++++ ranger/ext/img_display.py 2017-02-20 17:00:01.700857000 +0800
+@@ -25,6 +25,7 @@
+ W3MIMGDISPLAY_ENV = "W3MIMGDISPLAY_PATH"
W3MIMGDISPLAY_OPTIONS = []
-
- class ImgDisplayUnsupportedException(Exception):
+ W3MIMGDISPLAY_PATHS = [
++ '%%LOCALBASE%%/libexec/w3m/w3mimgdisplay',
+ '/usr/lib/w3m/w3mimgdisplay',
+ '/usr/libexec/w3m/w3mimgdisplay',
+ '/usr/lib64/w3m/w3mimgdisplay',
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 16, 10:20 AM (2 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29766312
Default Alt Text
D9684.diff (1 KB)
Attached To
Mode
D9684: Update sysutils/py-ranger to 1.8.1
Attached
Detach File
Event Timeline
Log In to Comment