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 639E97A2DE for ; Wed, 4 Jan 2017 13:48:04 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id CDAE1855C2; Wed, 4 Jan 2017 13:48:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5DBD7855BA for ; Wed, 4 Jan 2017 13:48:03 +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 fqqGphlPKwXz for ; Wed, 4 Jan 2017 13:48:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E680584CFD for ; Wed, 4 Jan 2017 13:48:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E1A43FBA6; Wed, 4 Jan 2017 13:48:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1483537682124390" MIME-Version: 1.0 Date: Wed, 4 Jan 2017 13:48:02 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/catch To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20170104134802.E1A43FBA6@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. --_----------=_1483537682124390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Wed Jan 4 13:48:02 UTC 2017 Modified Files: pkgsrc/devel/catch: Makefile distinfo Log Message: Updated devel/catch to 1.5.9 ---------------------------- No explicit changelog available To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/catch/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/catch/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1483537682124390 Content-Disposition: inline Content-Length: 1558 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/catch/Makefile diff -u pkgsrc/devel/catch/Makefile:1.4 pkgsrc/devel/catch/Makefile:1.5 --- pkgsrc/devel/catch/Makefile:1.4 Tue Aug 9 13:01:56 2016 +++ pkgsrc/devel/catch/Makefile Wed Jan 4 13:48:02 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2016/08/09 13:01:56 mef Exp $ +# $NetBSD: Makefile,v 1.5 2017/01/04 13:48:02 mef Exp $ -DISTNAME= Catch-1.5.0 +DISTNAME= Catch-1.5.9 PKGNAME= ${DISTNAME:tl} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=philsquared/} Index: pkgsrc/devel/catch/distinfo diff -u pkgsrc/devel/catch/distinfo:1.2 pkgsrc/devel/catch/distinfo:1.3 --- pkgsrc/devel/catch/distinfo:1.2 Tue Aug 9 13:01:56 2016 +++ pkgsrc/devel/catch/distinfo Wed Jan 4 13:48:02 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2016/08/09 13:01:56 mef Exp $ +$NetBSD: distinfo,v 1.3 2017/01/04 13:48:02 mef Exp $ -SHA1 (Catch-1.5.0.tar.gz) = c87397846ea5126febd39f513b413e32f9ed552b -RMD160 (Catch-1.5.0.tar.gz) = 6385ad12c0daad51d5d89b7c6d44a18fa84d3839 -SHA512 (Catch-1.5.0.tar.gz) = d7011cdfe6eca86aa081b5da371665be8687bcbb41f3702c3075bf01f73e1d2e00894a0917e6437a8735e730ff287a06e189ce94ea00e583ab7282065f25166d -Size (Catch-1.5.0.tar.gz) = 311787 bytes +SHA1 (Catch-1.5.9.tar.gz) = 8bc32146a5a2789cd3d3ce2893772e32f412f1b1 +RMD160 (Catch-1.5.9.tar.gz) = 730d42d0fac347555679ba2de8d64736f58cc32d +SHA512 (Catch-1.5.9.tar.gz) = 8fc91ad970bf911eb1605b9d082eec03c039bf16835410cb357e13d059fc71cf5190da32a70fee4f367060be268b23aa997c476b80384825a6fcf2ad1a024f0a +Size (Catch-1.5.9.tar.gz) = 313420 bytes --_----------=_1483537682124390--