svn commit: r510207 - head/devel/rubygem-tty-box

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Aug 30 00:04:42 UTC 2019


Author: sunpoet
Date: Fri Aug 30 00:04:41 2019
New Revision: 510207
URL: https://svnweb.freebsd.org/changeset/ports/510207

Log:
  Update to 0.4.1
  
  - Update version requirement of RUN_DEPENDS
  
  Changes:	https://github.com/piotrmurach/tty-box/blob/master/CHANGELOG.md

Modified:
  head/devel/rubygem-tty-box/Makefile
  head/devel/rubygem-tty-box/distinfo

Modified: head/devel/rubygem-tty-box/Makefile
==============================================================================
--- head/devel/rubygem-tty-box/Makefile	Fri Aug 30 00:04:35 2019	(r510206)
+++ head/devel/rubygem-tty-box/Makefile	Fri Aug 30 00:04:41 2019	(r510207)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tty-box
-PORTVERSION=	0.4.0
+PORTVERSION=	0.4.1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -12,9 +12,9 @@ COMMENT=	Draw various frames and boxes in your termina
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-pastel>=0.7.2:devel/rubygem-pastel \
-		rubygem-strings>=0.1.5:devel/rubygem-strings \
-		rubygem-tty-cursor>=0.7:devel/rubygem-tty-cursor
+RUN_DEPENDS=	rubygem-pastel>=0.7.2<0.8:devel/rubygem-pastel \
+		rubygem-strings>=0.1.6<0.2:devel/rubygem-strings \
+		rubygem-tty-cursor>=0.7<1:devel/rubygem-tty-cursor
 
 USES=		gem
 USE_RUBY=	yes

Modified: head/devel/rubygem-tty-box/distinfo
==============================================================================
--- head/devel/rubygem-tty-box/distinfo	Fri Aug 30 00:04:35 2019	(r510206)
+++ head/devel/rubygem-tty-box/distinfo	Fri Aug 30 00:04:41 2019	(r510207)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1559751385
-SHA256 (rubygem/tty-box-0.4.0.gem) = caefd23efd54e474522aded224bc2c2b2d549925f462336b9bfb4fdb6b6b239d
-SIZE (rubygem/tty-box-0.4.0.gem) = 15360
+TIMESTAMP = 1567087921
+SHA256 (rubygem/tty-box-0.4.1.gem) = 7a15d11ffb5d354b90aa8711c4b2be8de900cbf487848438a4b9d5639b474678
+SIZE (rubygem/tty-box-0.4.1.gem) = 15872


More information about the svn-ports-all mailing list