svn commit: r465190 - head/graphics/feh
Niclas Zeising
zeising at FreeBSD.org
Wed Mar 21 16:22:51 UTC 2018
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
More information about the svn-ports-all
mailing list