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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 30 20:45:38 UTC 2019


Author: sunpoet
Date: Sat Mar 30 20:45:32 2019
New Revision: 497356
URL: https://svnweb.freebsd.org/changeset/ports/497356

Log:
  Update to 0.1.5
  
  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	Sat Mar 30 20:45:26 2019	(r497355)
+++ head/devel/rubygem-strings/Makefile	Sat Mar 30 20:45:32 2019	(r497356)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	strings
-PORTVERSION=	0.1.4
-PORTREVISION=	1
+PORTVERSION=	0.1.5
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -13,9 +12,9 @@ COMMENT=	Useful functions for transforming strings
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-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
+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
 
 USES=		gem
 USE_RUBY=	yes

Modified: head/devel/rubygem-strings/distinfo
==============================================================================
--- head/devel/rubygem-strings/distinfo	Sat Mar 30 20:45:26 2019	(r497355)
+++ head/devel/rubygem-strings/distinfo	Sat Mar 30 20:45:32 2019	(r497356)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1536690368
-SHA256 (rubygem/strings-0.1.4.gem) = cab79f5b836b850cc63ee38fddc1d3ccb627cf303646f0a706d82c270a2b35de
-SIZE (rubygem/strings-0.1.4.gem) = 19968
+TIMESTAMP = 1553961900
+SHA256 (rubygem/strings-0.1.5.gem) = f12880759c16a6b7f048ebaa2577fdc74490e753f67d508610624628653e47b2
+SIZE (rubygem/strings-0.1.5.gem) = 19968


More information about the svn-ports-all mailing list