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 B2F687A210 for ; Sat, 9 Jul 2016 00:13:25 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 33C7285ECB; Sat, 9 Jul 2016 00:13:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B874185EC9 for ; Sat, 9 Jul 2016 00:13: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 7_7v2leCfHxg for ; Sat, 9 Jul 2016 00:13:24 +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 4C12F84CFD for ; Sat, 9 Jul 2016 00:13:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 473D1FBB5; Sat, 9 Jul 2016 00:13:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1468023204158620" MIME-Version: 1.0 Date: Sat, 9 Jul 2016 00:13:24 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-boolean To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20160709001324.473D1FBB5@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. --_----------=_1468023204158620 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sat Jul 9 00:13:24 UTC 2016 Modified Files: pkgsrc/devel/p5-boolean: Makefile distinfo Log Message: Update to 0.46 Upstream changes: 0.46 Fri Jul 8 17:14:32 UTC 2016 - Apply PR#14 @dagolden++ - Adds CLONE method for thread safety To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/p5-boolean/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/p5-boolean/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1468023204158620 Content-Disposition: inline Content-Length: 1668 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-boolean/Makefile diff -u pkgsrc/devel/p5-boolean/Makefile:1.18 pkgsrc/devel/p5-boolean/Makefile:1.19 --- pkgsrc/devel/p5-boolean/Makefile:1.18 Wed Jun 8 19:23:46 2016 +++ pkgsrc/devel/p5-boolean/Makefile Sat Jul 9 00:13:24 2016 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2016/06/08 19:23:46 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2016/07/09 00:13:24 wen Exp $ -DISTNAME= boolean-0.45 +DISTNAME= boolean-0.46 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/I/IN/INGY/} Index: pkgsrc/devel/p5-boolean/distinfo diff -u pkgsrc/devel/p5-boolean/distinfo:1.12 pkgsrc/devel/p5-boolean/distinfo:1.13 --- pkgsrc/devel/p5-boolean/distinfo:1.12 Tue Nov 3 03:28:58 2015 +++ pkgsrc/devel/p5-boolean/distinfo Sat Jul 9 00:13:24 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2015/11/03 03:28:58 agc Exp $ +$NetBSD: distinfo,v 1.13 2016/07/09 00:13:24 wen Exp $ -SHA1 (boolean-0.45.tar.gz) = 637c7e6216d1be5606bbead6b8e9cf0c12cc255a -RMD160 (boolean-0.45.tar.gz) = 48cd94a31ecbf41aa19d520d4e4b811d319dec4c -SHA512 (boolean-0.45.tar.gz) = 1acc26a5015f067e701fa52cbc80fb1fe84f2b4246690a96fc1efb608fb9c40cf0998f9932a485e659e3ea03a7c05d82d779fb029ed70a0a468f7bf3573f260e -Size (boolean-0.45.tar.gz) = 14641 bytes +SHA1 (boolean-0.46.tar.gz) = a25a456c8f9954fec445d663882c464f5dcb78ea +RMD160 (boolean-0.46.tar.gz) = ff7d09e17f7c627b587b666f8d665ea0e4c6b4fd +SHA512 (boolean-0.46.tar.gz) = 910653882f501cbf9420d775a79a000c62632a98643ac5e9f3d99765652e7c8c073f251bc36f0b69c9b259762bebeaeac18376e78494977d912da538939bb296 +Size (boolean-0.46.tar.gz) = 15552 bytes --_----------=_1468023204158620--