pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/ruby-squib



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Feb 23 14:14:52 UTC 2023

Modified Files:
        pkgsrc/games/ruby-squib: Makefile

Log Message:
games/ruby-squib: no need to restrict ruby's version

Drop RUBY_VERSIONS_ACCEPTED which contains all current supported versions.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/games/ruby-squib/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.26 pkgsrc/games/ruby-squib/Makefile:1.27
--- pkgsrc/games/ruby-squib/Makefile:1.26       Sat Jan 21 13:57:31 2023
+++ pkgsrc/games/ruby-squib/Makefile    Thu Feb 23 14:14:52 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2023/01/21 13:57:31 taca Exp $
+# $NetBSD: Makefile,v 1.27 2023/02/23 14:14:52 taca Exp $
 
 DISTNAME=      squib-0.18.0
 #MASTER_SITES= ${MASTER_SITE_GITHUB:=andymeneely/}
@@ -24,8 +24,6 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-rsvg2>=3.4:.
 #DEPENDS+=     ${RUBY_PKGPREFIX}-gio2>=3.4:../../devel/ruby-gio2
 DEPENDS+=      ${RUBY_PKGPREFIX}-highline>=2.0.3<2.1:../../devel/ruby-highline
 
-RUBY_VERSIONS_ACCEPTED=        27 30 31 32
-
 RUBYGEM_OPTIONS+=      --format-executable
 OVERRIDE_GEMSPEC+=     classy_hash>=0.2.1 mercenary>=0.4.0 pango>=3.4 rsvg2>=3.4
 OVERRIDE_GEMSPEC+=     gobject-introspection>=3.4 gio2>=3.4



Home | Main Index | Thread Index | Old Index