pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ruby-nokogiri



Module Name:    pkgsrc
Committed By:   tsutsui
Date:           Sat Mar 16 16:33:40 UTC 2024

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

Log Message:
ruby-nokogiri: update to 1.16.3.

Upstream changes:
 https://github.com/sparklemotion/nokogiri/releases/tag/v1.16.3

Dependencies

 * [CRuby] Vendored libxml2 is updated to v2.12.6 from v2.12.5. (@flavorjones)

Changed

 * [CRuby] XML::Reader sets the @encoding instance variable during reading if
   it is not passed into the initializer. Previously, it would remain nil. The
   behavior of Reader#encoding has not changed. This works around changes to
   how libxml2 reports the encoding used in v2.12.6.


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 pkgsrc/textproc/ruby-nokogiri/Makefile
cvs rdiff -u -r1.61 -r1.62 pkgsrc/textproc/ruby-nokogiri/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-nokogiri/Makefile
diff -u pkgsrc/textproc/ruby-nokogiri/Makefile:1.87 pkgsrc/textproc/ruby-nokogiri/Makefile:1.88
--- pkgsrc/textproc/ruby-nokogiri/Makefile:1.87 Fri Feb 16 14:32:28 2024
+++ pkgsrc/textproc/ruby-nokogiri/Makefile      Sat Mar 16 16:33:40 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.87 2024/02/16 14:32:28 tsutsui Exp $
+# $NetBSD: Makefile,v 1.88 2024/03/16 16:33:40 tsutsui Exp $
 
-DISTNAME=      nokogiri-1.16.2
+DISTNAME=      nokogiri-1.16.3
 CATEGORIES=    textproc
 
 MAINTAINER=    tsutsui%NetBSD.org@localhost
@@ -15,7 +15,7 @@ USE_TOOLS+=           pkg-config
 CPPFLAGS+=             -I${PREFIX}/include/libxml2
 MAKE_ENV+=             NOKOGIRI_USE_SYSTEM_LIBRARIES=yes
 RUBYGEM_OPTIONS+=      --format-executable
-OVERRIDE_GEMSPEC+=     :files ports/archives/libxml2-2.12.5.tar.gz= \
+OVERRIDE_GEMSPEC+=     :files ports/archives/libxml2-2.12.6.tar.gz= \
                        ports/archives/libxslt-1.1.39.tar.gz=
 
 BUILDLINK_TRANSFORM.Darwin+=   rm:-Wl,--no-as-needed

Index: pkgsrc/textproc/ruby-nokogiri/distinfo
diff -u pkgsrc/textproc/ruby-nokogiri/distinfo:1.61 pkgsrc/textproc/ruby-nokogiri/distinfo:1.62
--- pkgsrc/textproc/ruby-nokogiri/distinfo:1.61 Fri Feb 16 14:32:28 2024
+++ pkgsrc/textproc/ruby-nokogiri/distinfo      Sat Mar 16 16:33:40 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.61 2024/02/16 14:32:28 tsutsui Exp $
+$NetBSD: distinfo,v 1.62 2024/03/16 16:33:40 tsutsui Exp $
 
-BLAKE2s (nokogiri-1.16.2.gem) = fe26d039b6925c158bebd369ede1c6c316a304802bccd0cc738922d5a0187510
-SHA512 (nokogiri-1.16.2.gem) = 4a973610855ef9ac5cced69cd43cf723273f23dbf14586021ffaa8787b0c54fb3d63f94239636166bdeb8668d6e67d269899ebc1ad0a232d95389aeee8dad642
-Size (nokogiri-1.16.2.gem) = 4626944 bytes
+BLAKE2s (nokogiri-1.16.3.gem) = ab446125aabf12631522a09f89e0326ab5c945713f17ca0ef4f7637af0b224d5
+SHA512 (nokogiri-1.16.3.gem) = 5e3ff268fed58e4e0c771de4661cc5efb68296b9af611440b373c64564343e4917e3b4e031385bfb6e4fcadb64502287b0f040f8554f55e64e13e99595ba7249
+Size (nokogiri-1.16.3.gem) = 4626944 bytes



Home | Main Index | Thread Index | Old Index