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:   fcambus
Date:           Thu Nov 12 21:36:36 UTC 2020

Modified Files:
        pkgsrc/www/ruby-rouge: Makefile distinfo

Log Message:
ruby-rouge: update to 3.25.0.

ChangeLog:

- General
  - Use `Enumerator#with_index` to detect line numbers
- Batchfile Lexer
  - Add support for long options to Batchfile lexer
- C++ Lexer
  - Fix binary literal digit separator in C++ lexer
- Docker Lexer
  - Add `Dockerfile` as an alias for the Docker lexer
- JavaScript Lexer
  - Fix template string lexing in JavaScript lexer
- Kotlin Lexer
  - Ensure word break follows keywords in Kotlin lexer
- Perl Lexer
  - Improve support for sigils in Perl lexer
- PowerShell Lexer
  - Improve lexing of nested data structures in PowerShell lexer
  - Improve handling of data structure literals in PowerShell lexer
- Ruby Lexer
  - Revert empty patterns in Ruby lexer
- Rust Lexer
  - Add continue to keywords in Rust lexer
- Velocity Lexer
  - Fix lexing of brackets in Velocity lexer


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/ruby-rouge/Makefile
cvs rdiff -u -r1.15 -r1.16 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.17 pkgsrc/www/ruby-rouge/Makefile:1.18
--- pkgsrc/www/ruby-rouge/Makefile:1.17 Thu Oct 15 10:26:28 2020
+++ pkgsrc/www/ruby-rouge/Makefile      Thu Nov 12 21:36:36 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2020/10/15 10:26:28 fcambus Exp $
+# $NetBSD: Makefile,v 1.18 2020/11/12 21:36:36 fcambus Exp $
 
-DISTNAME=      rouge-3.24.0
+DISTNAME=      rouge-3.25.0
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/www/ruby-rouge/distinfo
diff -u pkgsrc/www/ruby-rouge/distinfo:1.15 pkgsrc/www/ruby-rouge/distinfo:1.16
--- pkgsrc/www/ruby-rouge/distinfo:1.15 Thu Oct 15 10:26:28 2020
+++ pkgsrc/www/ruby-rouge/distinfo      Thu Nov 12 21:36:36 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2020/10/15 10:26:28 fcambus Exp $
+$NetBSD: distinfo,v 1.16 2020/11/12 21:36:36 fcambus Exp $
 
-SHA1 (rouge-3.24.0.gem) = 3b8d3043c5f59b52e33a8d03cc58d4fa873ca00d
-RMD160 (rouge-3.24.0.gem) = 7c61a8e5c91897471e3a84aa6a372ecfd0d425cb
-SHA512 (rouge-3.24.0.gem) = 78d3c5577697d9119ce6757bb71b0586da0bff68aa34cbb8035d163352f43ad201d8ab48594fa808c83606aa071cad7f7112d389681d5f2a792fc30d593d1545
-Size (rouge-3.24.0.gem) = 495104 bytes
+SHA1 (rouge-3.25.0.gem) = cc984679d0efdf88a4644648cba3ccf7c948fe8d
+RMD160 (rouge-3.25.0.gem) = 3bc8f9764aef09bc6e5cf7bcf38d25b97e5c783a
+SHA512 (rouge-3.25.0.gem) = bf8af0cdc65373abf0b4507805ed3390bc00e502520e4d87e46b1515b1d5773e56b3892cac2f9101fe64d6df4bce71f693ddef66087be113066e018a70d509b6
+Size (rouge-3.25.0.gem) = 495104 bytes



Home | Main Index | Thread Index | Old Index