pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jan 16 14:29:47 UTC 2022

Modified Files:
        pkgsrc/games/ruby-squib: Makefile
        pkgsrc/misc/ruby-ohai: Makefile
        pkgsrc/sysutils/ruby-chef: Makefile

Log Message:
Allow build with Ruby 3.1.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/games/ruby-squib/Makefile
cvs rdiff -u -r1.37 -r1.38 pkgsrc/misc/ruby-ohai/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/sysutils/ruby-chef/Makefile

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

Modified files:

Index: pkgsrc/games/ruby-squib/Makefile
diff -u pkgsrc/games/ruby-squib/Makefile:1.23 pkgsrc/games/ruby-squib/Makefile:1.24
--- pkgsrc/games/ruby-squib/Makefile:1.23       Tue Nov 23 14:30:02 2021
+++ pkgsrc/games/ruby-squib/Makefile    Sun Jan 16 14:29:47 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2021/11/23 14:30:02 taca Exp $
+# $NetBSD: Makefile,v 1.24 2022/01/16 14:29:47 taca Exp $
 
 DISTNAME=      squib-0.18.0
 #MASTER_SITES= ${MASTER_SITE_GITHUB:=andymeneely/}
@@ -24,7 +24,7 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-rsvg2>=3.4<4
 #DEPENDS+=     ${RUBY_PKGPREFIX}-gio2>=3.4<4:../../devel/ruby-gio2
 DEPENDS+=      ${RUBY_PKGPREFIX}-highline>=2.0.3<2.1:../../devel/ruby-highline
 
-RUBY_VERSIONS_ACCEPTED=        27 30
+RUBY_VERSIONS_ACCEPTED=        27 30 31
 
 RUBYGEM_OPTIONS+=      --format-executable
 OVERRIDE_GEMSPEC+=     classy_hash>=0.2.1 mercenary>=0.4.0

Index: pkgsrc/misc/ruby-ohai/Makefile
diff -u pkgsrc/misc/ruby-ohai/Makefile:1.37 pkgsrc/misc/ruby-ohai/Makefile:1.38
--- pkgsrc/misc/ruby-ohai/Makefile:1.37 Sun Dec 19 06:35:51 2021
+++ pkgsrc/misc/ruby-ohai/Makefile      Sun Jan 16 14:29:47 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2021/12/19 06:35:51 taca Exp $
+# $NetBSD: Makefile,v 1.38 2022/01/16 14:29:47 taca Exp $
 
 DISTNAME=      ohai-17.9.0
 CATEGORIES=    misc
@@ -23,7 +23,7 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-wmi-lite>=1.
 
 USE_LANGUAGES= # none
 
-RUBY_VERSIONS_ACCEPTED=        27 30
+RUBY_VERSIONS_ACCEPTED=        27 30 31
 RUBYGEM_OPTIONS+=      --format-executable
 
 .include "../../lang/ruby/gem.mk"

Index: pkgsrc/sysutils/ruby-chef/Makefile
diff -u pkgsrc/sysutils/ruby-chef/Makefile:1.28 pkgsrc/sysutils/ruby-chef/Makefile:1.29
--- pkgsrc/sysutils/ruby-chef/Makefile:1.28     Thu Jan  6 10:30:09 2022
+++ pkgsrc/sysutils/ruby-chef/Makefile  Sun Jan 16 14:29:47 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2022/01/06 10:30:09 jperkin Exp $
+# $NetBSD: Makefile,v 1.29 2022/01/16 14:29:47 taca Exp $
 
 DISTNAME=      chef-17.8.25
 CATEGORIES=    sysutils
@@ -41,7 +41,7 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-vault>=0.16<
 
 USE_LANGUAGES= # none
 
-RUBY_VERSIONS_ACCEPTED=        27 30
+RUBY_VERSIONS_ACCEPTED=        27 30 31
 RUBYGEM_OPTIONS+=      --format-executable
 
 .include "../../lang/ruby/gem.mk"



Home | Main Index | Thread Index | Old Index