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 91EAF7A2D2 for ; Mon, 2 Jan 2017 11:52:54 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3024A8562E; Mon, 2 Jan 2017 11:52:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B31AA855EB for ; Mon, 2 Jan 2017 11:52:53 +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 J80IHqjtG8ab for ; Mon, 2 Jan 2017 11:52:53 +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 326C78557C for ; Mon, 2 Jan 2017 11:52:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2814BFBA6; Mon, 2 Jan 2017 11:52:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1483357973165840" MIME-Version: 1.0 Date: Mon, 2 Jan 2017 11:52:53 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-autobox-Core To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20170102115253.2814BFBA6@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. --_----------=_1483357973165840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Mon Jan 2 11:52:53 UTC 2017 Modified Files: pkgsrc/devel/p5-autobox-Core: Makefile distinfo Log Message: Update to 1.33 No upstream changelog found. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/p5-autobox-Core/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/p5-autobox-Core/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1483357973165840 Content-Disposition: inline Content-Length: 1744 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-autobox-Core/Makefile diff -u pkgsrc/devel/p5-autobox-Core/Makefile:1.14 pkgsrc/devel/p5-autobox-Core/Makefile:1.15 --- pkgsrc/devel/p5-autobox-Core/Makefile:1.14 Wed Jun 8 19:23:46 2016 +++ pkgsrc/devel/p5-autobox-Core/Makefile Mon Jan 2 11:52:52 2017 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2016/06/08 19:23:46 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2017/01/02 11:52:52 wen Exp $ -DISTNAME= autobox-Core-1.32 +DISTNAME= autobox-Core-1.33 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=autobox/} Index: pkgsrc/devel/p5-autobox-Core/distinfo diff -u pkgsrc/devel/p5-autobox-Core/distinfo:1.7 pkgsrc/devel/p5-autobox-Core/distinfo:1.8 --- pkgsrc/devel/p5-autobox-Core/distinfo:1.7 Fri Apr 8 13:36:23 2016 +++ pkgsrc/devel/p5-autobox-Core/distinfo Mon Jan 2 11:52:52 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2016/04/08 13:36:23 wen Exp $ +$NetBSD: distinfo,v 1.8 2017/01/02 11:52:52 wen Exp $ -SHA1 (autobox-Core-1.32.tar.gz) = e2881a00adcac8f49b399f0adc59704aede7c371 -RMD160 (autobox-Core-1.32.tar.gz) = b71b7b2776d96679f7fde5fc14ce50fe4f5a97c5 -SHA512 (autobox-Core-1.32.tar.gz) = 9e599edeca80b6e877249021e8e9cb4f8c9e0267b6b22bef86ef2fcc8901fb6c5e1d9fcd52d66a2229eb54cc805747c8952ddf0c22997808edc1a627c242e1cb -Size (autobox-Core-1.32.tar.gz) = 38994 bytes +SHA1 (autobox-Core-1.33.tar.gz) = 61efade861b4bffbf317559d545b170b81aec82f +RMD160 (autobox-Core-1.33.tar.gz) = 19818265a70f732eadc4287a7dd2dd08c8726237 +SHA512 (autobox-Core-1.33.tar.gz) = 2041830e57573372909f9e7c209881539bf7f21862bbe438f8c761754b061f2efbb72615d744da443170dad79cd7688cd4c30b89308196674e9b6e84419766f0 +Size (autobox-Core-1.33.tar.gz) = 39185 bytes --_----------=_1483357973165840--