pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/ruby-uri
Module Name: pkgsrc
Committed By: taca
Date: Sun Mar 2 14:56:44 UTC 2025
Modified Files:
pkgsrc/www/ruby-uri: Makefile PLIST distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/ruby-uri/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/ruby-uri/PLIST \
pkgsrc/www/ruby-uri/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/ruby-uri/Makefile
diff -u pkgsrc/www/ruby-uri/Makefile:1.5 pkgsrc/www/ruby-uri/Makefile:1.6
--- pkgsrc/www/ruby-uri/Makefile:1.5 Thu Jan 2 06:36:12 2025
+++ pkgsrc/www/ruby-uri/Makefile Sun Mar 2 14:56:44 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2025/01/02 06:36:12 taca Exp $
+# $NetBSD: Makefile,v 1.6 2025/03/02 14:56:44 taca Exp $
-DISTNAME= uri-1.0.2
+DISTNAME= uri-1.0.3
CATEGORIES= www
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -10,8 +10,5 @@ LICENSE= 2-clause-bsd OR ruby-license
USE_LANGUAGES= # none
-# Ruby 3.4.1 has uri 1.0.2 gem.
-RUBY_VERSIONS_ACCEPTED= 31 32 33
-
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/ruby-uri/PLIST
diff -u pkgsrc/www/ruby-uri/PLIST:1.3 pkgsrc/www/ruby-uri/PLIST:1.4
--- pkgsrc/www/ruby-uri/PLIST:1.3 Wed Dec 11 15:43:58 2024
+++ pkgsrc/www/ruby-uri/PLIST Sun Mar 2 14:56:44 2025
@@ -1,8 +1,11 @@
-@comment $NetBSD: PLIST,v 1.3 2024/12/11 15:43:58 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2025/03/02 14:56:44 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.document
+${GEM_LIBDIR}/.rdoc_options
${GEM_LIBDIR}/BSDL
${GEM_LIBDIR}/COPYING
${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/docs/kernel.rb
${GEM_LIBDIR}/lib/uri.rb
${GEM_LIBDIR}/lib/uri/common.rb
${GEM_LIBDIR}/lib/uri/file.rb
Index: pkgsrc/www/ruby-uri/distinfo
diff -u pkgsrc/www/ruby-uri/distinfo:1.3 pkgsrc/www/ruby-uri/distinfo:1.4
--- pkgsrc/www/ruby-uri/distinfo:1.3 Wed Dec 11 15:43:58 2024
+++ pkgsrc/www/ruby-uri/distinfo Sun Mar 2 14:56:44 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2024/12/11 15:43:58 taca Exp $
+$NetBSD: distinfo,v 1.4 2025/03/02 14:56:44 taca Exp $
-BLAKE2s (uri-1.0.2.gem) = 67a0e45d81952dd55c908a668796ffa2094229f153a73238db0aca2cc0b5e959
-SHA512 (uri-1.0.2.gem) = 7294adcccc64d2d27676a4b7671e830d431da636b340a006757bcdd94a82ce90d1ef061969168ac00017b7e88df4b34618cc885f69d5bfef532f54542abaa050
-Size (uri-1.0.2.gem) = 36864 bytes
+BLAKE2s (uri-1.0.3.gem) = 92eb70feb9481c8bb2506f0a6c31da6473667513392f4b1050202695f9dfac31
+SHA512 (uri-1.0.3.gem) = 622c469a5fe26981d3b7622609d861bbab06a8bbf69187871e4c60b68d4652cffe4778d93fe476fdf542fec29024d53315b2806421077be1b47d569911e50dee
+Size (uri-1.0.3.gem) = 36864 bytes
Home |
Main Index |
Thread Index |
Old Index