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:           Wed Dec 11 14:45:18 UTC 2024

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

Log Message:
www/ruby-rouge: update to 4.5.1

4.5.0 (2024-11-11)

This release includes 2 new lexers, COBOL and JSON5.  We have added some
enhancements across Groovy, Javascript, INI, Ruby and Terraform Lexer.
Thank you to all of the amazing contributors for your help and continuous
support!

4.5.1 (2024-11-12)

This release includes a small fix in loading dependencies in JSON5 lexer.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/www/ruby-rouge/Makefile \
    pkgsrc/www/ruby-rouge/distinfo
cvs rdiff -u -r1.22 -r1.23 pkgsrc/www/ruby-rouge/PLIST

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.31 pkgsrc/www/ruby-rouge/Makefile:1.32
--- pkgsrc/www/ruby-rouge/Makefile:1.31 Sun Sep 22 12:39:12 2024
+++ pkgsrc/www/ruby-rouge/Makefile      Wed Dec 11 14:45:18 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2024/09/22 12:39:12 taca Exp $
+# $NetBSD: Makefile,v 1.32 2024/12/11 14:45:18 taca Exp $
 
-DISTNAME=      rouge-4.4.0
+DISTNAME=      rouge-4.5.1
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/www/ruby-rouge/distinfo
diff -u pkgsrc/www/ruby-rouge/distinfo:1.31 pkgsrc/www/ruby-rouge/distinfo:1.32
--- pkgsrc/www/ruby-rouge/distinfo:1.31 Sun Sep 22 12:39:12 2024
+++ pkgsrc/www/ruby-rouge/distinfo      Wed Dec 11 14:45:18 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.31 2024/09/22 12:39:12 taca Exp $
+$NetBSD: distinfo,v 1.32 2024/12/11 14:45:18 taca Exp $
 
-BLAKE2s (rouge-4.4.0.gem) = 8577a8d93eb7ae7a1b775125f72a98bddd6a4b9333da6604b334e3d6cd74e194
-SHA512 (rouge-4.4.0.gem) = 9bc7a9d804aef49d3e8d168884c915b377ae9a89f8390d68e86172a91c22ceec60875de1d6c064f75caac9bc9a29185400bb7199240776078b33294c7a77bcc3
-Size (rouge-4.4.0.gem) = 550400 bytes
+BLAKE2s (rouge-4.5.1.gem) = 6d683f5b1e4b7ff8ae07a44daba82104055800a9ad95a7c94602142b37424011
+SHA512 (rouge-4.5.1.gem) = 1f6dcac8b9881535f270701ebb83b40dc6af580332aa260e5061bad96a9a4904208079b473a867b83571f80d6a7b8baf31849da6db6002be91c85af973cb8a65
+Size (rouge-4.5.1.gem) = 555008 bytes

Index: pkgsrc/www/ruby-rouge/PLIST
diff -u pkgsrc/www/ruby-rouge/PLIST:1.22 pkgsrc/www/ruby-rouge/PLIST:1.23
--- pkgsrc/www/ruby-rouge/PLIST:1.22    Sun Sep 22 12:39:12 2024
+++ pkgsrc/www/ruby-rouge/PLIST Wed Dec 11 14:45:18 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2024/09/22 12:39:12 taca Exp $
+@comment $NetBSD: PLIST,v 1.23 2024/12/11 14:45:18 taca Exp $
 bin/rougify${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/Gemfile
@@ -32,6 +32,7 @@ ${GEM_LIBDIR}/lib/rouge/demos/clean
 ${GEM_LIBDIR}/lib/rouge/demos/clojure
 ${GEM_LIBDIR}/lib/rouge/demos/cmake
 ${GEM_LIBDIR}/lib/rouge/demos/cmhg
+${GEM_LIBDIR}/lib/rouge/demos/cobol
 ${GEM_LIBDIR}/lib/rouge/demos/codeowners
 ${GEM_LIBDIR}/lib/rouge/demos/coffeescript
 ${GEM_LIBDIR}/lib/rouge/demos/common_lisp
@@ -108,6 +109,7 @@ ${GEM_LIBDIR}/lib/rouge/demos/jinja
 ${GEM_LIBDIR}/lib/rouge/demos/jsl
 ${GEM_LIBDIR}/lib/rouge/demos/json
 ${GEM_LIBDIR}/lib/rouge/demos/json-doc
+${GEM_LIBDIR}/lib/rouge/demos/json5
 ${GEM_LIBDIR}/lib/rouge/demos/jsonnet
 ${GEM_LIBDIR}/lib/rouge/demos/jsp
 ${GEM_LIBDIR}/lib/rouge/demos/jsx
@@ -278,6 +280,7 @@ ${GEM_LIBDIR}/lib/rouge/lexers/clean.rb
 ${GEM_LIBDIR}/lib/rouge/lexers/clojure.rb
 ${GEM_LIBDIR}/lib/rouge/lexers/cmake.rb
 ${GEM_LIBDIR}/lib/rouge/lexers/cmhg.rb
+${GEM_LIBDIR}/lib/rouge/lexers/cobol.rb
 ${GEM_LIBDIR}/lib/rouge/lexers/codeowners.rb
 ${GEM_LIBDIR}/lib/rouge/lexers/coffeescript.rb
 ${GEM_LIBDIR}/lib/rouge/lexers/common_lisp.rb
@@ -354,6 +357,7 @@ ${GEM_LIBDIR}/lib/rouge/lexers/javascrip
 ${GEM_LIBDIR}/lib/rouge/lexers/jinja.rb
 ${GEM_LIBDIR}/lib/rouge/lexers/jsl.rb
 ${GEM_LIBDIR}/lib/rouge/lexers/json.rb
+${GEM_LIBDIR}/lib/rouge/lexers/json5.rb
 ${GEM_LIBDIR}/lib/rouge/lexers/json_doc.rb
 ${GEM_LIBDIR}/lib/rouge/lexers/jsonnet.rb
 ${GEM_LIBDIR}/lib/rouge/lexers/jsp.rb



Home | Main Index | Thread Index | Old Index