pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/ruby-ethon
Module Name: pkgsrc
Committed By: taca
Date: Sun Aug 31 14:21:05 UTC 2025
Modified Files:
pkgsrc/www/ruby-ethon: Makefile PLIST distinfo
Log Message:
www/ruby-ethon: update to 0.17.0
0.17.0 (2025-08-20)
* Require Ruby 2.6+ and simplify Gemfile. (Felipe Mesquita, #255)
* Fixed mismatched libcurl error codes in easy_codes array. (Felipe
Mesquita, #253)
* Add Ruby 3.3 and 3.4, remove Ruby 2.5 from CI matrix. (Felipe Mesquita,
#252)
* Skip test due to libcurl 8.7.x bug in CURLINFO_REQUEST_SIZE. (Felipe
Mesquita, #251)
* Use Rackup::Handler.default for Rack 3 compatibility. (Vít Ondruch, #244)
* Add Ruby 3.1 and 3.2 to the test matrix. (Orien Madgwick, #228)
* Remove development and test files from the gem package. (Orien Madgwick,
#227)
* Fix missing parenthesis in example. (Aleksey Tsalolikhin, #226)
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/ruby-ethon/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/ruby-ethon/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/ruby-ethon/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-ethon/Makefile
diff -u pkgsrc/www/ruby-ethon/Makefile:1.5 pkgsrc/www/ruby-ethon/Makefile:1.6
--- pkgsrc/www/ruby-ethon/Makefile:1.5 Sun Dec 4 16:15:05 2022
+++ pkgsrc/www/ruby-ethon/Makefile Sun Aug 31 14:21:05 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2022/12/04 16:15:05 taca Exp $
+# $NetBSD: Makefile,v 1.6 2025/08/31 14:21:05 taca Exp $
-DISTNAME= ethon-0.16.0
+DISTNAME= ethon-0.17.0
CATEGORIES= www
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/www/ruby-ethon/PLIST
diff -u pkgsrc/www/ruby-ethon/PLIST:1.2 pkgsrc/www/ruby-ethon/PLIST:1.3
--- pkgsrc/www/ruby-ethon/PLIST:1.2 Wed Jun 2 14:45:36 2021
+++ pkgsrc/www/ruby-ethon/PLIST Sun Aug 31 14:21:05 2025
@@ -1,14 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2021/06/02 14:45:36 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2025/08/31 14:21:05 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
-${GEM_LIBDIR}/.github/workflows/ruby.yml
-${GEM_LIBDIR}/.gitignore
-${GEM_LIBDIR}/.rspec
${GEM_LIBDIR}/CHANGELOG.md
-${GEM_LIBDIR}/Gemfile
-${GEM_LIBDIR}/Guardfile
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.md
-${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/ethon.gemspec
${GEM_LIBDIR}/lib/ethon.rb
${GEM_LIBDIR}/lib/ethon/curl.rb
@@ -64,42 +58,4 @@ ${GEM_LIBDIR}/lib/ethon/multi/operations
${GEM_LIBDIR}/lib/ethon/multi/options.rb
${GEM_LIBDIR}/lib/ethon/multi/stack.rb
${GEM_LIBDIR}/lib/ethon/version.rb
-${GEM_LIBDIR}/profile/benchmarks.rb
-${GEM_LIBDIR}/profile/memory_leaks.rb
-${GEM_LIBDIR}/profile/perf_spec_helper.rb
-${GEM_LIBDIR}/profile/support/memory_test_helpers.rb
-${GEM_LIBDIR}/profile/support/os_memory_leak_tracker.rb
-${GEM_LIBDIR}/profile/support/ruby_object_leak_tracker.rb
-${GEM_LIBDIR}/spec/ethon/curl_spec.rb
-${GEM_LIBDIR}/spec/ethon/easy/callbacks_spec.rb
-${GEM_LIBDIR}/spec/ethon/easy/debug_info_spec.rb
-${GEM_LIBDIR}/spec/ethon/easy/features_spec.rb
-${GEM_LIBDIR}/spec/ethon/easy/form_spec.rb
-${GEM_LIBDIR}/spec/ethon/easy/header_spec.rb
-${GEM_LIBDIR}/spec/ethon/easy/http/custom_spec.rb
-${GEM_LIBDIR}/spec/ethon/easy/http/delete_spec.rb
-${GEM_LIBDIR}/spec/ethon/easy/http/get_spec.rb
-${GEM_LIBDIR}/spec/ethon/easy/http/head_spec.rb
-${GEM_LIBDIR}/spec/ethon/easy/http/options_spec.rb
-${GEM_LIBDIR}/spec/ethon/easy/http/patch_spec.rb
-${GEM_LIBDIR}/spec/ethon/easy/http/post_spec.rb
-${GEM_LIBDIR}/spec/ethon/easy/http/put_spec.rb
-${GEM_LIBDIR}/spec/ethon/easy/http_spec.rb
-${GEM_LIBDIR}/spec/ethon/easy/informations_spec.rb
-${GEM_LIBDIR}/spec/ethon/easy/mirror_spec.rb
-${GEM_LIBDIR}/spec/ethon/easy/operations_spec.rb
-${GEM_LIBDIR}/spec/ethon/easy/options_spec.rb
-${GEM_LIBDIR}/spec/ethon/easy/queryable_spec.rb
-${GEM_LIBDIR}/spec/ethon/easy/response_callbacks_spec.rb
-${GEM_LIBDIR}/spec/ethon/easy/util_spec.rb
-${GEM_LIBDIR}/spec/ethon/easy_spec.rb
-${GEM_LIBDIR}/spec/ethon/libc_spec.rb
-${GEM_LIBDIR}/spec/ethon/loggable_spec.rb
-${GEM_LIBDIR}/spec/ethon/multi/operations_spec.rb
-${GEM_LIBDIR}/spec/ethon/multi/options_spec.rb
-${GEM_LIBDIR}/spec/ethon/multi/stack_spec.rb
-${GEM_LIBDIR}/spec/ethon/multi_spec.rb
-${GEM_LIBDIR}/spec/spec_helper.rb
-${GEM_LIBDIR}/spec/support/localhost_server.rb
-${GEM_LIBDIR}/spec/support/server.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/www/ruby-ethon/distinfo
diff -u pkgsrc/www/ruby-ethon/distinfo:1.6 pkgsrc/www/ruby-ethon/distinfo:1.7
--- pkgsrc/www/ruby-ethon/distinfo:1.6 Sun Dec 4 16:15:05 2022
+++ pkgsrc/www/ruby-ethon/distinfo Sun Aug 31 14:21:05 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2022/12/04 16:15:05 taca Exp $
+$NetBSD: distinfo,v 1.7 2025/08/31 14:21:05 taca Exp $
-BLAKE2s (ethon-0.16.0.gem) = c8f31414f8ebe78e33a1221d94366b9c648b0f971218292cf921dc5a7110b2bd
-SHA512 (ethon-0.16.0.gem) = 3b31affcee0d5a5be05b5497d4a8d13515f8393f54579a3a9c8de49f78d3f065bb92659434b023f0a8bf8e0cccfbc94b617695b93c4d3f744cccd1eff2e68905
-Size (ethon-0.16.0.gem) = 60416 bytes
+BLAKE2s (ethon-0.17.0.gem) = 8bd9445c755eeb92b5a4526fbd7cf375e84d6bc9b0e0bd085f5f7818766b0d5e
+SHA512 (ethon-0.17.0.gem) = 503fb6ff68913ca3965a3bad42cc211f280647b2a285f51380ec32abdb8ca1df09d7b2927d485da4a54d2b438baf3039be9dc3984688c8fcdeafe073e942b16a
+Size (ethon-0.17.0.gem) = 39936 bytes
Home |
Main Index |
Thread Index |
Old Index