svn commit: r504573 - in head/devel/rubygem-tty-table: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Jun 19 16:54:05 UTC 2019
Author: sunpoet
Date: Wed Jun 19 16:53:59 2019
New Revision: 504573
URL: https://svnweb.freebsd.org/changeset/ports/504573
Log:
Fix gemspec for rubygem-equatable 0.6.0 update
- Bump PORTREVISION for package change
Modified:
head/devel/rubygem-tty-table/Makefile
head/devel/rubygem-tty-table/files/patch-gemspec
Modified: head/devel/rubygem-tty-table/Makefile
==============================================================================
--- head/devel/rubygem-tty-table/Makefile Wed Jun 19 16:53:54 2019 (r504572)
+++ head/devel/rubygem-tty-table/Makefile Wed Jun 19 16:53:59 2019 (r504573)
@@ -3,7 +3,7 @@
PORTNAME= tty-table
PORTVERSION= 0.10.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel rubygems
MASTER_SITES= RG
Modified: head/devel/rubygem-tty-table/files/patch-gemspec
==============================================================================
--- head/devel/rubygem-tty-table/files/patch-gemspec Wed Jun 19 16:53:54 2019 (r504572)
+++ head/devel/rubygem-tty-table/files/patch-gemspec Wed Jun 19 16:53:59 2019 (r504573)
@@ -1,10 +1,12 @@
---- tty-table.gemspec.orig 2019-05-20 17:30:25 UTC
+--- tty-table.gemspec.orig 2019-06-19 15:32:53 UTC
+++ tty-table.gemspec
-@@ -24,9 +24,9 @@ Gem::Specification.new do |s|
+@@ -23,10 +23,10 @@ Gem::Specification.new do |s|
+ s.specification_version = 4
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<equatable>.freeze, ["~> 0.5.0"])
- s.add_runtime_dependency(%q<necromancer>.freeze, ["~> 0.4.0"])
++ s.add_runtime_dependency(%q<equatable>.freeze, ["~> 0.5"])
+ 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"])
More information about the svn-ports-all
mailing list