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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 10 08:25:20 UTC 2021


Author: sunpoet
Date: Sun Jan 10 08:25:15 2021
New Revision: 561001
URL: https://svnweb.freebsd.org/changeset/ports/561001

Log:
  Change RUN_DEPENDS from rubygem-unicode-display_width to rubygem-unicode-display_width1
  
  - Bump PORTREVISION for dependency change

Modified:
  head/devel/rubygem-strings/Makefile

Modified: head/devel/rubygem-strings/Makefile
==============================================================================
--- head/devel/rubygem-strings/Makefile	Sun Jan 10 08:25:10 2021	(r561000)
+++ head/devel/rubygem-strings/Makefile	Sun Jan 10 08:25:15 2021	(r561001)
@@ -3,6 +3,7 @@
 
 PORTNAME=	strings
 PORTVERSION=	0.2.0
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -13,7 +14,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	rubygem-strings-ansi>=0.2<1:devel/rubygem-strings-ansi \
-		rubygem-unicode-display_width>=1.5<2:devel/rubygem-unicode-display_width \
+		rubygem-unicode-display_width1>=1.5<2:devel/rubygem-unicode-display_width1 \
 		rubygem-unicode_utils>=1.4<2:devel/rubygem-unicode_utils
 
 USES=		gem


More information about the svn-ports-all mailing list