Received: by mail.netbsd.org (Postfix, from userid 605) id D0A6B84D82; Wed, 8 Jan 2020 11:57:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5ACD484C85 for ; Wed, 8 Jan 2020 11:57:19 +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 5IEhochg9xvS for ; Wed, 8 Jan 2020 11:57:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D56D084C81 for ; Wed, 8 Jan 2020 11:57:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CF885FBF4; Wed, 8 Jan 2020 11:57:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157848463844040" MIME-Version: 1.0 Date: Wed, 8 Jan 2020 11:57:18 +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: <20200108115718.CF885FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_157848463844040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Wed Jan 8 11:57:18 UTC 2020 Modified Files: pkgsrc/graphics/feh: Makefile distinfo Log Message: feh: Update to 3.3 * Release v3.3 * New option --class allows setting the X11 class hint per feh instance (patch by Olof-Joachim Frahm) * Improve handling of NULL returns from Imlib2 calls (patch by Ben Boeckel) * Fix compilation with libcurl < v7.32 To generate a diff of this commit: cvs rdiff -u -r1.100 -r1.101 pkgsrc/graphics/feh/Makefile cvs rdiff -u -r1.52 -r1.53 pkgsrc/graphics/feh/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157848463844040 Content-Disposition: inline Content-Length: 1710 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.100 pkgsrc/graphics/feh/Makefile:1.101 --- pkgsrc/graphics/feh/Makefile:1.100 Mon Oct 28 09:27:53 2019 +++ pkgsrc/graphics/feh/Makefile Wed Jan 8 11:57:18 2020 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.100 2019/10/28 09:27:53 nia Exp $ +# $NetBSD: Makefile,v 1.101 2020/01/08 11:57:18 nia Exp $ -DISTNAME= feh-3.2.1 -PKGREVISION= 1 +DISTNAME= feh-3.3 CATEGORIES= graphics MASTER_SITES= https://feh.finalrewind.org/ EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/graphics/feh/distinfo diff -u pkgsrc/graphics/feh/distinfo:1.52 pkgsrc/graphics/feh/distinfo:1.53 --- pkgsrc/graphics/feh/distinfo:1.52 Wed Jul 24 17:19:57 2019 +++ pkgsrc/graphics/feh/distinfo Wed Jan 8 11:57:18 2020 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.52 2019/07/24 17:19:57 nia Exp $ +$NetBSD: distinfo,v 1.53 2020/01/08 11:57:18 nia Exp $ -SHA1 (feh-3.2.1.tar.bz2) = 3292fc7a45ff6c54927ab867d5d743869cbbf3ad -RMD160 (feh-3.2.1.tar.bz2) = af6c251ea98cdd53d9fa4dd603e795b1e4a27259 -SHA512 (feh-3.2.1.tar.bz2) = 11a136990f7d02409501f10553659c64ad5d18d4bfaa4e5cfdeb7a2f53ffdb8bd9b8347796c65e75c49615ac4c12bc81bf3a58325f778cb5e0c1608181d7b53a -Size (feh-3.2.1.tar.bz2) = 2112281 bytes +SHA1 (feh-3.3.tar.bz2) = 9511eb4ee5a8131908300b506875df99f55b773e +RMD160 (feh-3.3.tar.bz2) = dd0d13a3572328b537a8745f7ebf092f35a37800 +SHA512 (feh-3.3.tar.bz2) = 0372115a8f2df77cdfc0fc1b24479e72d9be1f24127c787909ef671075b199b8d5f873200ce202f51705991cf3c5f5cc71ef8f47294fe520e3a9acc5cb7582a9 +Size (feh-3.3.tar.bz2) = 2112880 bytes SHA1 (patch-config.mk) = af7990e42c4c0a351c0d40eeb8221cd619ef72fb SHA1 (patch-src_imlib_c) = 925d2536b69f99acc949cb6bd67422d001335492 --_----------=_157848463844040--