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 D0E4F7A265 for ; Tue, 25 Oct 2016 12:58:08 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 830CF85F37; Tue, 25 Oct 2016 12:58:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 13C6185F35 for ; Tue, 25 Oct 2016 12:58:08 +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 hiyJN6Tw_yit for ; Tue, 25 Oct 2016 12:58:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9B91585DFF for ; Tue, 25 Oct 2016 12:58:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 96F07FBD2; Tue, 25 Oct 2016 12:58:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_147740028796920" MIME-Version: 1.0 Date: Tue, 25 Oct 2016 12:58:07 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/devel/p5-Ouch To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20161025125807.96F07FBD2@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. --_----------=_147740028796920 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Tue Oct 25 12:58:07 UTC 2016 Modified Files: pkgsrc/devel/p5-Ouch: Makefile distinfo Log Message: Update to 0.0410. From the changelog: - Fixed some bugs related to Travis. Thanks to Zshawn Syed. - Fix bugs when working with passed exceptions. Thanks to Flavio Poletti. - Remove Build.PL. Thanks to Nick Tonkin, andk, Graham Knop, dcollinsn. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/p5-Ouch/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/p5-Ouch/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_147740028796920 Content-Disposition: inline Content-Length: 1650 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Ouch/Makefile diff -u pkgsrc/devel/p5-Ouch/Makefile:1.8 pkgsrc/devel/p5-Ouch/Makefile:1.9 --- pkgsrc/devel/p5-Ouch/Makefile:1.8 Wed Jun 8 19:23:20 2016 +++ pkgsrc/devel/p5-Ouch/Makefile Tue Oct 25 12:58:07 2016 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2016/06/08 19:23:20 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2016/10/25 12:58:07 schmonz Exp $ # -DISTNAME= Ouch-0.0409 +DISTNAME= Ouch-0.0410 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RI/RIZEN/} Index: pkgsrc/devel/p5-Ouch/distinfo diff -u pkgsrc/devel/p5-Ouch/distinfo:1.5 pkgsrc/devel/p5-Ouch/distinfo:1.6 --- pkgsrc/devel/p5-Ouch/distinfo:1.5 Tue Nov 3 03:28:36 2015 +++ pkgsrc/devel/p5-Ouch/distinfo Tue Oct 25 12:58:07 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/03 03:28:36 agc Exp $ +$NetBSD: distinfo,v 1.6 2016/10/25 12:58:07 schmonz Exp $ -SHA1 (Ouch-0.0409.tar.gz) = f6cfc008e79f2fbffc943c34347b265a254fadde -RMD160 (Ouch-0.0409.tar.gz) = 19e2d74cd5b1688dad955128e21053b811b57534 -SHA512 (Ouch-0.0409.tar.gz) = d0dcb528f72a45582bb072d05ab40bc01e4a6b5748afcac17668f7eca43a87f66f08f235fd9f2dce79db3ef46f0bd7502ab9617e110682eb20022cafadf5e6c0 -Size (Ouch-0.0409.tar.gz) = 13125 bytes +SHA1 (Ouch-0.0410.tar.gz) = 9b6e93ebd6c6bb50bcc8cad766e0face45b8422d +RMD160 (Ouch-0.0410.tar.gz) = 464b44f5bd34c5cb3087551f9f5f7935730022c7 +SHA512 (Ouch-0.0410.tar.gz) = 3f5159447ee0881eddeb8a94c94925a5d75f2146999ce699c0c31ce88c1ff7501779629e5294060ef3e5a14fa0249417dac3285d96f05b8fd8a3cbc242873213 +Size (Ouch-0.0410.tar.gz) = 13344 bytes --_----------=_147740028796920--