Received: by mail.netbsd.org (Postfix, from userid 605) id 8DE6C84D91; Sat, 2 Mar 2019 10:38:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 177DA84D55 for ; Sat, 2 Mar 2019 10:38:43 +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 97h82H-cSF8P for ; Sat, 2 Mar 2019 10:38:42 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 91F5284CCF for ; Sat, 2 Mar 2019 10:38:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8C589FB16; Sat, 2 Mar 2019 10:38:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_155152312285090" MIME-Version: 1.0 Date: Sat, 2 Mar 2019 10:38:42 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/textproc/p5-Pod-Tree To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20190302103842.8C589FB16@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. --_----------=_155152312285090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sat Mar 2 10:38:42 UTC 2019 Modified Files: pkgsrc/textproc/p5-Pod-Tree: Makefile distinfo Log Message: Update to 1.31 Upstream changes: Changes for version 1.31 Fixed pod error as reported by CPANTS. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/textproc/p5-Pod-Tree/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/p5-Pod-Tree/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_155152312285090 Content-Disposition: inline Content-Length: 1686 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/p5-Pod-Tree/Makefile diff -u pkgsrc/textproc/p5-Pod-Tree/Makefile:1.23 pkgsrc/textproc/p5-Pod-Tree/Makefile:1.24 --- pkgsrc/textproc/p5-Pod-Tree/Makefile:1.23 Fri Jan 25 12:44:59 2019 +++ pkgsrc/textproc/p5-Pod-Tree/Makefile Sat Mar 2 10:38:42 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2019/01/25 12:44:59 wen Exp $ +# $NetBSD: Makefile,v 1.24 2019/03/02 10:38:42 wen Exp $ -DISTNAME= Pod-Tree-1.30 +DISTNAME= Pod-Tree-1.31 PKGNAME= p5-${DISTNAME} CATEGORIES= textproc devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/} Index: pkgsrc/textproc/p5-Pod-Tree/distinfo diff -u pkgsrc/textproc/p5-Pod-Tree/distinfo:1.10 pkgsrc/textproc/p5-Pod-Tree/distinfo:1.11 --- pkgsrc/textproc/p5-Pod-Tree/distinfo:1.10 Fri Jan 25 12:44:59 2019 +++ pkgsrc/textproc/p5-Pod-Tree/distinfo Sat Mar 2 10:38:42 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2019/01/25 12:44:59 wen Exp $ +$NetBSD: distinfo,v 1.11 2019/03/02 10:38:42 wen Exp $ -SHA1 (Pod-Tree-1.30.tar.gz) = ee1f850ec68f9def300d5bda582c5f62cf49abb6 -RMD160 (Pod-Tree-1.30.tar.gz) = 79764a0c33f034803047b5ab1d21a659a7e021d4 -SHA512 (Pod-Tree-1.30.tar.gz) = 9329471e6973f10b629cbeb651a22367b730a4460c88f96d80d39f3dab5d12e71dd42b64165fa79c29af5340d433d012cfabf0ffa448cab487f6a79959a5a2b2 -Size (Pod-Tree-1.30.tar.gz) = 68473 bytes +SHA1 (Pod-Tree-1.31.tar.gz) = 960ba2b9853fca66a7bffb983a7fea576f3ca367 +RMD160 (Pod-Tree-1.31.tar.gz) = a960b1e09896f974fc80b6f7ffa8883417a3c20a +SHA512 (Pod-Tree-1.31.tar.gz) = ca0e78579e023c37ac62d49656b92baf503b32080bfef2ada304a42b9565dc7a1b4e0e7319285cb3a4725e112269cef0422e74e6edf2fcdae48e52ffc95b91a6 +Size (Pod-Tree-1.31.tar.gz) = 68737 bytes --_----------=_155152312285090--