pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/ruby-commander
Module Name: pkgsrc
Committed By: taca
Date: Mon Jun 25 05:48:13 UTC 2018
Modified Files:
pkgsrc/misc/ruby-commander: Makefile
Log Message:
misc/ruby-commander: Fix dependency
Correct dependency to ruby-highline17.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/misc/ruby-commander/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/ruby-commander/Makefile
diff -u pkgsrc/misc/ruby-commander/Makefile:1.18 pkgsrc/misc/ruby-commander/Makefile:1.19
--- pkgsrc/misc/ruby-commander/Makefile:1.18 Sun Jun 24 14:19:40 2018
+++ pkgsrc/misc/ruby-commander/Makefile Mon Jun 25 05:48:13 2018
@@ -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 @@ HOMEPAGE= http://ramaze.net/
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