Skip to content

Commit 1b7110b

Browse files
author
taca
committed
www/ruby-uri: update to 1.0.3
pkgsrc change: remove restriction to Ruby's version. 1.0.3 (2025-02-26) What's Changed * Bump step-security/harden-runner from 2.10.1 to 2.10.2 by @dependabot in #136 * Bump rubygems/release-gem from 612653d273a73bdae1df8453e090060bb4db5f31 to 9e85cb11501bebc2ae661c1500176316d3987059 by @dependabot in #137 * Prevent a warning: URI::REGEXP is obsolete by @mame in #138 * Revisit deprecated test by @hsbt in #139 * Suppress deprecate warning of test class (retry) by @mame in #140 * Fix README by @hsbt in #142 * Bump rubygems/release-gem from 1.1.0 to 1.1.1 by @dependabot in #143 * Bump step-security/harden-runner from 2.10.2 to 2.10.3 by @dependabot in #144 * Bump step-security/harden-runner from 2.10.3 to 2.10.4 by @dependabot in #145 * Make documentation 100% by @nobu in #147 * Bump step-security/harden-runner from 2.10.4 to 2.11.0 by @dependabot in #153 * Remove userinfo by @hsbt in #154 New Contributors * @mame made their first contribution in #138
1 parent e972da7 commit 1b7110b

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

www/ruby-uri/Makefile

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.5 2025/01/02 06:36:12 taca Exp $
1+
# $NetBSD: Makefile,v 1.6 2025/03/02 14:56:44 taca Exp $
22

3-
DISTNAME= uri-1.0.2
3+
DISTNAME= uri-1.0.3
44
CATEGORIES= www
55

66
MAINTAINER= [email protected]
@@ -10,8 +10,5 @@ LICENSE= 2-clause-bsd OR ruby-license
1010

1111
USE_LANGUAGES= # none
1212

13-
# Ruby 3.4.1 has uri 1.0.2 gem.
14-
RUBY_VERSIONS_ACCEPTED= 31 32 33
15-
1613
.include "../../lang/ruby/gem.mk"
1714
.include "../../mk/bsd.pkg.mk"

www/ruby-uri/PLIST

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
@comment $NetBSD: PLIST,v 1.3 2024/12/11 15:43:58 taca Exp $
1+
@comment $NetBSD: PLIST,v 1.4 2025/03/02 14:56:44 taca Exp $
22
${GEM_HOME}/cache/${GEM_NAME}.gem
3+
${GEM_LIBDIR}/.document
4+
${GEM_LIBDIR}/.rdoc_options
35
${GEM_LIBDIR}/BSDL
46
${GEM_LIBDIR}/COPYING
57
${GEM_LIBDIR}/README.md
8+
${GEM_LIBDIR}/docs/kernel.rb
69
${GEM_LIBDIR}/lib/uri.rb
710
${GEM_LIBDIR}/lib/uri/common.rb
811
${GEM_LIBDIR}/lib/uri/file.rb

www/ruby-uri/distinfo

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.3 2024/12/11 15:43:58 taca Exp $
1+
$NetBSD: distinfo,v 1.4 2025/03/02 14:56:44 taca Exp $
22

3-
BLAKE2s (uri-1.0.2.gem) = 67a0e45d81952dd55c908a668796ffa2094229f153a73238db0aca2cc0b5e959
4-
SHA512 (uri-1.0.2.gem) = 7294adcccc64d2d27676a4b7671e830d431da636b340a006757bcdd94a82ce90d1ef061969168ac00017b7e88df4b34618cc885f69d5bfef532f54542abaa050
5-
Size (uri-1.0.2.gem) = 36864 bytes
3+
BLAKE2s (uri-1.0.3.gem) = 92eb70feb9481c8bb2506f0a6c31da6473667513392f4b1050202695f9dfac31
4+
SHA512 (uri-1.0.3.gem) = 622c469a5fe26981d3b7622609d861bbab06a8bbf69187871e4c60b68d4652cffe4778d93fe476fdf542fec29024d53315b2806421077be1b47d569911e50dee
5+
Size (uri-1.0.3.gem) = 36864 bytes

0 commit comments

Comments
 (0)