pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-tty-prompt



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Jan 11 13:28:12 UTC 2021

Modified Files:
        pkgsrc/devel/ruby-tty-prompt: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-tty-prompt/Makefile \
    pkgsrc/devel/ruby-tty-prompt/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-tty-prompt/Makefile
diff -u pkgsrc/devel/ruby-tty-prompt/Makefile:1.3 pkgsrc/devel/ruby-tty-prompt/Makefile:1.4
--- pkgsrc/devel/ruby-tty-prompt/Makefile:1.3   Mon Sep 14 00:16:20 2020
+++ pkgsrc/devel/ruby-tty-prompt/Makefile       Mon Jan 11 13:28:12 2021
@@ -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 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-tty-reader>=
 
 USE_LANGUAGES= # none
 
-OVERRIDE_GEMSPEC=      necromancer>=0.6
-
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ruby-tty-prompt/distinfo
diff -u pkgsrc/devel/ruby-tty-prompt/distinfo:1.3 pkgsrc/devel/ruby-tty-prompt/distinfo:1.4
--- pkgsrc/devel/ruby-tty-prompt/distinfo:1.3   Mon Sep 14 00:16:20 2020
+++ pkgsrc/devel/ruby-tty-prompt/distinfo       Mon Jan 11 13:28:12 2021
@@ -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