Received: by mail.netbsd.org (Postfix, from userid 605) id ED39A84D36; Thu, 17 Aug 2017 23:31:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7F26C84D22 for ; Thu, 17 Aug 2017 23:31:04 +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 DA6kgP5yap_u for ; Thu, 17 Aug 2017 23:31:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0E07284CE2 for ; Thu, 17 Aug 2017 23:31:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 095C5FAD0; Thu, 17 Aug 2017 23:31:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1503012664200250" MIME-Version: 1.0 Date: Thu, 17 Aug 2017 23:31:04 +0000 From: "Ryosuke Moro" Subject: CVS commit: pkgsrc/graphics/feh To: pkgsrc-changes@NetBSD.org Reply-To: szptvlfn@netbsd.org X-Mailer: log_accum Message-Id: <20170817233104.095C5FAD0@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. --_----------=_1503012664200250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: szptvlfn Date: Thu Aug 17 23:31:03 UTC 2017 Modified Files: pkgsrc/graphics/feh: Makefile distinfo Log Message: Update to 2.19.2 http://git.finalrewind.org/feh/plain/ChangeLog Sat, 12 Aug 2017 05:05:24 +0200 Daniel Friesel * Release v2.19.2 * Show ImageMagick loader errors unless --quiet is specified * Fix crash when handling certain media keys (introduced in 2.19.1) To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 pkgsrc/graphics/feh/Makefile cvs rdiff -u -r1.44 -r1.45 pkgsrc/graphics/feh/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1503012664200250 Content-Disposition: inline Content-Length: 1729 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.83 pkgsrc/graphics/feh/Makefile:1.84 --- pkgsrc/graphics/feh/Makefile:1.83 Mon Aug 7 22:07:40 2017 +++ pkgsrc/graphics/feh/Makefile Thu Aug 17 23:31:03 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.83 2017/08/07 22:07:40 szptvlfn Exp $ +# $NetBSD: Makefile,v 1.84 2017/08/17 23:31:03 szptvlfn Exp $ -DISTNAME= feh-2.19.1 +DISTNAME= feh-2.19.2 CATEGORIES= graphics MASTER_SITES= https://feh.finalrewind.org/ EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/graphics/feh/distinfo diff -u pkgsrc/graphics/feh/distinfo:1.44 pkgsrc/graphics/feh/distinfo:1.45 --- pkgsrc/graphics/feh/distinfo:1.44 Mon Aug 7 22:07:40 2017 +++ pkgsrc/graphics/feh/distinfo Thu Aug 17 23:31:03 2017 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.44 2017/08/07 22:07:40 szptvlfn Exp $ +$NetBSD: distinfo,v 1.45 2017/08/17 23:31:03 szptvlfn Exp $ -SHA1 (feh-2.19.1.tar.bz2) = 266e1fc753693886b0cde223b86421d00dafd54b -RMD160 (feh-2.19.1.tar.bz2) = 57c413c0040c5f3b06d2a05422944d3660b92e4d -SHA512 (feh-2.19.1.tar.bz2) = cc019654c36a8fec9a4fb8d7fd47ea75e7a0ef5a754f06702da6898a9ec7a48f9f8bde10a60e25a077dd46b3defe67dbf6a6bc4c7d9ba7079ea5e472840a36d9 -Size (feh-2.19.1.tar.bz2) = 2128270 bytes +SHA1 (feh-2.19.2.tar.bz2) = 24e5214034350d0cc27c8153eb6cc9a935939b54 +RMD160 (feh-2.19.2.tar.bz2) = 98d348ac26fc5151ed4585fe7d900d506c260241 +SHA512 (feh-2.19.2.tar.bz2) = a054070082c01facd3fd99bf0365ce35c3dc5ac27fdadc25c7c0bc9a7bd6822f1c5c30385e3a19c2d679ea955cc80e775a7d9a41126846363557e2d01fc3ba69 +Size (feh-2.19.2.tar.bz2) = 2128489 bytes SHA1 (patch-config.mk) = af7990e42c4c0a351c0d40eeb8221cd619ef72fb SHA1 (patch-src_imlib_c) = 925d2536b69f99acc949cb6bd67422d001335492 --_----------=_1503012664200250--