svn commit: r543349 - in head/devel/rubygem-tty-prompt: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jul 24 19:07:02 UTC 2020


Author: sunpoet
Date: Fri Jul 24 19:06:58 2020
New Revision: 543349
URL: https://svnweb.freebsd.org/changeset/ports/543349

Log:
  Update to 0.22.0
  
  Changes:	https://github.com/piotrmurach/tty-prompt/blob/master/CHANGELOG.md

Deleted:
  head/devel/rubygem-tty-prompt/files/
Modified:
  head/devel/rubygem-tty-prompt/Makefile
  head/devel/rubygem-tty-prompt/distinfo

Modified: head/devel/rubygem-tty-prompt/Makefile
==============================================================================
--- head/devel/rubygem-tty-prompt/Makefile	Fri Jul 24 19:06:53 2020	(r543348)
+++ head/devel/rubygem-tty-prompt/Makefile	Fri Jul 24 19:06:58 2020	(r543349)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tty-prompt
-PORTVERSION=	0.21.0
-PORTREVISION=	1
+PORTVERSION=	0.22.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -13,9 +12,8 @@ COMMENT=	Beautiful and powerful interactive command li
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-necromancer>=0.5.0<1:devel/rubygem-necromancer \
-		rubygem-pastel>=0.7<1:devel/rubygem-pastel \
-		rubygem-tty-reader>=0.7<1:devel/rubygem-tty-reader
+RUN_DEPENDS=	rubygem-pastel>=0.8<1:devel/rubygem-pastel \
+		rubygem-tty-reader>=0.8<1:devel/rubygem-tty-reader
 
 USES=		gem
 USE_RUBY=	yes

Modified: head/devel/rubygem-tty-prompt/distinfo
==============================================================================
--- head/devel/rubygem-tty-prompt/distinfo	Fri Jul 24 19:06:53 2020	(r543348)
+++ head/devel/rubygem-tty-prompt/distinfo	Fri Jul 24 19:06:58 2020	(r543349)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1585076872
-SHA256 (rubygem/tty-prompt-0.21.0.gem) = abeb4247e22f34600ba60c62b966131c6ec9a3bfc9442dfcebb642484fd5d909
-SIZE (rubygem/tty-prompt-0.21.0.gem) = 44544
+TIMESTAMP = 1595578582
+SHA256 (rubygem/tty-prompt-0.22.0.gem) = a7987ebec253303c3c9a3e17b1bfc02e1df4e987dd6ca55e2f5bfdaa6b041e9c
+SIZE (rubygem/tty-prompt-0.22.0.gem) = 48640


More information about the svn-ports-all mailing list