Received: by mail.netbsd.org (Postfix, from userid 605) id 5130B84EBF; Sat, 21 Mar 2020 21:56:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CDDA084D6F for ; Sat, 21 Mar 2020 21:56:12 +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 7JpVJh2z7-Ya for ; Sat, 21 Mar 2020 21:56:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 568AC84CD2 for ; Sat, 21 Mar 2020 21:56:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 48C4AFB27; Sat, 21 Mar 2020 21:56:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158482777283890" MIME-Version: 1.0 Date: Sat, 21 Mar 2020 21:56:12 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-Error To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20200321215612.48C4AFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_158482777283890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Mar 21 21:56:12 UTC 2020 Modified Files: pkgsrc/devel/p5-Error: Makefile distinfo Log Message: (devel/p5-Error) Updated to 0.17029 0.17029 2020-01-28 - Rebuild for order of 'NAME' and 'VERSION' sections in the generated POD documentation (see 0.001004 in https://metacpan.org/changes/distribution/Pod-Weaver-PluginBundle-SHLOMIF ). - VERSION used to appear before NAME. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 pkgsrc/devel/p5-Error/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/p5-Error/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158482777283890 Content-Disposition: inline Content-Length: 1619 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Error/Makefile diff -u pkgsrc/devel/p5-Error/Makefile:1.45 pkgsrc/devel/p5-Error/Makefile:1.46 --- pkgsrc/devel/p5-Error/Makefile:1.45 Thu Oct 17 14:02:12 2019 +++ pkgsrc/devel/p5-Error/Makefile Sat Mar 21 21:56:12 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2019/10/17 14:02:12 mef Exp $ +# $NetBSD: Makefile,v 1.46 2020/03/21 21:56:12 mef Exp $ -DISTNAME= Error-0.17028 +DISTNAME= Error-0.17029 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Error/} Index: pkgsrc/devel/p5-Error/distinfo diff -u pkgsrc/devel/p5-Error/distinfo:1.21 pkgsrc/devel/p5-Error/distinfo:1.22 --- pkgsrc/devel/p5-Error/distinfo:1.21 Thu Oct 17 14:02:12 2019 +++ pkgsrc/devel/p5-Error/distinfo Sat Mar 21 21:56:12 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.21 2019/10/17 14:02:12 mef Exp $ +$NetBSD: distinfo,v 1.22 2020/03/21 21:56:12 mef Exp $ -SHA1 (Error-0.17028.tar.gz) = 358ba91d1480d6f462f4c139cc3e3a62d136f1a4 -RMD160 (Error-0.17028.tar.gz) = e3e741edbf7ace3894c20dc9cce4139d63299896 -SHA512 (Error-0.17028.tar.gz) = bba62e9cac092f53e7606d7673a6cbf4e2684eefd7a44e17859071e6a2dfb45ea471279443b287e1b40dfb89ce351d17d92151d91d6ad59a7737a32e472c58fc -Size (Error-0.17028.tar.gz) = 33234 bytes +SHA1 (Error-0.17029.tar.gz) = dc339398cae75ce5c8371be05775a32c377d0e3c +RMD160 (Error-0.17029.tar.gz) = 7f07fde5a99fad2259d80753874fb02a409ff5cf +SHA512 (Error-0.17029.tar.gz) = 266ba1feff897c1d162e69a83e595cb40da9a6e1d8b10cc5531626eff392c6da94be03ba722c74827fc2ea0d9d1c1e62e824d9021e098b700db65dd0b3acbd0a +Size (Error-0.17029.tar.gz) = 33304 bytes --_----------=_158482777283890--