Received: by mail.netbsd.org (Postfix, from userid 605) id AB9E784DAE; Thu, 4 Apr 2019 10:02:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 326DF84D8D for ; Thu, 4 Apr 2019 10:02:24 +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 x4aVTaELVwqX for ; Thu, 4 Apr 2019 10:02:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id ACEDF84D35 for ; Thu, 4 Apr 2019 10:02:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A81C1FB16; Thu, 4 Apr 2019 10:02:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1554372143155760" MIME-Version: 1.0 Date: Thu, 4 Apr 2019 10:02:23 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/meld To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20190404100223.A81C1FB16@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. --_----------=_1554372143155760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wiz Date: Thu Apr 4 10:02:23 UTC 2019 Modified Files: pkgsrc/devel/meld: Makefile distinfo Log Message: meld: update to 3.20.1. 2019-03-31 meld 3.20.1 ====================== Fixes: * Fix bad comparison highlighting with VT characters (Kai Willadsen) * Fix folder comparison display with >2G files (Kai Willadsen) * Fix support for missing folders in folder comparison (Kai Willadsen) * Handle trash-related errors with NFS mounts (Kai Willadsen) * Add release metadata to appstream data (Kai Willadsen) * Issues fixed: 268, 295 Translations: * Anders Jonsson (sv) * Balázs Úr (hu) * Daniel Mustieles (es) * Marek Cernocky (cs) * Ryuta Fujii (ja) * Wolfgang Stöggl (de) To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93 pkgsrc/devel/meld/Makefile cvs rdiff -u -r1.57 -r1.58 pkgsrc/devel/meld/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1554372143155760 Content-Disposition: inline Content-Length: 1583 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/meld/Makefile diff -u pkgsrc/devel/meld/Makefile:1.92 pkgsrc/devel/meld/Makefile:1.93 --- pkgsrc/devel/meld/Makefile:1.92 Wed Feb 13 19:49:38 2019 +++ pkgsrc/devel/meld/Makefile Thu Apr 4 10:02:23 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.92 2019/02/13 19:49:38 wiz Exp $ +# $NetBSD: Makefile,v 1.93 2019/04/04 10:02:23 wiz Exp $ -DISTNAME= meld-3.20.0 +DISTNAME= meld-3.20.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:=sources/meld/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz Index: pkgsrc/devel/meld/distinfo diff -u pkgsrc/devel/meld/distinfo:1.57 pkgsrc/devel/meld/distinfo:1.58 --- pkgsrc/devel/meld/distinfo:1.57 Wed Feb 13 19:49:38 2019 +++ pkgsrc/devel/meld/distinfo Thu Apr 4 10:02:23 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.57 2019/02/13 19:49:38 wiz Exp $ +$NetBSD: distinfo,v 1.58 2019/04/04 10:02:23 wiz Exp $ -SHA1 (meld-3.20.0.tar.xz) = 950e139332c109bdd3efecb441fed959187c26c9 -RMD160 (meld-3.20.0.tar.xz) = b2c1c2a6841f610ac10bcd8f4b557f4c0cacb1f1 -SHA512 (meld-3.20.0.tar.xz) = 33a14aeb474351a35ff08ba828846e849f1c4f000af81c38fa8f7d481b5de464e728d29742eac40164138c44557f92f6b2a329a337ee59f28d00a5bbc4652798 -Size (meld-3.20.0.tar.xz) = 591956 bytes +SHA1 (meld-3.20.1.tar.xz) = f2cf7e9b3a9f7a5fb9553e3ab262a8984e6bbb90 +RMD160 (meld-3.20.1.tar.xz) = 6e9bddbb0a99536f4bae04bd31109f0ea50af39a +SHA512 (meld-3.20.1.tar.xz) = cd21f298dc1da6eb08261599b9270989c837e0923d5cf5cfdad227dd7f256ac5f53ac903939ebef90ea6cd684c7355ce9482648057284f4ce44f1c7101959c1f +Size (meld-3.20.1.tar.xz) = 594812 bytes --_----------=_1554372143155760--