pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/ruby-commander misc/ruby-commander: Fix dependency



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d73fde5c627f
branches:  trunk
changeset: 382267:d73fde5c627f
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Jun 25 05:48:13 2018 +0000

description:
misc/ruby-commander: Fix dependency

Correct dependency to ruby-highline17.

diffstat:

 misc/ruby-commander/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e64b81e5f605 -r d73fde5c627f misc/ruby-commander/Makefile
--- a/misc/ruby-commander/Makefile      Mon Jun 25 05:47:37 2018 +0000
+++ b/misc/ruby-commander/Makefile      Mon Jun 25 05:48:13 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2018/06/24 14:19:40 taca Exp $
+# $NetBSD: Makefile,v 1.19 2018/06/25 05:48:13 taca Exp $
 
 DISTNAME=      commander-4.4.5
 CATEGORIES=    misc
@@ -8,7 +8,7 @@
 COMMENT=       The complete solution for Ruby command-line executables
 LICENSE=       ruby-license
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-highline>=1.7.2<1.8:../../devel/ruby-highline17
+DEPENDS+=      ${RUBY_PKGPREFIX}-highline17>=1.7.2<1.8:../../devel/ruby-highline17
 
 RUBYGEM_OPTIONS+=      --format-executable
 



Home | Main Index | Thread Index | Old Index