svn commit: r477022 - in head/devel/rubygem-strings: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 12 17:34:27 UTC 2018


Author: sunpoet
Date: Sun Aug 12 17:34:24 2018
New Revision: 477022
URL: https://svnweb.freebsd.org/changeset/ports/477022

Log:
  Update to 0.1.2
  
  Changes:	https://github.com/piotrmurach/strings/blob/master/CHANGELOG.md

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

Modified: head/devel/rubygem-strings/Makefile
==============================================================================
--- head/devel/rubygem-strings/Makefile	Sun Aug 12 17:34:18 2018	(r477021)
+++ head/devel/rubygem-strings/Makefile	Sun Aug 12 17:34:24 2018	(r477022)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	strings
-PORTVERSION=	0.1.1
-PORTREVISION=	1
+PORTVERSION=	0.1.2
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -13,7 +12,8 @@ COMMENT=	Useful functions for transforming strings
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-unicode-display_width>=1.3.0:devel/rubygem-unicode-display_width
+RUN_DEPENDS=	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
 USE_RUBY=	yes

Modified: head/devel/rubygem-strings/distinfo
==============================================================================
--- head/devel/rubygem-strings/distinfo	Sun Aug 12 17:34:18 2018	(r477021)
+++ head/devel/rubygem-strings/distinfo	Sun Aug 12 17:34:24 2018	(r477022)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1520792984
-SHA256 (rubygem/strings-0.1.1.gem) = 91b3ddda65923646e9b89dd3c34e7dbcc40cadc7b3a2261e395936debbbdc682
-SIZE (rubygem/strings-0.1.1.gem) = 22016
+TIMESTAMP = 1534008518
+SHA256 (rubygem/strings-0.1.2.gem) = 1c449b43008970400bee55b6051253c7af81acbdbc8670f86426b36d8cb7eeb8
+SIZE (rubygem/strings-0.1.2.gem) = 22016


More information about the svn-ports-all mailing list