diff options
author | taca <taca> | 2012-06-02 00:39:32 +0000 |
---|---|---|
committer | taca <taca> | 2012-06-02 00:39:32 +0000 |
commit | f652f0468be17818f5ee22cf732efa63e869b037 (patch) | |
tree | 8baca9816131d80c87eb1cca1ca0c5bd3187f60e /devel | |
parent | ab17ccc97649cdcd5e9efece485e79229f905ca4 (diff) | |
download | pkgsrc-f652f0468be17818f5ee22cf732efa63e869b037.tar.gz |
Update ruby-highline to 1.6.12.
== 1.6.12
* Silenced warnings (by James McEwan).
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-highline/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-highline/PLIST | 7 | ||||
-rw-r--r-- | devel/ruby-highline/distinfo | 8 |
3 files changed, 10 insertions, 9 deletions
diff --git a/devel/ruby-highline/Makefile b/devel/ruby-highline/Makefile index c1e5f7c7774..bfcc563328d 100644 --- a/devel/ruby-highline/Makefile +++ b/devel/ruby-highline/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2012/03/17 14:37:30 taca Exp $ +# $NetBSD: Makefile,v 1.8 2012/06/02 00:39:32 taca Exp $ -DISTNAME= highline-1.6.11 +DISTNAME= highline-1.6.12 CATEGORIES= net security MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/ruby-highline/PLIST b/devel/ruby-highline/PLIST index ec0cde0aec9..64f239b8e7f 100644 --- a/devel/ruby-highline/PLIST +++ b/devel/ruby-highline/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2012/03/17 14:37:30 taca Exp $ +@comment $NetBSD: PLIST,v 1.6 2012/06/02 00:39:32 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.gitignore ${GEM_LIBDIR}/AUTHORS @@ -6,7 +6,7 @@ ${GEM_LIBDIR}/CHANGELOG ${GEM_LIBDIR}/COPYING ${GEM_LIBDIR}/INSTALL ${GEM_LIBDIR}/LICENSE -${GEM_LIBDIR}/README +${GEM_LIBDIR}/README.rdoc ${GEM_LIBDIR}/Rakefile ${GEM_LIBDIR}/TODO ${GEM_LIBDIR}/doc/.cvsignore @@ -21,13 +21,14 @@ ${GEM_LIBDIR}/examples/page_and_wrap.rb ${GEM_LIBDIR}/examples/password.rb ${GEM_LIBDIR}/examples/trapping_eof.rb ${GEM_LIBDIR}/examples/using_readline.rb -${GEM_LIBDIR}/lib/highline.rb ${GEM_LIBDIR}/highline.gemspec +${GEM_LIBDIR}/lib/highline.rb ${GEM_LIBDIR}/lib/highline/color_scheme.rb ${GEM_LIBDIR}/lib/highline/compatibility.rb ${GEM_LIBDIR}/lib/highline/import.rb ${GEM_LIBDIR}/lib/highline/menu.rb ${GEM_LIBDIR}/lib/highline/question.rb +${GEM_LIBDIR}/lib/highline/simulate.rb ${GEM_LIBDIR}/lib/highline/string_extensions.rb ${GEM_LIBDIR}/lib/highline/style.rb ${GEM_LIBDIR}/lib/highline/system_extensions.rb diff --git a/devel/ruby-highline/distinfo b/devel/ruby-highline/distinfo index ae05234339c..5f43fa00edc 100644 --- a/devel/ruby-highline/distinfo +++ b/devel/ruby-highline/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2012/03/17 14:37:30 taca Exp $ +$NetBSD: distinfo,v 1.8 2012/06/02 00:39:32 taca Exp $ -SHA1 (highline-1.6.11.gem) = 8251e9cada9dfbbb0699ebce8521b78886d55185 -RMD160 (highline-1.6.11.gem) = 9b4856b5016a975a1d6aba59853baf0898ecc965 -Size (highline-1.6.11.gem) = 217088 bytes +SHA1 (highline-1.6.12.gem) = a726660b0870172ab1b72b7b79ac7e4aa291d470 +RMD160 (highline-1.6.12.gem) = 0b08ebcde62b2ed1eb8ea1f4a33ada40d5214d6f +Size (highline-1.6.12.gem) = 217600 bytes |