svn commit: r541695 - in head/devel/rubygem-tty-table: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jul 8 19:15:30 UTC 2020


Author: sunpoet
Date: Wed Jul  8 19:15:23 2020
New Revision: 541695
URL: https://svnweb.freebsd.org/changeset/ports/541695

Log:
  Fix gemspec for rubygem-pastel 0.8.0 update
  
  - Bump PORTREVISION for package change

Added:
  head/devel/rubygem-tty-table/files/
  head/devel/rubygem-tty-table/files/patch-gemspec   (contents, props changed)
Modified:
  head/devel/rubygem-tty-table/Makefile

Modified: head/devel/rubygem-tty-table/Makefile
==============================================================================
--- head/devel/rubygem-tty-table/Makefile	Wed Jul  8 19:15:18 2020	(r541694)
+++ head/devel/rubygem-tty-table/Makefile	Wed Jul  8 19:15:23 2020	(r541695)
@@ -3,6 +3,7 @@
 
 PORTNAME=	tty-table
 PORTVERSION=	0.11.0
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -14,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	rubygem-equatable>=0.6<1:devel/rubygem-equatable \
 		rubygem-necromancer>=0.5<1:devel/rubygem-necromancer \
-		rubygem-pastel>=0.7.2<0.8:devel/rubygem-pastel \
+		rubygem-pastel>=0.7.2<1:devel/rubygem-pastel \
 		rubygem-strings>=0.1.5<0.2:devel/rubygem-strings \
 		rubygem-tty-screen>=0.7<1:devel/rubygem-tty-screen
 

Added: head/devel/rubygem-tty-table/files/patch-gemspec
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-tty-table/files/patch-gemspec	Wed Jul  8 19:15:23 2020	(r541695)
@@ -0,0 +1,11 @@
+--- tty-table.gemspec.orig	2020-07-07 13:36:53 UTC
++++ tty-table.gemspec
+@@ -26,7 +26,7 @@ Gem::Specification.new do |s|
+     if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
+       s.add_runtime_dependency(%q<equatable>.freeze, ["~> 0.6"])
+       s.add_runtime_dependency(%q<necromancer>.freeze, ["~> 0.5"])
+-      s.add_runtime_dependency(%q<pastel>.freeze, ["~> 0.7.2"])
++      s.add_runtime_dependency(%q<pastel>.freeze, ["~> 0.7", ">= 0.7.2"])
+       s.add_runtime_dependency(%q<tty-screen>.freeze, ["~> 0.7"])
+       s.add_runtime_dependency(%q<strings>.freeze, ["~> 0.1.5"])
+       s.add_development_dependency(%q<bundler>.freeze, [">= 1.5.0"])


More information about the svn-ports-all mailing list