Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Oct 2015 12:28:22 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398645 - head/graphics/feh
Message-ID:  <201510051228.t95CSM29012092@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510051228.t95CSM29012092>