pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/ruby-repofetch



Module Name:    pkgsrc
Committed By:   taca
Date:           Fri Oct 31 15:15:12 UTC 2025

Modified Files:
        pkgsrc/sysutils/ruby-repofetch: Makefile

Log Message:
sysutils/ruby-repofetch: allow Rails 7.1 and 7.2

repofetch require activemodel 7.x.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/ruby-repofetch/Makefile

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

Modified files:

Index: pkgsrc/sysutils/ruby-repofetch/Makefile
diff -u pkgsrc/sysutils/ruby-repofetch/Makefile:1.4 pkgsrc/sysutils/ruby-repofetch/Makefile:1.5
--- pkgsrc/sysutils/ruby-repofetch/Makefile:1.4 Wed Jan 25 14:16:21 2023
+++ pkgsrc/sysutils/ruby-repofetch/Makefile     Fri Oct 31 15:15:12 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2023/01/25 14:16:21 taca Exp $
+# $NetBSD: Makefile,v 1.5 2025/10/31 15:15:12 taca Exp $
 
 DISTNAME=      repofetch-0.5.2
 CATEGORIES=    sysutils
@@ -17,7 +17,7 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-octokit>=6.0
 
 USE_LANGUAGES= # none
 
-RUBY_RAILS_ACCEPTED=   70
+RUBY_RAILS_ACCEPTED=   70 71 72
 RUBYGEM_OPTIONS+=      --format-executable
 
 .include "../../lang/ruby/gem.mk"



Home | Main Index | Thread Index | Old Index