pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-tty-prompt devel/ruby-tty-prompt: update to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5d2c3bad8cb3
branches:  trunk
changeset: 444671:5d2c3bad8cb3
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Jan 11 13:28:12 2021 +0000

description:
devel/ruby-tty-prompt: update to 0.23.0

pkgsrc change: update HOMEPAGE to https://ttytoolkit.org/.


## [v0.23.0] - 2020-12-14

### Added
* Add the ability to provide an arbitrary array of values to Prompt::Slider by Katelyn Schiesser (@slowbro)

### Changed
* Change to allow default option to be choice name as well as index in select, multi_select and enum_select prompts

### Fixed
* Fix left and right key navigation while filtering choices in the #select and #multi_select prompts

diffstat:

 devel/ruby-tty-prompt/Makefile |   8 +++-----
 devel/ruby-tty-prompt/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 10 deletions(-)

diffs (40 lines):

diff -r 01509672221c -r 5d2c3bad8cb3 devel/ruby-tty-prompt/Makefile
--- a/devel/ruby-tty-prompt/Makefile    Mon Jan 11 13:27:03 2021 +0000
+++ b/devel/ruby-tty-prompt/Makefile    Mon Jan 11 13:28:12 2021 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2020/09/14 00:16:20 taca Exp $
+# $NetBSD: Makefile,v 1.4 2021/01/11 13:28:12 taca Exp $
 
-DISTNAME=      tty-prompt-0.22.0
+DISTNAME=      tty-prompt-0.23.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://piotrmurach.github.io/tty
+HOMEPAGE=      https://ttytoolkit.org/
 COMMENT=       Beautiful and powerful interactive command line prompt
 LICENSE=       mit
 
@@ -13,7 +13,5 @@
 
 USE_LANGUAGES= # none
 
-OVERRIDE_GEMSPEC=      necromancer>=0.6
-
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 01509672221c -r 5d2c3bad8cb3 devel/ruby-tty-prompt/distinfo
--- a/devel/ruby-tty-prompt/distinfo    Mon Jan 11 13:27:03 2021 +0000
+++ b/devel/ruby-tty-prompt/distinfo    Mon Jan 11 13:28:12 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2020/09/14 00:16:20 taca Exp $
+$NetBSD: distinfo,v 1.4 2021/01/11 13:28:12 taca Exp $
 
-SHA1 (tty-prompt-0.22.0.gem) = 9dddea829057a76eff9b4845b0135fe75f1e3be6
-RMD160 (tty-prompt-0.22.0.gem) = f0998c061855e5faa9df583922807b14b5a6fa94
-SHA512 (tty-prompt-0.22.0.gem) = d55b0b36486899380f50ed27cce245db72e48b3623ee60c5298b1be976d9358de8a59baa716f55b983af94edf03096e6dfa9b3210a7aac06e522cacbd1ef60c8
-Size (tty-prompt-0.22.0.gem) = 48640 bytes
+SHA1 (tty-prompt-0.23.0.gem) = 822935b84a6f79975364a61d4ed2d4e8f9df169c
+RMD160 (tty-prompt-0.23.0.gem) = 4d8c5231e19920875dfe826003d75f71b9c9a6e3
+SHA512 (tty-prompt-0.23.0.gem) = da635d579f7939d31b69d17c3a0e80c3780b7dc874eda2a05680a91d6444e6a49d827aca03f845d5b1ee3e72fd1337d574f5a302243833c413cb2c5832fcb63e
+Size (tty-prompt-0.23.0.gem) = 49664 bytes



Home | Main Index | Thread Index | Old Index