pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ruby-addressable



Module Name:    pkgsrc
Committed By:   tsutsui
Date:           Sun Jan 11 04:47:01 UTC 2026

Modified Files:
        pkgsrc/net/ruby-addressable: Makefile PLIST distinfo

Log Message:
ruby-addressable: update to 2.8.8

Upstream changes (from CHANGELOG.md):

Addressable 2.8.8

 * Replace the unicode.data blob by a ruby constant (#561)
 * Allow public_suffix 7 (#558)


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/net/ruby-addressable/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/ruby-addressable/PLIST
cvs rdiff -u -r1.28 -r1.29 pkgsrc/net/ruby-addressable/distinfo

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

Modified files:

Index: pkgsrc/net/ruby-addressable/Makefile
diff -u pkgsrc/net/ruby-addressable/Makefile:1.27 pkgsrc/net/ruby-addressable/Makefile:1.28
--- pkgsrc/net/ruby-addressable/Makefile:1.27   Sun Aug  4 07:19:24 2024
+++ pkgsrc/net/ruby-addressable/Makefile        Sun Jan 11 04:47:01 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2024/08/04 07:19:24 tsutsui Exp $
+# $NetBSD: Makefile,v 1.28 2026/01/11 04:47:01 tsutsui Exp $
 
-DISTNAME=      addressable-2.8.7
+DISTNAME=      addressable-2.8.8
 CATEGORIES=    net
 
 MAINTAINER=    tsutsui%NetBSD.org@localhost
@@ -8,7 +8,7 @@ HOMEPAGE=       https://github.com/sporkmonger
 COMMENT=       Replacement for the URI Implementation of standard librrary
 LICENSE=       mit
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-public_suffix>=2.0.2<7.0:../../net/ruby-public_suffix
+DEPENDS+=      ${RUBY_PKGPREFIX}-public_suffix>=2.0.2<8.0:../../net/ruby-public_suffix
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/net/ruby-addressable/PLIST
diff -u pkgsrc/net/ruby-addressable/PLIST:1.13 pkgsrc/net/ruby-addressable/PLIST:1.14
--- pkgsrc/net/ruby-addressable/PLIST:1.13      Sat May 13 18:24:12 2023
+++ pkgsrc/net/ruby-addressable/PLIST   Sun Jan 11 04:47:01 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2023/05/13 18:24:12 tsutsui Exp $
+@comment $NetBSD: PLIST,v 1.14 2026/01/11 04:47:01 tsutsui Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/CHANGELOG.md
 ${GEM_LIBDIR}/Gemfile
@@ -6,7 +6,6 @@ ${GEM_LIBDIR}/LICENSE.txt
 ${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/Rakefile
 ${GEM_LIBDIR}/addressable.gemspec
-${GEM_LIBDIR}/data/unicode.data
 ${GEM_LIBDIR}/lib/addressable.rb
 ${GEM_LIBDIR}/lib/addressable/idna.rb
 ${GEM_LIBDIR}/lib/addressable/idna/native.rb

Index: pkgsrc/net/ruby-addressable/distinfo
diff -u pkgsrc/net/ruby-addressable/distinfo:1.28 pkgsrc/net/ruby-addressable/distinfo:1.29
--- pkgsrc/net/ruby-addressable/distinfo:1.28   Sun Aug  4 07:19:24 2024
+++ pkgsrc/net/ruby-addressable/distinfo        Sun Jan 11 04:47:01 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.28 2024/08/04 07:19:24 tsutsui Exp $
+$NetBSD: distinfo,v 1.29 2026/01/11 04:47:01 tsutsui Exp $
 
-BLAKE2s (addressable-2.8.7.gem) = c7a5a97691a410deb7b0419fc59c6a5f6ddcf53162d7975f14e0812af6692b9e
-SHA512 (addressable-2.8.7.gem) = 20fe488267917fdae53cdb4c0fd6264b93dc304e6fa5bb38dbb46f1f7a9eee37acc1336941be1cc7769fa110f541c9f92ab75025e07c15be85cc4a7ef6f94fd1
-Size (addressable-2.8.7.gem) = 106496 bytes
+BLAKE2s (addressable-2.8.8.gem) = 3387bb686a58e311aeacce85b43e23760e67e218679238e5285377a491f5bb72
+SHA512 (addressable-2.8.8.gem) = a8457764d7bb88ffa62576bfc9af5ff8b36a6aa88a2d46a9ffc1ca90508391415fa2e51ed0238d6a91203e560766b46c59e44cdb5181e9d172e77f9545f4d1e9
+Size (addressable-2.8.8.gem) = 109568 bytes



Home | Main Index | Thread Index | Old Index