diff options
author | minskim <minskim@pkgsrc.org> | 2014-02-14 23:20:04 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2014-02-14 23:20:04 +0000 |
commit | eb033695348026c192777230d882b172ca875f7b (patch) | |
tree | 7104edb454fdb61007f98bcdc6b0e8d7357230de /misc | |
parent | 75330d3e719920c8e564f05554e467ce7f9c8f3d (diff) | |
download | pkgsrc-eb033695348026c192777230d882b172ca875f7b.tar.gz |
Update ruby-commander to 4.1.6
Changes:
* Respect environment setting for $LESS
* Add ability to hide trace flags and globally enable tracing
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ruby-commander/Makefile | 4 | ||||
-rw-r--r-- | misc/ruby-commander/PLIST | 5 | ||||
-rw-r--r-- | misc/ruby-commander/distinfo | 8 |
3 files changed, 9 insertions, 8 deletions
diff --git a/misc/ruby-commander/Makefile b/misc/ruby-commander/Makefile index e795f80d5c4..6443f02f3a6 100644 --- a/misc/ruby-commander/Makefile +++ b/misc/ruby-commander/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2013/09/15 14:09:22 taca Exp $ +# $NetBSD: Makefile,v 1.8 2014/02/14 23:20:04 minskim Exp $ -DISTNAME= commander-4.1.5 +DISTNAME= commander-4.1.6 CATEGORIES= misc MAINTAINER= tonnerre@NetBSD.org diff --git a/misc/ruby-commander/PLIST b/misc/ruby-commander/PLIST index 6249965e7a5..fbad8653a40 100644 --- a/misc/ruby-commander/PLIST +++ b/misc/ruby-commander/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2012/03/17 16:17:22 taca Exp $ +@comment $NetBSD: PLIST,v 1.4 2014/02/14 23:20:04 minskim Exp $ bin/commander ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.gitignore @@ -6,8 +6,9 @@ ${GEM_LIBDIR}/.travis.yml ${GEM_LIBDIR}/DEVELOPMENT ${GEM_LIBDIR}/Gemfile ${GEM_LIBDIR}/History.rdoc +${GEM_LIBDIR}/LICENSE ${GEM_LIBDIR}/Manifest -${GEM_LIBDIR}/README.rdoc +${GEM_LIBDIR}/README.md ${GEM_LIBDIR}/Rakefile ${GEM_LIBDIR}/bin/commander ${GEM_LIBDIR}/commander.gemspec diff --git a/misc/ruby-commander/distinfo b/misc/ruby-commander/distinfo index e7ce5742f96..5fb33411bea 100644 --- a/misc/ruby-commander/distinfo +++ b/misc/ruby-commander/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2013/09/15 14:09:22 taca Exp $ +$NetBSD: distinfo,v 1.8 2014/02/14 23:20:04 minskim Exp $ -SHA1 (commander-4.1.5.gem) = d5506fd05de0c6e835926c9b1b38f1005e11803b -RMD160 (commander-4.1.5.gem) = b0a314428834aa5874174b321816748feb5bf1ac -Size (commander-4.1.5.gem) = 30720 bytes +SHA1 (commander-4.1.6.gem) = bfcf5d7d41062740777cbce3f7da524eb0944de8 +RMD160 (commander-4.1.6.gem) = fe1d3545f97b100684b914f821f899532c51cc34 +Size (commander-4.1.6.gem) = 32256 bytes |