Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C83C884D36 for ; Sun, 21 May 2023 03:23:48 +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 NREosc6E31GQ for ; Sun, 21 May 2023 03:23:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 49B2984CC8 for ; Sun, 21 May 2023 03:23:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4737CFA87; Sun, 21 May 2023 03:23:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1684639428272690" MIME-Version: 1.0 Date: Sun, 21 May 2023 03:23:48 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/textproc/ruby-temple To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20230521032348.4737CFA87@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1684639428272690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun May 21 03:23:48 UTC 2023 Modified Files: pkgsrc/textproc/ruby-temple: Makefile distinfo Log Message: textproc/ruby-temple: update to 0.10.1 0.10.1 (2023-05-16) * Use specified :capture_generator for nested captures (#112, #144) * Compatibility with frozen string literals To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/ruby-temple/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/ruby-temple/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1684639428272690 Content-Disposition: inline Content-Length: 1524 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/ruby-temple/Makefile diff -u pkgsrc/textproc/ruby-temple/Makefile:1.5 pkgsrc/textproc/ruby-temple/Makefile:1.6 --- pkgsrc/textproc/ruby-temple/Makefile:1.5 Wed Jan 25 14:20:44 2023 +++ pkgsrc/textproc/ruby-temple/Makefile Sun May 21 03:23:48 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2023/01/25 14:20:44 taca Exp $ +# $NetBSD: Makefile,v 1.6 2023/05/21 03:23:48 taca Exp $ -DISTNAME= temple-0.10.0 +DISTNAME= temple-0.10.1 CATEGORIES= textproc MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/textproc/ruby-temple/distinfo diff -u pkgsrc/textproc/ruby-temple/distinfo:1.6 pkgsrc/textproc/ruby-temple/distinfo:1.7 --- pkgsrc/textproc/ruby-temple/distinfo:1.6 Wed Jan 25 14:20:44 2023 +++ pkgsrc/textproc/ruby-temple/distinfo Sun May 21 03:23:48 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2023/01/25 14:20:44 taca Exp $ +$NetBSD: distinfo,v 1.7 2023/05/21 03:23:48 taca Exp $ -BLAKE2s (temple-0.10.0.gem) = 77613a3a932e2ddb46e301463befcaf0c46174ee93ded8bd40d7321810349cc1 -SHA512 (temple-0.10.0.gem) = b207ff1f29b810c943577da1ce72c7eaa2bd672758929b39d6f92c5061c85c720fd49fbb666d5d8f9d1a8c1fbbef28f85cadb6635c12a3ceec29f8b0305833cc -Size (temple-0.10.0.gem) = 40960 bytes +BLAKE2s (temple-0.10.1.gem) = 430fba47044ee973ef1adbb5842628f7ae1242c13002c3c7c8c3f86910a086df +SHA512 (temple-0.10.1.gem) = 411ef0333b1e3a125d2d3f9e7e8ad1433026730d655d85abb3da111b1374a7cd20d069c4aff1827088ea0aa3805118fb1cd679fa96c81915a361b1df7dece381 +Size (temple-0.10.1.gem) = 40960 bytes --_----------=_1684639428272690--