Received: by mail.netbsd.org (Postfix, from userid 605) id 0D1ED84EB3; Sun, 4 Jul 2021 07:59:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 754C684E8E for ; Sun, 4 Jul 2021 07:59:20 +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 BSor0PhBKhgc for ; Sun, 4 Jul 2021 07:59:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E4E1584E79 for ; Sun, 4 Jul 2021 07:59:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E185DF979; Sun, 4 Jul 2021 07:59:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162538555852200" MIME-Version: 1.0 Date: Sun, 4 Jul 2021 07:59:18 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Tree-Simple-VisitorFactory To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20210704075918.E185DF979@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162538555852200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sun Jul 4 07:59:18 UTC 2021 Modified Files: pkgsrc/devel/p5-Tree-Simple-VisitorFactory: Makefile distinfo Log Message: Update to 0.16 Upstream changes: 0.16 2021-02-02T13:00:00 - Add t/00.*. - Update Makefile.PL and POD to change RT to github. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 \ pkgsrc/devel/p5-Tree-Simple-VisitorFactory/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/p5-Tree-Simple-VisitorFactory/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162538555852200 Content-Disposition: inline Content-Length: 2015 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Tree-Simple-VisitorFactory/Makefile diff -u pkgsrc/devel/p5-Tree-Simple-VisitorFactory/Makefile:1.21 pkgsrc/devel/p5-Tree-Simple-VisitorFactory/Makefile:1.22 --- pkgsrc/devel/p5-Tree-Simple-VisitorFactory/Makefile:1.21 Mon May 24 19:51:54 2021 +++ pkgsrc/devel/p5-Tree-Simple-VisitorFactory/Makefile Sun Jul 4 07:59:18 2021 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2021/05/24 19:51:54 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2021/07/04 07:59:18 wen Exp $ -DISTNAME= Tree-Simple-VisitorFactory-0.15 +DISTNAME= Tree-Simple-VisitorFactory-0.16 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tree/} EXTRACT_SUFX= .tgz Index: pkgsrc/devel/p5-Tree-Simple-VisitorFactory/distinfo diff -u pkgsrc/devel/p5-Tree-Simple-VisitorFactory/distinfo:1.5 pkgsrc/devel/p5-Tree-Simple-VisitorFactory/distinfo:1.6 --- pkgsrc/devel/p5-Tree-Simple-VisitorFactory/distinfo:1.5 Mon Sep 19 10:29:45 2016 +++ pkgsrc/devel/p5-Tree-Simple-VisitorFactory/distinfo Sun Jul 4 07:59:18 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2016/09/19 10:29:45 mef Exp $ +$NetBSD: distinfo,v 1.6 2021/07/04 07:59:18 wen Exp $ -SHA1 (Tree-Simple-VisitorFactory-0.15.tgz) = eaa43361b260e6ca1377b79594f105bf2bdda3f5 -RMD160 (Tree-Simple-VisitorFactory-0.15.tgz) = 81d249a46afa135e636bc56e8dd755cf6a40e52c -SHA512 (Tree-Simple-VisitorFactory-0.15.tgz) = 1d5a39465ff7358df344c85959da5297ede203fced8ec7718ca33d171500876603f0f5d786eb0e369bd71ba67dc8e349d8f6000f9be94fdb3cdf0dad965e64fd -Size (Tree-Simple-VisitorFactory-0.15.tgz) = 41658 bytes +SHA1 (Tree-Simple-VisitorFactory-0.16.tgz) = d4774b849fd3e86fb5845e9c2365779f2cf9c5f3 +RMD160 (Tree-Simple-VisitorFactory-0.16.tgz) = d623fce311374e2702815108b6092c358d0634d1 +SHA512 (Tree-Simple-VisitorFactory-0.16.tgz) = 45e3b109834789bb43b409e9522d134d2e6af1ef3adfdaf0c83de65f1466e4a26d040928ae78d049c6f02e03977d8cf8efe25a85f34ea33949fc78762dce4e5a +Size (Tree-Simple-VisitorFactory-0.16.tgz) = 41249 bytes --_----------=_162538555852200--