Received: by mail.netbsd.org (Postfix, from userid 605) id 6B0E384D9D; Wed, 8 May 2019 02:06:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E724284D9B for ; Wed, 8 May 2019 02:06:46 +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 m6X0gVWsAqTZ for ; Wed, 8 May 2019 02:06:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5E1EB84D97 for ; Wed, 8 May 2019 02:06:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5585AFB16; Wed, 8 May 2019 02:06:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1557281206183300" MIME-Version: 1.0 Date: Wed, 8 May 2019 02:06:46 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/graphics/eom To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20190508020646.5585AFB16@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. --_----------=_1557281206183300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Wed May 8 02:06:46 UTC 2019 Modified Files: pkgsrc/graphics/eom: Makefile distinfo Log Message: eom: update to 1.22.1 ### eom 1.22.1 * Translations update * store: Add any image file in the current directory to the store * help: update copyright * Upgrade the manual to docbook 5.0 * Use persistent page setup To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/eom/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/eom/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1557281206183300 Content-Disposition: inline Content-Length: 1937 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/eom/Makefile diff -u pkgsrc/graphics/eom/Makefile:1.15 pkgsrc/graphics/eom/Makefile:1.16 --- pkgsrc/graphics/eom/Makefile:1.15 Wed Mar 6 06:34:22 2019 +++ pkgsrc/graphics/eom/Makefile Wed May 8 02:06:46 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2019/03/06 06:34:22 gutteridge Exp $ +# $NetBSD: Makefile,v 1.16 2019/05/08 02:06:46 gutteridge Exp $ # XXX: meta-pkgs/mate/Makefile.common includes pyversion.mk which sets the # python version too early and clashes with PYTHON_VERSIONS_INCOMPATIBLE @@ -7,7 +7,7 @@ .include "../../devel/libpeas/buildlink3.mk" .include "../../meta-pkgs/mate/Makefile.common" -DISTNAME= eom-${VERSION} +DISTNAME= eom-${VERSION:R}.1 CATEGORIES= graphics COMMENT= Eye of MATE: an image viewing and cataloging program Index: pkgsrc/graphics/eom/distinfo diff -u pkgsrc/graphics/eom/distinfo:1.7 pkgsrc/graphics/eom/distinfo:1.8 --- pkgsrc/graphics/eom/distinfo:1.7 Wed Mar 6 06:34:22 2019 +++ pkgsrc/graphics/eom/distinfo Wed May 8 02:06:46 2019 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.7 2019/03/06 06:34:22 gutteridge Exp $ +$NetBSD: distinfo,v 1.8 2019/05/08 02:06:46 gutteridge Exp $ -SHA1 (eom-1.22.0.tar.xz) = c2b6718fc98a30e55fe924d4455d3095412b4dab -RMD160 (eom-1.22.0.tar.xz) = c9fd6888c7693af982c57236d57b0129a498b007 -SHA512 (eom-1.22.0.tar.xz) = 1e086d1e2a0adc02978ffb45a4636e9b614a52d53a7a821af4050029f3fa3a774c29c2d43b5f2e0c58a100311eccc34e9424caf44e7e2139b4fa8d695b77cea0 -Size (eom-1.22.0.tar.xz) = 2171992 bytes +SHA1 (eom-1.22.1.tar.xz) = dab7740813e495369eced9935b9f72c1c662198a +RMD160 (eom-1.22.1.tar.xz) = a9a8d2dff46b5530d07a9a95a709eb3cb38a13ca +SHA512 (eom-1.22.1.tar.xz) = f510de62b9b6f11d02df067128042d6905484e0509a939b7919405d0c1dd03fe4b6735dcd8ccf780d36c5713f4585b50b2727645a454da148307a74cf542be87 +Size (eom-1.22.1.tar.xz) = 2142132 bytes SHA1 (patch-src_eom-exif-util.c) = 13a3d69553564278e9beae5c84adcf83b7591f20 --_----------=_1557281206183300--