diff options
author | zeising <zeising@FreeBSD.org> | 2015-10-05 20:28:21 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2015-10-05 20:28:21 +0800 |
commit | ab504a84bd20ffccb15e2ddf062464a140478ce5 (patch) | |
tree | 1160c7e05e6a86577671009f6b017ea730013ebc /graphics/feh | |
parent | e1d9ced35d166c8c62f3ff68cb0e443e3539a32b (diff) | |
download | freebsd-ports-gnome-ab504a84bd20ffccb15e2ddf062464a140478ce5.tar.gz freebsd-ports-gnome-ab504a84bd20ffccb15e2ddf062464a140478ce5.tar.zst freebsd-ports-gnome-ab504a84bd20ffccb15e2ddf062464a140478ce5.zip |
Update to 2.14
Changelog:
* Add --xinerama-index option for background setting (patch by James Knight)
* When removing the last image in slidsehow mode, stay on the last
(previously second-to-last) image (patch by Lior Shiponi)
* Allow --sort and --randomize to override each other (most recently
specified option wins) instead of always preferring --sort
* Thumbnail mode: Mark image as processed when executing an action
(--action) by clicking on an image
* It is now possible to override feh's idea of the active xinerama screen
using the --xinerama-index option
* Remove (undocumented) feature allowing to override feh's idea of the
active xinerama screen by setting the XINERAMA_SCREEN environment variable
Diffstat (limited to 'graphics/feh')
-rw-r--r-- | graphics/feh/Makefile | 2 | ||||
-rw-r--r-- | graphics/feh/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile index 6cf25cd09820..ec3949845314 100644 --- a/graphics/feh/Makefile +++ b/graphics/feh/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= feh -PORTVERSION= 2.13.1 +PORTVERSION= 2.14 CATEGORIES= graphics MASTER_SITES= http://feh.finalrewind.org/ \ LOCAL/uqs diff --git a/graphics/feh/distinfo b/graphics/feh/distinfo index 694927b99e4a..8791bffcba9d 100644 --- a/graphics/feh/distinfo +++ b/graphics/feh/distinfo @@ -1,2 +1,2 @@ -SHA256 (feh-2.13.1.tar.bz2) = 865088d0481f6862d79d7c08d7b6cf1d25058a74a5784e511a1422fea8aba980 -SIZE (feh-2.13.1.tar.bz2) = 2117354 +SHA256 (feh-2.14.tar.bz2) = 3829cd8995ec7cc08095a2b22a6c98d1e2638bd87c8b4f0e85a059c6f0edbc48 +SIZE (feh-2.14.tar.bz2) = 2118007 |