diff options
author | taca <taca@pkgsrc.org> | 2012-03-17 16:17:22 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-03-17 16:17:22 +0000 |
commit | f18913506fb7ee64b67cd841bd91af37d276ec25 (patch) | |
tree | 353688d313d7296f516da88b58af43516f212b07 /misc/ruby-commander/Makefile | |
parent | a3fc32575a4e69b9ed83457e05956f9433383512 (diff) | |
download | pkgsrc-f18913506fb7ee64b67cd841bd91af37d276ec25.tar.gz |
Update ruby-commander to 4.1.2.
=== 4.1.2 / 2012-02-17
* Improvement to `ask_editor` to be more portable across *nix
variants. (thanks to Federico Galassi)
=== 4.1.1 / 2012-02-16
* Update `ask_editor` to work with any *nix editor - emacs, vim, etc. (thanks
to Federico Galassi)
=== 4.1.0 / 2012-02-12
* Update highline dependency.
* Make optional arguments true when present (issue #2).
=== 4.0.7 / 2012-01-23
* Improved support for JRuby and Windows (and any other platforms that don't support Kernel.fork).
* Fixed bug #33 - support `--help` after commands.
* Reorganized help output to display synopsis before description (issue #12).
Diffstat (limited to 'misc/ruby-commander/Makefile')
-rw-r--r-- | misc/ruby-commander/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/ruby-commander/Makefile b/misc/ruby-commander/Makefile index 59b3a91dd52..7b45cf6329e 100644 --- a/misc/ruby-commander/Makefile +++ b/misc/ruby-commander/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2011/09/15 21:59:13 taca Exp $ +# $NetBSD: Makefile,v 1.5 2012/03/17 16:17:22 taca Exp $ -DISTNAME= commander-4.0.6 +DISTNAME= commander-4.1.2 CATEGORIES= misc MAINTAINER= tonnerre@NetBSD.org @@ -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.5.0:../../devel/ruby-highline +DEPENDS+= ${RUBY_PKGPREFIX}-highline>=1.6.11<1.7:../../devel/ruby-highline .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |