pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/ruby-rouge



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.

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@localhost

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



Home | Main Index | Thread Index | Old Index