Received: by mail.netbsd.org (Postfix, from userid 605) id E3E1184EA9; Sun, 5 Sep 2021 09:48:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2A5A384EA4 for ; Sun, 5 Sep 2021 09:48: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 ztbOVtabvQmi for ; Sun, 5 Sep 2021 09:48:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9DA6784D0C for ; Sun, 5 Sep 2021 09:48:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 91E9EFA97; Sun, 5 Sep 2021 09:48:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163083529116700" MIME-Version: 1.0 Date: Sun, 5 Sep 2021 09:48:11 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Type-Tiny To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20210905094811.91E9EFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163083529116700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sun Sep 5 09:48:11 UTC 2021 Modified Files: pkgsrc/devel/p5-Type-Tiny: Makefile distinfo Log Message: Update to 1.012004 Upstream changes: 1.012004 2021-07-29 [ Documentation ] - Fixed typo in Types::Standard documentation where StrMatch regexp parameter didn't use qr// properly. Lucas Tiago de Moraes++ To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/p5-Type-Tiny/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/p5-Type-Tiny/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163083529116700 Content-Disposition: inline Content-Length: 1735 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Type-Tiny/Makefile diff -u pkgsrc/devel/p5-Type-Tiny/Makefile:1.23 pkgsrc/devel/p5-Type-Tiny/Makefile:1.24 --- pkgsrc/devel/p5-Type-Tiny/Makefile:1.23 Sun Jul 4 08:18:23 2021 +++ pkgsrc/devel/p5-Type-Tiny/Makefile Sun Sep 5 09:48:11 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2021/07/04 08:18:23 wen Exp $ +# $NetBSD: Makefile,v 1.24 2021/09/05 09:48:11 wen Exp $ -DISTNAME= Type-Tiny-1.012003 +DISTNAME= Type-Tiny-1.012004 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TO/TOBYINK/} Index: pkgsrc/devel/p5-Type-Tiny/distinfo diff -u pkgsrc/devel/p5-Type-Tiny/distinfo:1.16 pkgsrc/devel/p5-Type-Tiny/distinfo:1.17 --- pkgsrc/devel/p5-Type-Tiny/distinfo:1.16 Sun Jul 4 08:18:23 2021 +++ pkgsrc/devel/p5-Type-Tiny/distinfo Sun Sep 5 09:48:11 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2021/07/04 08:18:23 wen Exp $ +$NetBSD: distinfo,v 1.17 2021/09/05 09:48:11 wen Exp $ -SHA1 (Type-Tiny-1.012003.tar.gz) = ac8ea645198f3a32d16ddae3081ae309ad238cbf -RMD160 (Type-Tiny-1.012003.tar.gz) = 835c59c70b7904e3ca8844fb5dd108223f004d81 -SHA512 (Type-Tiny-1.012003.tar.gz) = d7bd3c416e20a5a951606d05a2fb396a4058cb6f165b401c7662af3d21f416c26ac0df70eaa6d483db3fe2d78e8fb4f02cf5cf71ebc353a744e3195e77f6ea42 -Size (Type-Tiny-1.012003.tar.gz) = 464004 bytes +SHA1 (Type-Tiny-1.012004.tar.gz) = 4b50e28a7e7e040417c404174032b1dee06ff6ed +RMD160 (Type-Tiny-1.012004.tar.gz) = b642f8300097c2399436d638e589356768ccce23 +SHA512 (Type-Tiny-1.012004.tar.gz) = 26b861f1e9caad5717f14eb0a6c71010f0306b614292fdc5ee95041ebdd2035ac6cfd4a6a186943479de630f3ff143914671111f5cec86bc4c08842cec30d2af +Size (Type-Tiny-1.012004.tar.gz) = 464170 bytes --_----------=_163083529116700--