pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/ruby-squib games/ruby-squib: dependency update



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c99c884de80
branches:  trunk
changeset: 368783:9c99c884de80
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Sep 18 06:43:42 2017 +0000

description:
games/ruby-squib: dependency update

Since there is no need to override gemspec any more, simplify dependency.

Bump PKGREVISION.

diffstat:

 games/ruby-squib/Makefile |  26 ++++++++++----------------
 1 files changed, 10 insertions(+), 16 deletions(-)

diffs (47 lines):

diff -r ce4d16ac0e84 -r 9c99c884de80 games/ruby-squib/Makefile
--- a/games/ruby-squib/Makefile Mon Sep 18 06:42:14 2017 +0000
+++ b/games/ruby-squib/Makefile Mon Sep 18 06:43:42 2017 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2017/08/14 20:44:08 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2017/09/18 06:43:42 taca Exp $
 
 DISTNAME=      squib-0.13.4
 #MASTER_SITES= ${MASTER_SITE_GITHUB:=andymeneely/}
+PKGREVISION=   1
 CATEGORIES=    games
 #GITHUB_TAG=   v${PKGVERSION_NOREV}
 
@@ -10,25 +11,18 @@
 COMMENT=       Tool for prototyping card and board games
 LICENSE=       mit
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-mercenary>=0.3.4:../../devel/ruby-mercenary
-DEPENDS+=      ${RUBY_PKGPREFIX}-nokogiri>=1.7.0:../../textproc/ruby-nokogiri
+DEPENDS+=      ${RUBY_PKGPREFIX}-mercenary>=0.3.6:../../devel/ruby-mercenary
+DEPENDS+=      ${RUBY_PKGPREFIX}-nokogiri>=1.8.0:../../textproc/ruby-nokogiri
 #DEPENDS+=     ${RUBY_PKGPREFIX}-pkg-config-[0-9]*:../../devel/ruby-pkg-config
 DEPENDS+=      ${RUBY_PKGPREFIX}-cairo>=1.15.9:../../graphics/ruby-cairo
-DEPENDS+=      ${RUBY_PKGPREFIX}-progressbar>=1.8:../../misc/ruby-progressbar
-DEPENDS+=      ${RUBY_PKGPREFIX}-roo>=2.7.0:../../math/ruby-roo
-DEPENDS+=      ${RUBY_PKGPREFIX}-gnome2-pango>=3.1.1:../../devel/ruby-gnome2-pango
-DEPENDS+=      ${RUBY_PKGPREFIX}-gnome2-rsvg>=3.1.1:../../graphics/ruby-gnome2-rsvg
-DEPENDS+=      ${RUBY_PKGPREFIX}-gnome2-gobject-introspection>=3.1.1:../../devel/ruby-gnome2-gobject-introspection
-DEPENDS+=      ${RUBY_PKGPREFIX}-gnome2-gio>=3.1.1:../../devel/ruby-gnome2-gio
+DEPENDS+=      ${RUBY_PKGPREFIX}-progressbar>=1.8.1:../../misc/ruby-progressbar
+DEPENDS+=      ${RUBY_PKGPREFIX}-roo>=2.7.1:../../math/ruby-roo
+DEPENDS+=      ${RUBY_PKGPREFIX}-gnome2-pango>=3.1.8:../../devel/ruby-gnome2-pango
+DEPENDS+=      ${RUBY_PKGPREFIX}-gnome2-rsvg>=3.1.8:../../graphics/ruby-gnome2-rsvg
+DEPENDS+=      ${RUBY_PKGPREFIX}-gnome2-gobject-introspection>=3.1.8:../../devel/ruby-gnome2-gobject-introspection
+DEPENDS+=      ${RUBY_PKGPREFIX}-gnome2-gio>=3.1.8:../../devel/ruby-gnome2-gio
 
-RUBY_VERSIONS_ACCEPTED=        22 23 24
 RUBYGEM_OPTIONS+=      --format-executable
 
-OVERRIDE_GEMSPEC+=     roo>=2.7.0
-OVERRIDE_GEMSPEC+=     gio2>=3.1.1
-OVERRIDE_GEMSPEC+=     pango>=3.1.1
-OVERRIDE_GEMSPEC+=     rsvg2>=3.1.1
-OVERRIDE_GEMSPEC+=     gobject-introspection>=3.1.1
-
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index