Received: by mail.netbsd.org (Postfix, from userid 605) id 63AEA84DB1; Thu, 13 May 2021 10:11:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9D69F84DA9 for ; Thu, 13 May 2021 10:11:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Y87HA1Q4B_IU for ; Thu, 13 May 2021 10:11:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0F6A484CE1 for ; Thu, 13 May 2021 10:11:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 043DBFA95; Thu, 13 May 2021 10:11:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162090069812890" MIME-Version: 1.0 Date: Thu, 13 May 2021 10:11:38 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/graphics/feh To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210513101139.043DBFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162090069812890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu May 13 10:11:38 UTC 2021 Modified Files: pkgsrc/graphics/feh: Makefile distinfo Log Message: feh: update to 3.7 * Release v3.7 * Use compact representation instead of key-value pairs for common EXIF data (only applies when compiling feh with exif=1) * Add --window-id option (draw to an existing window) * Add --zoom-step option (specify zoom step size) * Pass gopher:// and gophers:// URLs to libcurl * Fix --reload / --auto-reload reloading the wrong directory when using --start-at and no file arguments or filelists have been specified * Fix Ctrl+key causing unintended behaviour when controlling feh via stdin * Fix high CPU usage when closing stdin after starting feh from a terminal Mon, 25 Jan 2021 17:46:57 +0100 Daniel Friesel To generate a diff of this commit: cvs rdiff -u -r1.113 -r1.114 pkgsrc/graphics/feh/Makefile cvs rdiff -u -r1.59 -r1.60 pkgsrc/graphics/feh/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162090069812890 Content-Disposition: inline Content-Length: 1786 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/feh/Makefile diff -u pkgsrc/graphics/feh/Makefile:1.113 pkgsrc/graphics/feh/Makefile:1.114 --- pkgsrc/graphics/feh/Makefile:1.113 Wed Apr 21 13:24:46 2021 +++ pkgsrc/graphics/feh/Makefile Thu May 13 10:11:38 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.113 2021/04/21 13:24:46 adam Exp $ +# $NetBSD: Makefile,v 1.114 2021/05/13 10:11:38 nia Exp $ -DISTNAME= feh-3.6.3 -PKGREVISION= 1 +DISTNAME= feh-3.7 CATEGORIES= graphics MASTER_SITES= https://feh.finalrewind.org/ EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/graphics/feh/distinfo diff -u pkgsrc/graphics/feh/distinfo:1.59 pkgsrc/graphics/feh/distinfo:1.60 --- pkgsrc/graphics/feh/distinfo:1.59 Wed Feb 3 09:51:55 2021 +++ pkgsrc/graphics/feh/distinfo Thu May 13 10:11:38 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.59 2021/02/03 09:51:55 nia Exp $ +$NetBSD: distinfo,v 1.60 2021/05/13 10:11:38 nia Exp $ -SHA1 (feh-3.6.3.tar.bz2) = 16a06ec89a3f65247f0d4d5e8cfd5b7be691e358 -RMD160 (feh-3.6.3.tar.bz2) = f513fa97df87e2137733d9514af77171a09bebb6 -SHA512 (feh-3.6.3.tar.bz2) = 53e9e1903f256fee9d49af2f8ce4bf153317e7d5de6b396448f16fd54ae1a13217edb44566cd0433e25675a25175cc412a726f058856136f19629661e2f62ce2 -Size (feh-3.6.3.tar.bz2) = 2116771 bytes +SHA1 (feh-3.7.tar.bz2) = ddbe2ddd1b72209ca131e48b4a70497eeb59dc98 +RMD160 (feh-3.7.tar.bz2) = 3cbc4432a2f927ef2a86db6aa51f5517b17371fe +SHA512 (feh-3.7.tar.bz2) = 687d0863bb6bf99bc88ca22760ab670525e6d8ee4c984fa00d686adabd39b7bee2449d93beeb8863a161d2b1dfabed3cff035911711eb445b358ff5a4b77da3f +Size (feh-3.7.tar.bz2) = 2118355 bytes SHA1 (patch-config.mk) = af7990e42c4c0a351c0d40eeb8221cd619ef72fb SHA1 (patch-src_getopt.c) = 1a91896a7bed8670fc44798308341633f818ebdc SHA1 (patch-src_gib__imlib.c) = 4f231e1bd8698e0bff796fab6b553649c31e1650 --_----------=_162090069812890--