pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ruby-rexml



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Dec 15 13:33:34 UTC 2024

Modified Files:
        pkgsrc/textproc/ruby-rexml: Makefile distinfo

Log Message:
textproc/ruby-rexml: update to 3.4.0

pkgsrc change: remove restriction to Ruby's version.

3.4.0 (2024-12-15)

Improvement

* Improved performance.

    - GH-216
    - Patch by NAITOH Jun

* JRuby: Improved parse performance.

    - GH-219
    - Patch by João Duarte

* Added support for reusing pull parser.

    - GH-214
    - GH-220
    - Patch by Dmitry Pogrebnoy

* Improved error handling when source is IO.

    - GH-221
    - Patch by NAITOH Jun

Thanks

    - NAITOH Jun
    - João Duarte
    - Dmitry Pogrebnoy


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/textproc/ruby-rexml/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/textproc/ruby-rexml/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/ruby-rexml/Makefile
diff -u pkgsrc/textproc/ruby-rexml/Makefile:1.24 pkgsrc/textproc/ruby-rexml/Makefile:1.25
--- pkgsrc/textproc/ruby-rexml/Makefile:1.24    Wed Nov  6 13:33:48 2024
+++ pkgsrc/textproc/ruby-rexml/Makefile Sun Dec 15 13:33:33 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2024/11/06 13:33:48 taca Exp $
+# $NetBSD: Makefile,v 1.25 2024/12/15 13:33:33 taca Exp $
 
-DISTNAME=      rexml-3.3.9
+DISTNAME=      rexml-3.4.0
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -10,8 +10,5 @@ LICENSE=      2-clause-bsd
 
 USE_LANGUAGES= # empty
 
-# Ruby 3.2.6 has the same version as bundled gems.
-RUBY_VERSIONS_ACCEPTED=        31
-
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/ruby-rexml/distinfo
diff -u pkgsrc/textproc/ruby-rexml/distinfo:1.15 pkgsrc/textproc/ruby-rexml/distinfo:1.16
--- pkgsrc/textproc/ruby-rexml/distinfo:1.15    Sun Oct 27 14:07:16 2024
+++ pkgsrc/textproc/ruby-rexml/distinfo Sun Dec 15 13:33:33 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2024/10/27 14:07:16 taca Exp $
+$NetBSD: distinfo,v 1.16 2024/12/15 13:33:33 taca Exp $
 
-BLAKE2s (rexml-3.3.9.gem) = dd38e369d942c96f9f81efadc0de3adcd518c49d2b97a888789f3e7046c90804
-SHA512 (rexml-3.3.9.gem) = 90365d684b22f9c480df86dcc32068c24ab62efa405a46d3675e3fb90f5d188a0dcd1db988cb969dd0acee986ca4923e5eb669cc1d2a72b2727a7e7f39f233e7
-Size (rexml-3.3.9.gem) = 104448 bytes
+BLAKE2s (rexml-3.4.0.gem) = 422e9cf93f4adc0f470681d2de9d8a555291ac6567ece2f19fc6d753023dec88
+SHA512 (rexml-3.4.0.gem) = 3e7a363f4da1f73d6482b1543a904d651ff1d0a53db3a098bb88b856062f93611f65f9ad11a722dab307b87fb7d9d33d7d96a052fa6e8250a0207d8ecb2b96ad
+Size (rexml-3.4.0.gem) = 104448 bytes



Home | Main Index | Thread Index | Old Index