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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 24 14:32:30 UTC 2019


Author: sunpoet
Date: Sun Mar 24 14:32:23 2019
New Revision: 496739
URL: https://svnweb.freebsd.org/changeset/ports/496739

Log:
  Fix gemspec for rubygem-necromancer 0.5.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	Sun Mar 24 14:32:18 2019	(r496738)
+++ head/devel/rubygem-tty-table/Makefile	Sun Mar 24 14:32:23 2019	(r496739)
@@ -3,6 +3,7 @@
 
 PORTNAME=	tty-table
 PORTVERSION=	0.10.0
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 

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	Sun Mar 24 14:32:23 2019	(r496739)
@@ -0,0 +1,11 @@
+--- tty-table.gemspec.orig	2019-03-24 10:10:50 UTC
++++ tty-table.gemspec
+@@ -24,7 +24,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.5.0"])
+-      s.add_runtime_dependency(%q<necromancer>.freeze, ["~> 0.4.0"])
++      s.add_runtime_dependency(%q<necromancer>.freeze, ["~> 0.4"])
+       s.add_runtime_dependency(%q<pastel>.freeze, ["~> 0.7.2"])
+       s.add_runtime_dependency(%q<tty-screen>.freeze, ["~> 0.6.4"])
+       s.add_runtime_dependency(%q<strings>.freeze, ["~> 0.1.0"])


More information about the svn-ports-all mailing list