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:           Mon Jun 25 05:47:37 UTC 2018

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

Log Message:
games/ruby-squib: Fix dependency

Correct dependency to ruby-highline17.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 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.12 pkgsrc/games/ruby-squib/Makefile:1.13
--- pkgsrc/games/ruby-squib/Makefile:1.12       Sun Jun 24 14:18:33 2018
+++ pkgsrc/games/ruby-squib/Makefile    Mon Jun 25 05:47:37 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2018/06/24 14:18:33 taca Exp $
+# $NetBSD: Makefile,v 1.13 2018/06/25 05:47:37 taca Exp $
 
 DISTNAME=      squib-0.14.1
 PKGREVISION=   1
@@ -22,7 +22,7 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-gnome2-pango
 DEPENDS+=      ${RUBY_PKGPREFIX}-gnome2-rsvg>=3.2.1:../../graphics/ruby-gnome2-rsvg
 DEPENDS+=      ${RUBY_PKGPREFIX}-gnome2-gobject-introspection>=3.2.1:../../devel/ruby-gnome2-gobject-introspection
 DEPENDS+=      ${RUBY_PKGPREFIX}-gnome2-gio>=3.2.1:../../devel/ruby-gnome2-gio
-DEPENDS+=      ${RUBY_PKGPREFIX}-highline>=1.7.10<1.8:../../devel/ruby-highline17
+DEPENDS+=      ${RUBY_PKGPREFIX}-highline17>=1.7.10<1.8:../../devel/ruby-highline17
 
 RUBYGEM_OPTIONS+=      --format-executable
 



Home | Main Index | Thread Index | Old Index