Received: by mail.netbsd.org (Postfix, from userid 605) id F23B184E09; Mon, 19 Jun 2017 22:45:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 81D5D84DAB for ; Mon, 19 Jun 2017 22:45:32 +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 kFd-aP8NXvLv for ; Mon, 19 Jun 2017 22:45:32 +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 0C29784D76 for ; Mon, 19 Jun 2017 22:45:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0279BFAE8; Mon, 19 Jun 2017 22:45:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1497912331284890" MIME-Version: 1.0 Date: Mon, 19 Jun 2017 22:45:31 +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: <20170619224532.0279BFAE8@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. --_----------=_1497912331284890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: szptvlfn Date: Mon Jun 19 22:45:31 UTC 2017 Modified Files: pkgsrc/graphics/feh: Makefile distinfo Log Message: Update to 2.19 https://git.finalrewind.org/feh/plain/ChangeLog Tue, 06 Jun 2017 20:40:00 +0200 Daniel Friesel * Release v2.19 * Follow the freedesktop.org Thumbnail Managing Standard by saving thumbnails in ${XDG_CACHE_HOME}/thumbnails (defaulting to ~/.cache/thumbnails) instead of ~/.thumbnails (patch by Olof-Joachim Frahm) * Install app icons with the correct permissions of 644 * Documentation improvements To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 pkgsrc/graphics/feh/Makefile cvs rdiff -u -r1.42 -r1.43 pkgsrc/graphics/feh/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1497912331284890 Content-Disposition: inline Content-Length: 1732 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.81 pkgsrc/graphics/feh/Makefile:1.82 --- pkgsrc/graphics/feh/Makefile:1.81 Sun Apr 30 01:21:42 2017 +++ pkgsrc/graphics/feh/Makefile Mon Jun 19 22:45:31 2017 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.81 2017/04/30 01:21:42 ryoon Exp $ +# $NetBSD: Makefile,v 1.82 2017/06/19 22:45:31 szptvlfn Exp $ -DISTNAME= feh-2.18.3 -PKGREVISION= 1 +DISTNAME= feh-2.19 CATEGORIES= graphics MASTER_SITES= https://feh.finalrewind.org/ EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/graphics/feh/distinfo diff -u pkgsrc/graphics/feh/distinfo:1.42 pkgsrc/graphics/feh/distinfo:1.43 --- pkgsrc/graphics/feh/distinfo:1.42 Thu Apr 20 13:41:39 2017 +++ pkgsrc/graphics/feh/distinfo Mon Jun 19 22:45:31 2017 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.42 2017/04/20 13:41:39 szptvlfn Exp $ +$NetBSD: distinfo,v 1.43 2017/06/19 22:45:31 szptvlfn Exp $ -SHA1 (feh-2.18.3.tar.bz2) = 7829867e5ac85841df9e58c3fa826be388a257e2 -RMD160 (feh-2.18.3.tar.bz2) = 0789794f6482e403872a28eccbe6f1a4c4c0b7ee -SHA512 (feh-2.18.3.tar.bz2) = 3ffb44f8a2207c2c8725a519a23b7235a6df86aa8578b7b79a8819122e509d18dcc8263859e02cdbdeb5fb5ca56229f90aef567d53d63d763f8259fbc1fff515 -Size (feh-2.18.3.tar.bz2) = 2127924 bytes +SHA1 (feh-2.19.tar.bz2) = aa0cb03a2a6c6f386ec82ca40d3419276068366b +RMD160 (feh-2.19.tar.bz2) = 924ed83d55ec6a5c9af632f0a2141e46ef35b9e6 +SHA512 (feh-2.19.tar.bz2) = 19786749c4e82b21f73e08d1022518bb9bffa2abd52d5fe5f10a1c7e240d22cea4e7af96f986c81152f06f356ccc3a51034799b319507deb021e0c97fcf7d777 +Size (feh-2.19.tar.bz2) = 2128358 bytes SHA1 (patch-config.mk) = af7990e42c4c0a351c0d40eeb8221cd619ef72fb SHA1 (patch-src_imlib_c) = 925d2536b69f99acc949cb6bd67422d001335492 --_----------=_1497912331284890--