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:   wiz
Date:           Fri Dec  9 12:39:38 UTC 2022

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

Log Message:
ruby-squib: remove upper bounds for ruby-gnome related packages

Hopefully unbreaks pbulk dependency checking

Extend OVERRIDE_GEMSPEC so this hopefully runs as well.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 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.24 pkgsrc/games/ruby-squib/Makefile:1.25
--- pkgsrc/games/ruby-squib/Makefile:1.24       Sun Jan 16 14:29:47 2022
+++ pkgsrc/games/ruby-squib/Makefile    Fri Dec  9 12:39:38 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2022/01/16 14:29:47 taca Exp $
+# $NetBSD: Makefile,v 1.25 2022/12/09 12:39:38 wiz Exp $
 
 DISTNAME=      squib-0.18.0
 #MASTER_SITES= ${MASTER_SITE_GITHUB:=andymeneely/}
@@ -17,17 +17,18 @@ DEPENDS+=   ${RUBY_PKGPREFIX}-classy_hash>
 #DEPENDS+=     ${RUBY_PKGPREFIX}-cairo>=1.17<2:../../graphics/ruby-cairo
 DEPENDS+=      ${RUBY_PKGPREFIX}-progressbar>=1.11<2:../../misc/ruby-progressbar
 DEPENDS+=      ${RUBY_PKGPREFIX}-roo>=2.8.2<3:../../math/ruby-roo
-DEPENDS+=      ${RUBY_PKGPREFIX}-pango>=3.4<4:../../devel/ruby-pango
+DEPENDS+=      ${RUBY_PKGPREFIX}-pango>=3.4:../../devel/ruby-pango
 DEPENDS+=      ${RUBY_PKGPREFIX}-rainbow>=3.0.0<4:../../misc/ruby-rainbow
-DEPENDS+=      ${RUBY_PKGPREFIX}-rsvg2>=3.4<4:../../graphics/ruby-rsvg2
-#DEPENDS+=     ${RUBY_PKGPREFIX}-gobject-introspection>=3.4<4:../../devel/ruby-gobject-introspection
-#DEPENDS+=     ${RUBY_PKGPREFIX}-gio2>=3.4<4:../../devel/ruby-gio2
+DEPENDS+=      ${RUBY_PKGPREFIX}-rsvg2>=3.4:../../graphics/ruby-rsvg2
+#DEPENDS+=     ${RUBY_PKGPREFIX}-gobject-introspection>=3.4:../../devel/ruby-gobject-introspection
+#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
 
 RUBYGEM_OPTIONS+=      --format-executable
-OVERRIDE_GEMSPEC+=     classy_hash>=0.2.1 mercenary>=0.4.0
+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
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index