Received: by mail.netbsd.org (Postfix, from userid 605) id DC67B84D9B; Sat, 4 Feb 2023 13:29:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 178AF84D9B for ; Sat, 4 Feb 2023 13:29:26 +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 yrsibOOkWOpF for ; Sat, 4 Feb 2023 13:29:25 +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 8B2F784D05 for ; Sat, 4 Feb 2023 13:29:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 847E0FA90; Sat, 4 Feb 2023 13:29:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1675517365122220" MIME-Version: 1.0 Date: Sat, 4 Feb 2023 13:29:25 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/textproc/ruby-commonmarker To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20230204132925.847E0FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1675517365122220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Feb 4 13:29:25 UTC 2023 Modified Files: pkgsrc/textproc/ruby-commonmarker: Makefile distinfo Log Message: textproc/ruby-commonmarker: update to 0.23.8 0.23.8 (2023-01-31) What's Changed * Update cmark-upstream to 0.29.0.gfm.9 by @smockle in #227 To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/ruby-commonmarker/Makefile \ pkgsrc/textproc/ruby-commonmarker/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1675517365122220 Content-Disposition: inline Content-Length: 1633 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/ruby-commonmarker/Makefile diff -u pkgsrc/textproc/ruby-commonmarker/Makefile:1.3 pkgsrc/textproc/ruby-commonmarker/Makefile:1.4 --- pkgsrc/textproc/ruby-commonmarker/Makefile:1.3 Wed Jan 25 14:18:19 2023 +++ pkgsrc/textproc/ruby-commonmarker/Makefile Sat Feb 4 13:29:25 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2023/01/25 14:18:19 taca Exp $ +# $NetBSD: Makefile,v 1.4 2023/02/04 13:29:25 taca Exp $ -DISTNAME= commonmarker-0.23.7 +DISTNAME= commonmarker-0.23.8 CATEGORIES= textproc MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/textproc/ruby-commonmarker/distinfo diff -u pkgsrc/textproc/ruby-commonmarker/distinfo:1.3 pkgsrc/textproc/ruby-commonmarker/distinfo:1.4 --- pkgsrc/textproc/ruby-commonmarker/distinfo:1.3 Wed Jan 25 14:18:19 2023 +++ pkgsrc/textproc/ruby-commonmarker/distinfo Sat Feb 4 13:29:25 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2023/01/25 14:18:19 taca Exp $ +$NetBSD: distinfo,v 1.4 2023/02/04 13:29:25 taca Exp $ -BLAKE2s (commonmarker-0.23.7.gem) = e763cd6aa47cc2b28b256efe2d999799bf267acc25bcc9c7e4a8f277a4978201 -SHA512 (commonmarker-0.23.7.gem) = 329a69a4a4ef99cb478c2f7a0b532ae0f71d65e5247e119713d36fe1faf6cf1eb9f5a5e0f3bf34c2fce31cd2f23b90c387d4123a6552fdedd660e15a1be462ba -Size (commonmarker-0.23.7.gem) = 151552 bytes +BLAKE2s (commonmarker-0.23.8.gem) = 8f25b19d6e140485ecf0863cd7561d642b873d7f340a17965bb456d15e47fc7b +SHA512 (commonmarker-0.23.8.gem) = 84d698a464af9bd75856589ae408a66bdee618ceda496761e729f64c62c42a4c9a96cbf5712aa8a24aa32f1b10c538d1833df2c7c94f0aaaedfbbe40b78d3a58 +Size (commonmarker-0.23.8.gem) = 151552 bytes --_----------=_1675517365122220--