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 9C4257A227 for ; Fri, 28 Oct 2016 09:46:50 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 47DE385581; Fri, 28 Oct 2016 09:46:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CDAB385576 for ; Fri, 28 Oct 2016 09:46:49 +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 yGPsWfybqgFD for ; Fri, 28 Oct 2016 09:46:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5F68084CEF for ; Fri, 28 Oct 2016 09:46:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5D42EFAB8; Fri, 28 Oct 2016 09:46:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_147764800975820" MIME-Version: 1.0 Date: Fri, 28 Oct 2016 09:46:49 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-List-AllUtils To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20161028094649.5D42EFAB8@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. --_----------=_147764800975820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Oct 28 09:46:49 UTC 2016 Modified Files: pkgsrc/devel/p5-List-AllUtils: Makefile distinfo Log Message: Updated p5-List-AllUtils to 0.12. 0.12 2016-10-16 - Nothing from List::UtilsBy was actually being exported, because of a type and a lack of testing. Reported by Greg Oschwald. GitHub #5. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/p5-List-AllUtils/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/p5-List-AllUtils/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_147764800975820 Content-Disposition: inline Content-Length: 1743 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-List-AllUtils/Makefile diff -u pkgsrc/devel/p5-List-AllUtils/Makefile:1.15 pkgsrc/devel/p5-List-AllUtils/Makefile:1.16 --- pkgsrc/devel/p5-List-AllUtils/Makefile:1.15 Thu Jun 30 17:44:38 2016 +++ pkgsrc/devel/p5-List-AllUtils/Makefile Fri Oct 28 09:46:49 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2016/06/30 17:44:38 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2016/10/28 09:46:49 wiz Exp $ -DISTNAME= List-AllUtils-0.11 +DISTNAME= List-AllUtils-0.12 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=List/} Index: pkgsrc/devel/p5-List-AllUtils/distinfo diff -u pkgsrc/devel/p5-List-AllUtils/distinfo:1.6 pkgsrc/devel/p5-List-AllUtils/distinfo:1.7 --- pkgsrc/devel/p5-List-AllUtils/distinfo:1.6 Thu Jun 30 17:44:38 2016 +++ pkgsrc/devel/p5-List-AllUtils/distinfo Fri Oct 28 09:46:49 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2016/06/30 17:44:38 wiz Exp $ +$NetBSD: distinfo,v 1.7 2016/10/28 09:46:49 wiz Exp $ -SHA1 (List-AllUtils-0.11.tar.gz) = 5f5cd80d72da1434f38dc18f3eba4174cfed465f -RMD160 (List-AllUtils-0.11.tar.gz) = c832ecd411e23b7afcc4cff8dd79c4dafd506dc6 -SHA512 (List-AllUtils-0.11.tar.gz) = c74d6d3094fa690b23f49ad6f2c6d2312092b47ca6f206c2bd14019eaa37d6b8831899506e8b68f6821559524add39c4b80392c427097a36c22d8f0b0b0a0e9d -Size (List-AllUtils-0.11.tar.gz) = 43715 bytes +SHA1 (List-AllUtils-0.12.tar.gz) = 32ca0cf3571d561326ee8743e09e0640191ecc8d +RMD160 (List-AllUtils-0.12.tar.gz) = 26f958e00976a7756c7531d38829e6c840d7286d +SHA512 (List-AllUtils-0.12.tar.gz) = 788bbb0eef590e4ead136653ac8532788979a4f0c639b23ee1e32372ed9160fe1c6caf3e263c1e0a5f04452d1f58025b4c3244701fbde12648e01e0011646df7 +Size (List-AllUtils-0.12.tar.gz) = 44285 bytes --_----------=_147764800975820--