Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Aug 2019 00:04:30 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r510205 - head/devel/rubygem-strings
Message-ID:  <201908300004.x7U04UOS056641@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Aug 30 00:04:30 2019
New Revision: 510205
URL: https://svnweb.freebsd.org/changeset/ports/510205

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

Modified:
  head/devel/rubygem-strings/Makefile
  head/devel/rubygem-strings/distinfo

Modified: head/devel/rubygem-strings/Makefile
==============================================================================
--- head/devel/rubygem-strings/Makefile	Fri Aug 30 00:04:24 2019	(r510204)
+++ head/devel/rubygem-strings/Makefile	Fri Aug 30 00:04:30 2019	(r510205)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	strings
-PORTVERSION=	0.1.5
+PORTVERSION=	0.1.6
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -12,9 +12,9 @@ COMMENT=	Useful functions for transforming strings
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-strings-ansi>=0.1:devel/rubygem-strings-ansi \
-		rubygem-unicode-display_width>=1.5:devel/rubygem-unicode-display_width \
-		rubygem-unicode_utils>=1.4:devel/rubygem-unicode_utils
+RUN_DEPENDS=	rubygem-strings-ansi>=0.1<1:devel/rubygem-strings-ansi \
+		rubygem-unicode-display_width>=1.5<2:devel/rubygem-unicode-display_width \
+		rubygem-unicode_utils>=1.4<2:devel/rubygem-unicode_utils
 
 USES=		gem
 USE_RUBY=	yes

Modified: head/devel/rubygem-strings/distinfo
==============================================================================
--- head/devel/rubygem-strings/distinfo	Fri Aug 30 00:04:24 2019	(r510204)
+++ head/devel/rubygem-strings/distinfo	Fri Aug 30 00:04:30 2019	(r510205)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1553961900
-SHA256 (rubygem/strings-0.1.5.gem) = f12880759c16a6b7f048ebaa2577fdc74490e753f67d508610624628653e47b2
-SIZE (rubygem/strings-0.1.5.gem) = 19968
+TIMESTAMP = 1567087919
+SHA256 (rubygem/strings-0.1.6.gem) = 02cd245234c2a5331995763269ae147663109a17d845a8f68e783e0af2766af7
+SIZE (rubygem/strings-0.1.6.gem) = 20480



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908300004.x7U04UOS056641>