Received: by mail.netbsd.org (Postfix, from userid 605) id 9E74C84DEB; Sat, 13 Jun 2020 18:25:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2678684D72 for ; Sat, 13 Jun 2020 18:25:09 +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 qqPzhkV90wqf for ; Sat, 13 Jun 2020 18:25:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A1BDD84D45 for ; Sat, 13 Jun 2020 18:25:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9C092FB27; Sat, 13 Jun 2020 18:25:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1592072708101670" MIME-Version: 1.0 Date: Sat, 13 Jun 2020 18:25:08 +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: <20200613182508.9C092FB27@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. --_----------=_1592072708101670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sat Jun 13 18:25:08 UTC 2020 Modified Files: pkgsrc/graphics/feh: Makefile distinfo Log Message: feh: Update to 3.4.1 * Release v3.4.1 * Fix lossless rotate not being lossless when using feh with Imlib2 v1.6 or later To generate a diff of this commit: cvs rdiff -u -r1.107 -r1.108 pkgsrc/graphics/feh/Makefile cvs rdiff -u -r1.54 -r1.55 pkgsrc/graphics/feh/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1592072708101670 Content-Disposition: inline Content-Length: 1711 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.107 pkgsrc/graphics/feh/Makefile:1.108 --- pkgsrc/graphics/feh/Makefile:1.107 Fri May 22 10:56:12 2020 +++ pkgsrc/graphics/feh/Makefile Sat Jun 13 18:25:08 2020 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.107 2020/05/22 10:56:12 adam Exp $ +# $NetBSD: Makefile,v 1.108 2020/06/13 18:25:08 nia Exp $ -DISTNAME= feh-3.4 -PKGREVISION= 2 +DISTNAME= feh-3.4.1 CATEGORIES= graphics MASTER_SITES= https://feh.finalrewind.org/ EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/graphics/feh/distinfo diff -u pkgsrc/graphics/feh/distinfo:1.54 pkgsrc/graphics/feh/distinfo:1.55 --- pkgsrc/graphics/feh/distinfo:1.54 Tue Apr 21 13:43:01 2020 +++ pkgsrc/graphics/feh/distinfo Sat Jun 13 18:25:08 2020 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.54 2020/04/21 13:43:01 nia Exp $ +$NetBSD: distinfo,v 1.55 2020/06/13 18:25:08 nia Exp $ -SHA1 (feh-3.4.tar.bz2) = 44b67f3c16c247683bc17f1624484686b7ffe313 -RMD160 (feh-3.4.tar.bz2) = dbf670aac6eb8b1b9b5fb7714209a507d7a34d10 -SHA512 (feh-3.4.tar.bz2) = 50cb7fd33b583ee802cbbba8ed7a74e9eb72a141ffa28ab998a196f9f8d030a8192420fc084136f699cb33b1b8c4d8c2c111fa90695dd82a1366330a428383ce -Size (feh-3.4.tar.bz2) = 2114146 bytes +SHA1 (feh-3.4.1.tar.bz2) = bbad3635f34574f2e4ffd8bb129e21f806afa5a8 +RMD160 (feh-3.4.1.tar.bz2) = 716db47ef8f63c1dea11565afb1a19f4bf367130 +SHA512 (feh-3.4.1.tar.bz2) = d674d3134819cf6731aebf8af87a2f890d54dd7f8c64071e8816a032aeeb95c31f56752bb3477be0dfb653f813872b32dc2daf4e0514fed03e3f6bba36896c66 +Size (feh-3.4.1.tar.bz2) = 2114441 bytes SHA1 (patch-config.mk) = af7990e42c4c0a351c0d40eeb8221cd619ef72fb SHA1 (patch-src_imlib_c) = 925d2536b69f99acc949cb6bd67422d001335492 --_----------=_1592072708101670--