Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 724E884F27 for ; Wed, 21 Jun 2023 08:28:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id OJZQydbV2cAO for ; Wed, 21 Jun 2023 08:28:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id DE23384F16 for ; Wed, 21 Jun 2023 08:28:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D6D8FFA89; Wed, 21 Jun 2023 08:28:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1687336114230090" MIME-Version: 1.0 Date: Wed, 21 Jun 2023 08:28:34 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/graphics/feh To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20230621082834.D6D8FFA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1687336114230090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: nia Date: Wed Jun 21 08:28:34 UTC 2023 Modified Files: pkgsrc/graphics/feh: Makefile distinfo Log Message: feh: update to 3.10 Thu, 06 Apr 2023 16:19:16 +0200 * Release v3.10 * Add --sort=none option to un-set sort modes specified earlier * Improve error messages for Imlib2 ≥ 1.8 * Fix build with clang 16. (Patch by orbea) * Fix tests when building with magic=1 To generate a diff of this commit: cvs rdiff -u -r1.126 -r1.127 pkgsrc/graphics/feh/Makefile cvs rdiff -u -r1.67 -r1.68 pkgsrc/graphics/feh/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1687336114230090 Content-Disposition: inline Content-Length: 1703 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.126 pkgsrc/graphics/feh/Makefile:1.127 --- pkgsrc/graphics/feh/Makefile:1.126 Wed Apr 19 08:10:17 2023 +++ pkgsrc/graphics/feh/Makefile Wed Jun 21 08:28:34 2023 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.126 2023/04/19 08:10:17 adam Exp $ +# $NetBSD: Makefile,v 1.127 2023/06/21 08:28:34 nia Exp $ -DISTNAME= feh-3.9.1 -PKGREVISION= 3 +DISTNAME= feh-3.10 CATEGORIES= graphics MASTER_SITES= https://feh.finalrewind.org/ EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/graphics/feh/distinfo diff -u pkgsrc/graphics/feh/distinfo:1.67 pkgsrc/graphics/feh/distinfo:1.68 --- pkgsrc/graphics/feh/distinfo:1.67 Sat Sep 3 12:09:32 2022 +++ pkgsrc/graphics/feh/distinfo Wed Jun 21 08:28:34 2023 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.67 2022/09/03 12:09:32 nia Exp $ +$NetBSD: distinfo,v 1.68 2023/06/21 08:28:34 nia Exp $ -BLAKE2s (feh-3.9.1.tar.bz2) = d9d6309256b69d27b6c0066112bcb6bf362198dd6f09bba761df7b98d187ced6 -SHA512 (feh-3.9.1.tar.bz2) = 78682ec80df6b6655dbc18774ee95b3d68f1711a50129a9befb8adfb8c1a74aeede2493a35955687cdc2aa079978927727dac02543643418ef8deefa0d8c6d05 -Size (feh-3.9.1.tar.bz2) = 2108873 bytes +BLAKE2s (feh-3.10.tar.bz2) = 01093862f40d51d9a257a4c3e75a347d2b7e1edf5300b8b541e15d5845ba27ce +SHA512 (feh-3.10.tar.bz2) = 9dc242a545590ab20847662613c289f4b78d44a1647c3696a65fd05c307628f869adf68fa3a66ca637b3974a309efb0b96d58a7aaa3d29725faf21208f40383e +Size (feh-3.10.tar.bz2) = 2109603 bytes SHA1 (patch-config.mk) = af7990e42c4c0a351c0d40eeb8221cd619ef72fb SHA1 (patch-src_gib__imlib.c) = 4f231e1bd8698e0bff796fab6b553649c31e1650 SHA1 (patch-src_imlib_c) = 925d2536b69f99acc949cb6bd67422d001335492 --_----------=_1687336114230090--