Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Mar 2018 16:22:50 +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: r465190 - head/graphics/feh
Message-ID:  <201803211622.w2LGMo3v043314@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Wed Mar 21 16:22:50 2018
New Revision: 465190
URL: https://svnweb.freebsd.org/changeset/ports/465190

Log:
  Update graphics/feh 2.25.1
  
  Changelog:
  * Fix compilation issues when using CFLAGS=-m64 on some gcc versions
  * Re-render current image when toggle_fixed_geometry is input
  * Allow arbitrary X11 colors as -B/--image-bg argument (patch by ulteq)
  * Improve --image-bg support and transparency handling in --bg-* mode
  * Respect --geometry settings in --bg-fill mode
  * Add keybinding toggle_auto_zoom (default Z) to toggle --auto-zoom
  * Fix filelists specified by -f/--filelist not being reloaded when using
    --reload
  * Improve performance when using --{max,min}-dimension in slideshow mode
    (patch by ulteq)
  * Fix crash when using %m format specifier in slideshow mode (introduced
    in feh 2.23.1)
  
  Note that the feature with natural sorting of file and directory names is
  not enabled since we don't have the strverscmp glibc extension.

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

Modified: head/graphics/feh/Makefile
==============================================================================
--- head/graphics/feh/Makefile	Wed Mar 21 16:20:51 2018	(r465189)
+++ head/graphics/feh/Makefile	Wed Mar 21 16:22:50 2018	(r465190)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	feh
-PORTVERSION=	2.23.2
+PORTVERSION=	2.25.1
 CATEGORIES=	graphics
 MASTER_SITES=	http://feh.finalrewind.org/ \
 		LOCAL/uqs
@@ -24,7 +24,7 @@ USE_PERL5=	run
 
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
-MAKE_ENV+=	LDFLAGS="${LDFLAGS}"
+MAKE_ENV+=	LDFLAGS="${LDFLAGS}" verscmp=0
 
 OPTIONS_DEFINE=	CAM DOCS EXAMPLES EXIF
 CAM_DESC=	Install feh-cam and related tools

Modified: head/graphics/feh/distinfo
==============================================================================
--- head/graphics/feh/distinfo	Wed Mar 21 16:20:51 2018	(r465189)
+++ head/graphics/feh/distinfo	Wed Mar 21 16:22:50 2018	(r465190)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1518554406
-SHA256 (feh-2.23.2.tar.bz2) = 96c131a558fd86d9a83862abfabbfc7c081b8a4d5c9d56598e04905a21ec89c3
-SIZE (feh-2.23.2.tar.bz2) = 2130360
+TIMESTAMP = 1521490623
+SHA256 (feh-2.25.1.tar.bz2) = 0c5ef21601c11e1aeccb3531a84658c4b67aeb9ab8db92a1da6d8cbad0a9faa4
+SIZE (feh-2.25.1.tar.bz2) = 2131624



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