pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/ruby-manpages



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun May 31 06:01:00 UTC 2026

Modified Files:
        pkgsrc/misc/ruby-manpages: Makefile PLIST distinfo
        pkgsrc/misc/ruby-manpages/patches: patch-lib_manpages_man__files.rb
            patch-lib_rubygems_commands_manpages__command.rb

Log Message:
misc/ruby-manpages: update to 0.7.0

0.6.2 (2026-05-14)

Fixed:

* Bumped rake, rubocop, and rexml to resolve HIGH/MEDIUM CVEs (#45)

0.7.0 (2026-05-14)

Changed:

* Minimum required Ruby version is now 3.0

Added:

* GitHub Actions CI replacing Travis CI, testing Ruby 3.1, 3.2, 3.3, and 3.4
* rubocop-rspec added to enforce RSpec style

Fixed:

* Pinned parallel to < 2.0 to maintain compatibility with Ruby 3.1 and 3.2
* Resolved all pending RuboCop offenses (removed .rubocop_todo.yml)


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/ruby-manpages/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/ruby-manpages/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/misc/ruby-manpages/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/misc/ruby-manpages/patches/patch-lib_manpages_man__files.rb \
    pkgsrc/misc/ruby-manpages/patches/patch-lib_rubygems_commands_manpages__command.rb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/ruby-manpages/Makefile
diff -u pkgsrc/misc/ruby-manpages/Makefile:1.4 pkgsrc/misc/ruby-manpages/Makefile:1.5
--- pkgsrc/misc/ruby-manpages/Makefile:1.4      Sat Dec 31 16:20:39 2022
+++ pkgsrc/misc/ruby-manpages/Makefile  Sun May 31 06:01:00 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2022/12/31 16:20:39 taca Exp $
+# $NetBSD: Makefile,v 1.5 2026/05/31 06:01:00 taca Exp $
 
-DISTNAME=      manpages-0.6.1
-PKGREVISION=   2
+DISTNAME=      manpages-0.7.0
 CATEGORIES=    misc
 
 MAINTAINER=    taca%NetBSD.org@localhost

Index: pkgsrc/misc/ruby-manpages/PLIST
diff -u pkgsrc/misc/ruby-manpages/PLIST:1.1 pkgsrc/misc/ruby-manpages/PLIST:1.2
--- pkgsrc/misc/ruby-manpages/PLIST:1.1 Fri Nov 11 14:06:24 2022
+++ pkgsrc/misc/ruby-manpages/PLIST     Sun May 31 06:01:00 2026
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2022/11/11 14:06:24 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2026/05/31 06:01:00 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.github/workflows/ruby.yml
+${GEM_LIBDIR}/.github_changelog_generator
 ${GEM_LIBDIR}/.gitignore
 ${GEM_LIBDIR}/.rspec
 ${GEM_LIBDIR}/.rubocop.yml
-${GEM_LIBDIR}/.rubocop_todo.yml
-${GEM_LIBDIR}/.travis.yml
 ${GEM_LIBDIR}/CHANGELOG.md
 ${GEM_LIBDIR}/CODE_OF_CONDUCT.md
 ${GEM_LIBDIR}/Gemfile

Index: pkgsrc/misc/ruby-manpages/distinfo
diff -u pkgsrc/misc/ruby-manpages/distinfo:1.3 pkgsrc/misc/ruby-manpages/distinfo:1.4
--- pkgsrc/misc/ruby-manpages/distinfo:1.3      Sat Dec 31 16:20:39 2022
+++ pkgsrc/misc/ruby-manpages/distinfo  Sun May 31 06:01:00 2026
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.3 2022/12/31 16:20:39 taca Exp $
+$NetBSD: distinfo,v 1.4 2026/05/31 06:01:00 taca Exp $
 
-BLAKE2s (manpages-0.6.1.gem) = f9be6aa72e19fee514ce924206691ff49323ec1c68d1c91160244dc090eaa28b
-SHA512 (manpages-0.6.1.gem) = 70839c45db9d0eeef94587853db1514842b7a7e9fed7a967c7a1e9fcfe1ae204de93e04a8bdb24c4dfe6641cef5a27d29136bc4ae6e233040d1d2aa71b077378
-Size (manpages-0.6.1.gem) = 14848 bytes
+BLAKE2s (manpages-0.7.0.gem) = ca7902444ef1d766aabce26772d3b65e6441ab269ef9d136d1bc889a570c1b2b
+SHA512 (manpages-0.7.0.gem) = 2bc954cafcb243536faae7ccbf895942713823d000932eb05eba6ec313eace14e0c2776622c16b8e81147c2ebabb02c531c17687a51caa1772122c6c9c4e9a63
+Size (manpages-0.7.0.gem) = 16384 bytes
 SHA1 (patch-lib_manpages_install.rb) = cb490bc69237aa8d2bbcae1f314c644f2bf09d0e
-SHA1 (patch-lib_manpages_man__files.rb) = 55757e60d132a876bcbad0fe94256522867cdafd
+SHA1 (patch-lib_manpages_man__files.rb) = 4e98017cf6d601256458835e82149c2dfd62830b
 SHA1 (patch-lib_rubygems__plugin.rb) = fe8e5bf91c42caf9a19f4f4658f6fa16a6e99f7c
-SHA1 (patch-lib_rubygems_commands_manpages__command.rb) = a4ab65190a9ef1bab7805d2eb76f39dd97743937
+SHA1 (patch-lib_rubygems_commands_manpages__command.rb) = 14ea3b7606d497aa7a62382fdc10176a77025596

Index: pkgsrc/misc/ruby-manpages/patches/patch-lib_manpages_man__files.rb
diff -u pkgsrc/misc/ruby-manpages/patches/patch-lib_manpages_man__files.rb:1.1 pkgsrc/misc/ruby-manpages/patches/patch-lib_manpages_man__files.rb:1.2
--- pkgsrc/misc/ruby-manpages/patches/patch-lib_manpages_man__files.rb:1.1      Sat Dec 31 16:20:39 2022
+++ pkgsrc/misc/ruby-manpages/patches/patch-lib_manpages_man__files.rb  Sun May 31 06:01:00 2026
@@ -1,10 +1,12 @@
-$NetBSD: patch-lib_manpages_man__files.rb,v 1.1 2022/12/31 16:20:39 taca Exp $
+$NetBSD: patch-lib_manpages_man__files.rb,v 1.2 2026/05/31 06:01:00 taca Exp $
 
 * Install manual page with RUBY_VER style.
 
---- lib/manpages/man_files.rb.orig     2022-12-30 09:50:10.725925400 +0000
+--- lib/manpages/man_files.rb.orig     2026-05-24 01:59:08.965762417 +0000
 +++ lib/manpages/man_files.rb
-@@ -1,7 +1,9 @@
+@@ -1,9 +1,11 @@
+ # frozen_string_literal: true
+ 
  require "pathname"
 +require "rbconfig"
  
@@ -14,7 +16,7 @@ $NetBSD: patch-lib_manpages_man__files.r
      attr_reader :man_dir
  
      def initialize(gem_dir, target_dir = "")
-@@ -23,7 +25,9 @@ module Manpages
+@@ -25,7 +27,9 @@ module Manpages
  
      def man_file_path(file)
        man_section = file.extname.match(/\.(\d*)/)
Index: pkgsrc/misc/ruby-manpages/patches/patch-lib_rubygems_commands_manpages__command.rb
diff -u pkgsrc/misc/ruby-manpages/patches/patch-lib_rubygems_commands_manpages__command.rb:1.1 pkgsrc/misc/ruby-manpages/patches/patch-lib_rubygems_commands_manpages__command.rb:1.2
--- pkgsrc/misc/ruby-manpages/patches/patch-lib_rubygems_commands_manpages__command.rb:1.1      Fri Nov 11 14:06:24 2022
+++ pkgsrc/misc/ruby-manpages/patches/patch-lib_rubygems_commands_manpages__command.rb  Sun May 31 06:01:00 2026
@@ -1,11 +1,11 @@
-$NetBSD: patch-lib_rubygems_commands_manpages__command.rb,v 1.1 2022/11/11 14:06:24 taca Exp $
+$NetBSD: patch-lib_rubygems_commands_manpages__command.rb,v 1.2 2026/05/31 06:01:00 taca Exp $
 
 Fixate manpath.
 
---- lib/rubygems/commands/manpages_command.rb.orig     2022-11-08 15:03:34.184546225 +0000
+--- lib/rubygems/commands/manpages_command.rb.orig     2026-05-24 01:59:08.966107032 +0000
 +++ lib/rubygems/commands/manpages_command.rb
-@@ -38,7 +38,7 @@ class Gem::Commands::ManpagesCommand < G
-           Manpages::GemVersion.new(spec).latest?
+@@ -40,7 +40,7 @@ class Gem::Commands::ManpagesCommand < G
+         Manpages::GemVersion.new(spec).latest?
  
        say "Installing man pages for #{spec.name} #{spec.version}"
 -      target_dir = File.expand_path("#{Gem.bindir}/../share/man")



Home | Main Index | Thread Index | Old Index