svn commit: r398645 - head/graphics/feh

Niclas Zeising zeising at FreeBSD.org
Mon Oct 5 12:28:23 UTC 2015


Author: zeising
Date: Mon Oct  5 12:28:21 2015
New Revision: 398645
URL: https://svnweb.freebsd.org/changeset/ports/398645

Log:
  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

Modified:
  head/graphics/feh/Makefile
  head/graphics/feh/distinfo

Modified: head/graphics/feh/Makefile
==============================================================================
--- head/graphics/feh/Makefile	Mon Oct  5 12:02:19 2015	(r398644)
+++ head/graphics/feh/Makefile	Mon Oct  5 12:28:21 2015	(r398645)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	feh
-PORTVERSION=	2.13.1
+PORTVERSION=	2.14
 CATEGORIES=	graphics
 MASTER_SITES=	http://feh.finalrewind.org/ \
 		LOCAL/uqs

Modified: head/graphics/feh/distinfo
==============================================================================
--- head/graphics/feh/distinfo	Mon Oct  5 12:02:19 2015	(r398644)
+++ head/graphics/feh/distinfo	Mon Oct  5 12:28:21 2015	(r398645)
@@ -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


More information about the svn-ports-head mailing list