Received: by mail.netbsd.org (Postfix, from userid 605) id C582484E54; Sun, 19 Sep 2021 17:59:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 06FF284E53 for ; Sun, 19 Sep 2021 17:59:13 +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 Omx68pEosq8a for ; Sun, 19 Sep 2021 17:59:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6C07084D15 for ; Sun, 19 Sep 2021 17:59:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 608D6FA97; Sun, 19 Sep 2021 17:59:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1632074352187160" MIME-Version: 1.0 Date: Sun, 19 Sep 2021 17:59:12 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/ruby-rouge To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20210919175912.608D6FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1632074352187160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Sep 19 17:59:12 UTC 2021 Modified Files: pkgsrc/www/ruby-rouge: Makefile distinfo Log Message: www/ruby-rouge: update to 3.26.1 3.26.1: 2021-09-17 * CPP Lexer Add year and date chrono literals, add std::complex literals, fix chrono literals with digit separator (#1665 by swheaton) * Factor and GHC Core Lexer Fix catastrophic backtrack (#1690 by Ravlen) * JSL Lexer Fix single line block comments, scoped variables and functions (#1663 by BenPH) * YAML Lexer Fix YAML key containing special character (#1667 by tancnle) * Fix Ruby 2.7 keyword parameter deprecation warning (#1597 by stanhu) * Updated README (#1666 by dchacke) To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/ruby-rouge/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/ruby-rouge/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1632074352187160 Content-Disposition: inline Content-Length: 1555 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/ruby-rouge/Makefile diff -u pkgsrc/www/ruby-rouge/Makefile:1.19 pkgsrc/www/ruby-rouge/Makefile:1.20 --- pkgsrc/www/ruby-rouge/Makefile:1.19 Thu Dec 10 10:25:50 2020 +++ pkgsrc/www/ruby-rouge/Makefile Sun Sep 19 17:59:12 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2020/12/10 10:25:50 fcambus Exp $ +# $NetBSD: Makefile,v 1.20 2021/09/19 17:59:12 taca Exp $ -DISTNAME= rouge-3.26.0 +DISTNAME= rouge-3.26.1 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/www/ruby-rouge/distinfo diff -u pkgsrc/www/ruby-rouge/distinfo:1.17 pkgsrc/www/ruby-rouge/distinfo:1.18 --- pkgsrc/www/ruby-rouge/distinfo:1.17 Thu Dec 10 10:25:50 2020 +++ pkgsrc/www/ruby-rouge/distinfo Sun Sep 19 17:59:12 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.17 2020/12/10 10:25:50 fcambus Exp $ +$NetBSD: distinfo,v 1.18 2021/09/19 17:59:12 taca Exp $ -SHA1 (rouge-3.26.0.gem) = 82f345eee627311a8b2cf66e63f1563c80dfc602 -RMD160 (rouge-3.26.0.gem) = ccf09cad2118f3cbe76b88f3401be95efeb805e7 -SHA512 (rouge-3.26.0.gem) = e589d158f518d7e39dcba5c021b26626f67fce762f77c2ed8236a85110927e904d6596e933e7ea84547abe5ca1456d38d245d007bd81e052bf26aeae1387a3f7 -Size (rouge-3.26.0.gem) = 497152 bytes +SHA1 (rouge-3.26.1.gem) = 7de1b9cbf781743a8560ef30a7b3b05275e2188c +RMD160 (rouge-3.26.1.gem) = 3c300ccda0c2a2c03605696e4528c8b93c89e21a +SHA512 (rouge-3.26.1.gem) = b281318d342898110c480b369c5e27ec8bb2966d41a8512919aa3018035de9e521aefc2c67902fc5472a8cc981a96344462c0b510acc463e4c10ef152c54f3ad +Size (rouge-3.26.1.gem) = 497152 bytes --_----------=_1632074352187160--