pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-pathname2
Module Name: pkgsrc
Committed By: taca
Date: Mon Feb 2 15:22:29 UTC 2026
Modified Files:
pkgsrc/devel/ruby-pathname2: Makefile PLIST distinfo
Log Message:
devel/ruby-pathname2: update to 2.0.0
2.0.0 (2025-11-29)
* Pathname has been renamed Pathname2, so it's no longer competing for the
same constant name as the stdlib vedrsion. Recent versions of Ruby simply
weren't allowing it, and this is probably the better way to go anyway.
* Added addressable as a dependency since the stdlib uri library is a
constant source of warnings.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/ruby-pathname2/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/ruby-pathname2/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/ruby-pathname2/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ruby-pathname2/Makefile
diff -u pkgsrc/devel/ruby-pathname2/Makefile:1.12 pkgsrc/devel/ruby-pathname2/Makefile:1.13
--- pkgsrc/devel/ruby-pathname2/Makefile:1.12 Tue Jan 26 14:54:21 2021
+++ pkgsrc/devel/ruby-pathname2/Makefile Mon Feb 2 15:22:28 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2021/01/26 14:54:21 taca Exp $
+# $NetBSD: Makefile,v 1.13 2026/02/02 15:22:28 taca Exp $
-DISTNAME= pathname2-1.8.4
+DISTNAME= pathname2-2.0.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -8,7 +8,8 @@ HOMEPAGE= https://github.com/djberg96/pa
COMMENT= Alternate implementation of the Pathname library
LICENSE= apache-2.0
-DEPENDS+= ${RUBY_PKGPREFIX}-facade>=1.0.4:../../devel/ruby-facade
+DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.8<3:../../devel/ruby-facade
+DEPENDS+= ${RUBY_PKGPREFIX}-facade>=1.2<2:../../devel/ruby-facade
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ruby-pathname2/PLIST
diff -u pkgsrc/devel/ruby-pathname2/PLIST:1.7 pkgsrc/devel/ruby-pathname2/PLIST:1.8
--- pkgsrc/devel/ruby-pathname2/PLIST:1.7 Tue Jan 26 14:54:21 2021
+++ pkgsrc/devel/ruby-pathname2/PLIST Mon Feb 2 15:22:28 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2021/01/26 14:54:21 taca Exp $
+@comment $NetBSD: PLIST,v 1.8 2026/02/02 15:22:28 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGES.md
${GEM_LIBDIR}/Gemfile
@@ -6,13 +6,13 @@ ${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/MANIFEST.md
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
-${GEM_LIBDIR}/benchmarks/bench_pathname.rb
+${GEM_LIBDIR}/benchmarks/bench_pathname2.rb
${GEM_LIBDIR}/benchmarks/bench_plus.rb
${GEM_LIBDIR}/certs/djberg96_pub.pem
-${GEM_LIBDIR}/examples/example_pathname.rb
+${GEM_LIBDIR}/examples/example_pathname2.rb
${GEM_LIBDIR}/lib/pathname2.rb
${GEM_LIBDIR}/pathname2.gemspec
-${GEM_LIBDIR}/test/test_pathname.rb
+${GEM_LIBDIR}/test/test_pathname2.rb
${GEM_LIBDIR}/test/test_version.rb
${GEM_LIBDIR}/test/windows/test_append.rb
${GEM_LIBDIR}/test/windows/test_aref.rb
Index: pkgsrc/devel/ruby-pathname2/distinfo
diff -u pkgsrc/devel/ruby-pathname2/distinfo:1.13 pkgsrc/devel/ruby-pathname2/distinfo:1.14
--- pkgsrc/devel/ruby-pathname2/distinfo:1.13 Tue Oct 26 10:19:41 2021
+++ pkgsrc/devel/ruby-pathname2/distinfo Mon Feb 2 15:22:28 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2021/10/26 10:19:41 nia Exp $
+$NetBSD: distinfo,v 1.14 2026/02/02 15:22:28 taca Exp $
-BLAKE2s (pathname2-1.8.4.gem) = e4ea42b24de5b1ca3821d4af02bc0157f071b7114d45a0290ea0ac0bf23fdf4a
-SHA512 (pathname2-1.8.4.gem) = cb3a79fdff74ae97bd64bff5881b405ea28e2b4c3d2ae549eb52a5bf0f1530b5b6e7052f97b9063db14679e7fe05cc90c2324dba506bd3ed038e53347290e070
-Size (pathname2-1.8.4.gem) = 36864 bytes
+BLAKE2s (pathname2-2.0.0.gem) = 6a9ebfe81731d86b4258800ecd002b2b3cd42541e5d7d97b88b690d0f8bb6d84
+SHA512 (pathname2-2.0.0.gem) = 37647f4419ad983f2cac7445533229c9271f849cce7d82f70f4572145e4304ec160040502e29fb08ba9a15c766c7c8ddb14398c3cd365ba53b4eee907cb4819c
+Size (pathname2-2.0.0.gem) = 37376 bytes
Home |
Main Index |
Thread Index |
Old Index