svn commit: r510205 - head/devel/rubygem-strings

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


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


More information about the svn-ports-all mailing list