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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Aug 29 19:10:27 UTC 2018


Author: sunpoet
Date: Wed Aug 29 19:10:24 2018
New Revision: 478396
URL: https://svnweb.freebsd.org/changeset/ports/478396

Log:
  Update to 0.1.3
  
  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	Wed Aug 29 19:10:18 2018	(r478395)
+++ head/devel/rubygem-strings/Makefile	Wed Aug 29 19:10:24 2018	(r478396)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	strings
-PORTVERSION=	0.1.2
+PORTVERSION=	0.1.3
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -12,7 +12,8 @@ COMMENT=	Useful functions for transforming strings
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-unicode-display_width>=1.4.0:devel/rubygem-unicode-display_width \
+RUN_DEPENDS=	rubygem-strings-ansi>=0.1.0:devel/rubygem-strings-ansi \
+		rubygem-unicode-display_width>=1.4.0:devel/rubygem-unicode-display_width \
 		rubygem-unicode_utils>=1.4.0:devel/rubygem-unicode_utils
 
 NO_ARCH=	yes

Modified: head/devel/rubygem-strings/distinfo
==============================================================================
--- head/devel/rubygem-strings/distinfo	Wed Aug 29 19:10:18 2018	(r478395)
+++ head/devel/rubygem-strings/distinfo	Wed Aug 29 19:10:24 2018	(r478396)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1534008518
-SHA256 (rubygem/strings-0.1.2.gem) = 1c449b43008970400bee55b6051253c7af81acbdbc8670f86426b36d8cb7eeb8
-SIZE (rubygem/strings-0.1.2.gem) = 22016
+TIMESTAMP = 1535560627
+SHA256 (rubygem/strings-0.1.3.gem) = a4435f3ee363a815134d34cba9e2dc7828dcbe94de564435511ef2fb737605c1
+SIZE (rubygem/strings-0.1.3.gem) = 19456


More information about the svn-ports-all mailing list