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 | |
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).
-rw-r--r-- | misc/ruby-commander/Makefile | 6 | ||||
-rw-r--r-- | misc/ruby-commander/PLIST | 9 | ||||
-rw-r--r-- | misc/ruby-commander/distinfo | 8 |
3 files changed, 11 insertions, 12 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" diff --git a/misc/ruby-commander/PLIST b/misc/ruby-commander/PLIST index eb6743e8983..6249965e7a5 100644 --- a/misc/ruby-commander/PLIST +++ b/misc/ruby-commander/PLIST @@ -1,7 +1,10 @@ -@comment $NetBSD: PLIST,v 1.2 2011/08/12 16:57:00 taca Exp $ +@comment $NetBSD: PLIST,v 1.3 2012/03/17 16:17:22 taca Exp $ bin/commander ${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/.gitignore +${GEM_LIBDIR}/.travis.yml ${GEM_LIBDIR}/DEVELOPMENT +${GEM_LIBDIR}/Gemfile ${GEM_LIBDIR}/History.rdoc ${GEM_LIBDIR}/Manifest ${GEM_LIBDIR}/README.rdoc @@ -33,10 +36,6 @@ ${GEM_LIBDIR}/spec/core_ext/array_spec.rb ${GEM_LIBDIR}/spec/core_ext/object_spec.rb ${GEM_LIBDIR}/spec/help_formatters/terminal_spec.rb ${GEM_LIBDIR}/spec/runner_spec.rb -${GEM_LIBDIR}/spec/spec.opts ${GEM_LIBDIR}/spec/spec_helper.rb ${GEM_LIBDIR}/spec/ui_spec.rb -${GEM_LIBDIR}/tasks/dev_setup.rake -${GEM_LIBDIR}/tasks/docs.rake -${GEM_LIBDIR}/tasks/gemspec.rake ${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/misc/ruby-commander/distinfo b/misc/ruby-commander/distinfo index 257e105ee92..9b7dbe55692 100644 --- a/misc/ruby-commander/distinfo +++ b/misc/ruby-commander/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2011/09/15 21:59:13 taca Exp $ +$NetBSD: distinfo,v 1.5 2012/03/17 16:17:22 taca Exp $ -SHA1 (commander-4.0.6.gem) = 9800cb1c51937db5f90e90cca28197487bbcc348 -RMD160 (commander-4.0.6.gem) = 2062246774ac062c9e383ce997a65613f20a2dd1 -Size (commander-4.0.6.gem) = 30208 bytes +SHA1 (commander-4.1.2.gem) = 6975d2459068d0ae5e8f0961e8404c9b44ad14c0 +RMD160 (commander-4.1.2.gem) = fdce65091a618cef56ec8dec748f783bf61a616f +Size (commander-4.1.2.gem) = 30208 bytes |