Received: by mail.netbsd.org (Postfix, from userid 605) id DB7BA84DEB; Thu, 25 Apr 2019 12:50:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 61C5E84DE9 for ; Thu, 25 Apr 2019 12:50:29 +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 6fWWOWodkNmn for ; Thu, 25 Apr 2019 12:50:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E25BE84CE3 for ; Thu, 25 Apr 2019 12:50:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DD57DFB16; Thu, 25 Apr 2019 12:50:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1556196628259070" MIME-Version: 1.0 Date: Thu, 25 Apr 2019 12:50:28 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/x11/maim To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20190425125028.DD57DFB16@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. --_----------=_1556196628259070 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Apr 25 12:50:28 UTC 2019 Modified Files: pkgsrc/x11/maim: Makefile distinfo Log Message: x11/maim: Update to 5.5.3 Merged PRs include: * Do not consider root window's children as window frames * Fix building with IJG jpeg * Add flag to capture background for transparent windows * Avoid printing image output to a TTY To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/maim/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/maim/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1556196628259070 Content-Disposition: inline Content-Length: 1539 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/maim/Makefile diff -u pkgsrc/x11/maim/Makefile:1.4 pkgsrc/x11/maim/Makefile:1.5 --- pkgsrc/x11/maim/Makefile:1.4 Wed Apr 3 00:33:16 2019 +++ pkgsrc/x11/maim/Makefile Thu Apr 25 12:50:28 2019 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2019/04/03 00:33:16 ryoon Exp $ +# $NetBSD: Makefile,v 1.5 2019/04/25 12:50:28 nia Exp $ -DISTNAME= maim-5.5.2 -PKGREVISION= 2 +DISTNAME= maim-5.5.3 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=naelstrof/} GITHUB_TAG= v${PKGVERSION_NOREV} Index: pkgsrc/x11/maim/distinfo diff -u pkgsrc/x11/maim/distinfo:1.1 pkgsrc/x11/maim/distinfo:1.2 --- pkgsrc/x11/maim/distinfo:1.1 Sat Jul 28 15:23:24 2018 +++ pkgsrc/x11/maim/distinfo Thu Apr 25 12:50:28 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2018/07/28 15:23:24 nia Exp $ +$NetBSD: distinfo,v 1.2 2019/04/25 12:50:28 nia Exp $ -SHA1 (maim-5.5.2.tar.gz) = 7a42883b220a48a476db122f13e45e2372928885 -RMD160 (maim-5.5.2.tar.gz) = 9bda5e3a200e36b5e05ed69a0256ab3294519806 -SHA512 (maim-5.5.2.tar.gz) = a195ae86f798180e9553af77e16bca1e4d0ba88e6cb025a6a76ecca524c5b60369162e9db787d3515a0a4528c8a7b648dc3046ff84f15c55ba692c4f537b455e -Size (maim-5.5.2.tar.gz) = 39619 bytes +SHA1 (maim-5.5.3.tar.gz) = 837bd07fa580a4719df734d67fa125dd99d52fec +RMD160 (maim-5.5.3.tar.gz) = 8b6fcb3c6dbd73247373cf2ca28e7da29133116c +SHA512 (maim-5.5.3.tar.gz) = bbcd4f0276090b9650cda88e527d0d1b80270a50935fbc02aac9a302a64bc3975386f24a97d8eb3c1f97d7d32cc9905d5e1f652915fbe3aae0766bd90bc5f51a +Size (maim-5.5.3.tar.gz) = 40083 bytes --_----------=_1556196628259070--