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 Aug  4 07:19:24 UTC 2024

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

Log Message:
ruby-addressable: update to 2.8.7.

Upstream changes (from CHANGELOG.md):

Addressable 2.8.7

* Allow public_suffix 6 (#535)

Addressable 2.8.6

* Memoize regexps for common character classes (#524)


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/net/ruby-addressable/Makefile
cvs rdiff -u -r1.27 -r1.28 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.26 pkgsrc/net/ruby-addressable/Makefile:1.27
--- pkgsrc/net/ruby-addressable/Makefile:1.26   Sun Aug  6 02:18:38 2023
+++ pkgsrc/net/ruby-addressable/Makefile        Sun Aug  4 07:19:24 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2023/08/06 02:18:38 tsutsui Exp $
+# $NetBSD: Makefile,v 1.27 2024/08/04 07:19:24 tsutsui Exp $
 
-DISTNAME=      addressable-2.8.5
+DISTNAME=      addressable-2.8.7
 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<6.0:../../net/ruby-public_suffix
+DEPENDS+=      ${RUBY_PKGPREFIX}-public_suffix>=2.0.2<7.0:../../net/ruby-public_suffix
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/net/ruby-addressable/distinfo
diff -u pkgsrc/net/ruby-addressable/distinfo:1.27 pkgsrc/net/ruby-addressable/distinfo:1.28
--- pkgsrc/net/ruby-addressable/distinfo:1.27   Sun Aug  6 02:18:38 2023
+++ pkgsrc/net/ruby-addressable/distinfo        Sun Aug  4 07:19:24 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2023/08/06 02:18:38 tsutsui Exp $
+$NetBSD: distinfo,v 1.28 2024/08/04 07:19:24 tsutsui Exp $
 
-BLAKE2s (addressable-2.8.5.gem) = 07c2b4d54a966f5568849bd00630a6c3336805af06a07199ba0cb3de90da4736
-SHA512 (addressable-2.8.5.gem) = cc35437d91dfb95f49eeba60b153b89d9f1475fd0770056c22865913629f3bf0a3545585a457bc5a42d97f2e6e81362308e9eb91fd3b2b8a571b997ba53796eb
-Size (addressable-2.8.5.gem) = 106496 bytes
+BLAKE2s (addressable-2.8.7.gem) = c7a5a97691a410deb7b0419fc59c6a5f6ddcf53162d7975f14e0812af6692b9e
+SHA512 (addressable-2.8.7.gem) = 20fe488267917fdae53cdb4c0fd6264b93dc304e6fa5bb38dbb46f1f7a9eee37acc1336941be1cc7769fa110f541c9f92ab75025e07c15be85cc4a7ef6f94fd1
+Size (addressable-2.8.7.gem) = 106496 bytes



Home | Main Index | Thread Index | Old Index