Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id F1FB77A47B for ; Sun, 19 Jun 2016 20:32:33 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A06C985EDC; Sun, 19 Jun 2016 20:32:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 318D785E7D for ; Sun, 19 Jun 2016 20:32:33 +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 IFbl73tX5hbA for ; Sun, 19 Jun 2016 20:32:32 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B752E84CFB for ; Sun, 19 Jun 2016 20:32:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id ADDA3FBB5; Sun, 19 Jun 2016 20:32:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1466368352239860" MIME-Version: 1.0 Date: Sun, 19 Jun 2016 20:32:32 +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: <20160619203232.ADDA3FBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1466368352239860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Jun 19 20:32:32 UTC 2016 Modified Files: pkgsrc/devel/meld: Makefile distinfo Log Message: Updated meld to 3.16.1. 2016-06-19 meld 3.16.1 ====================== Fixes: * Fix regression in support for file comparisons from pipes (Kai Willadsen) * Add open build service directories to the version control filter (Dominique Leuenberger) * Add darcs to list of loaded plugins (pbgc) * Fix the dark style (Kai Willadsen) * Windows build fixes (Kai Willadsen) To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 pkgsrc/devel/meld/Makefile cvs rdiff -u -r1.44 -r1.45 pkgsrc/devel/meld/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1466368352239860 Content-Disposition: inline Content-Length: 1566 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.68 pkgsrc/devel/meld/Makefile:1.69 --- pkgsrc/devel/meld/Makefile:1.68 Thu May 5 11:32:24 2016 +++ pkgsrc/devel/meld/Makefile Sun Jun 19 20:32:32 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.68 2016/05/05 11:32:24 wiz Exp $ +# $NetBSD: Makefile,v 1.69 2016/06/19 20:32:32 wiz Exp $ -DISTNAME= meld-3.16.0 +DISTNAME= meld-3.16.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:=sources/meld/3.16/} EXTRACT_SUFX= .tar.xz Index: pkgsrc/devel/meld/distinfo diff -u pkgsrc/devel/meld/distinfo:1.44 pkgsrc/devel/meld/distinfo:1.45 --- pkgsrc/devel/meld/distinfo:1.44 Thu May 5 11:32:24 2016 +++ pkgsrc/devel/meld/distinfo Sun Jun 19 20:32:32 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.44 2016/05/05 11:32:24 wiz Exp $ +$NetBSD: distinfo,v 1.45 2016/06/19 20:32:32 wiz Exp $ -SHA1 (meld-3.16.0.tar.xz) = 12cd5074ad23650776334cf3d1f2d803d5f2db97 -RMD160 (meld-3.16.0.tar.xz) = 7fc0dbded07dd5efe067c7fb650fc8415ad62825 -SHA512 (meld-3.16.0.tar.xz) = 12425fbdcafcd305bebbf368292c0481fd17b2e75f73c9788d9e017ab22b6ef986f3b4ec2fb44063141b6a6072975397402f7a59ed27666a788c73e4861dd720 -Size (meld-3.16.0.tar.xz) = 532000 bytes +SHA1 (meld-3.16.1.tar.xz) = fe003ba49433a735713bf93f06994e480b45384d +RMD160 (meld-3.16.1.tar.xz) = 1075c325ff91b1584d229664a06699afcd75bc6c +SHA512 (meld-3.16.1.tar.xz) = 933fb2e0fa509039bc0998c2f4b2b91720c43c9b6c11f9995aed1525103ab556e10fe48938fbe68bdc1d715df750115c4ee9a0b7af4c79c191ec25456a12b59b +Size (meld-3.16.1.tar.xz) = 532252 bytes --_----------=_1466368352239860--