From owner-svn-ports-head@freebsd.org Wed Mar 21 16:22:51 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DD25F51BC1; Wed, 21 Mar 2018 16:22:51 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C5038790DB; Wed, 21 Mar 2018 16:22:50 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BC4F72D077; Wed, 21 Mar 2018 16:22:50 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2LGMoEI043316; Wed, 21 Mar 2018 16:22:50 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2LGMo3v043314; Wed, 21 Mar 2018 16:22:50 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201803211622.w2LGMo3v043314@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Wed, 21 Mar 2018 16:22:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465190 - head/graphics/feh X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: head/graphics/feh X-SVN-Commit-Revision: 465190 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Mar 2018 16:22:51 -0000 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