svn commit: r448126 - in head/irc/rubygem-cogbot: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Aug 17 15:05:20 UTC 2017


Author: sunpoet
Date: Thu Aug 17 15:05:19 2017
New Revision: 448126
URL: https://svnweb.freebsd.org/changeset/ports/448126

Log:
  Fix gemspec for rubygem-thor 0.20.0 update
  
  - Bump PORTREVISION for package change

Added:
  head/irc/rubygem-cogbot/files/
  head/irc/rubygem-cogbot/files/patch-gemspec   (contents, props changed)
Modified:
  head/irc/rubygem-cogbot/Makefile

Modified: head/irc/rubygem-cogbot/Makefile
==============================================================================
--- head/irc/rubygem-cogbot/Makefile	Thu Aug 17 15:05:14 2017	(r448125)
+++ head/irc/rubygem-cogbot/Makefile	Thu Aug 17 15:05:19 2017	(r448126)
@@ -2,6 +2,7 @@
 
 PORTNAME=	cogbot
 PORTVERSION=	0.1.13
+PORTREVISION=	1
 CATEGORIES=	irc rubygems
 MASTER_SITES=	RG
 

Added: head/irc/rubygem-cogbot/files/patch-gemspec
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/irc/rubygem-cogbot/files/patch-gemspec	Thu Aug 17 15:05:19 2017	(r448126)
@@ -0,0 +1,11 @@
+--- cogbot.gemspec.orig	2017-08-17 13:37:15 UTC
++++ cogbot.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<cinch>.freeze, ["= 2.3.3"])
+-      s.add_runtime_dependency(%q<thor>.freeze, ["~> 0.19.4"])
++      s.add_runtime_dependency(%q<thor>.freeze, ["~> 0.19", ">= 0.19.4"])
+       s.add_runtime_dependency(%q<eventmachine>.freeze, ["~> 1.2.3"])
+       s.add_runtime_dependency(%q<eventmachine_httpserver>.freeze, ["~> 0.2.1"])
+       s.add_runtime_dependency(%q<nokogiri>.freeze, ["~> 1.8.0"])


More information about the svn-ports-all mailing list