svn commit: r445520 - in head/devel/rubygem-gh: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jul 11 17:00:33 UTC 2017


Author: sunpoet
Date: Tue Jul 11 17:00:32 2017
New Revision: 445520
URL: https://svnweb.freebsd.org/changeset/ports/445520

Log:
  Fix gemspec for rubygem-addressable 2.5.0 update (r429935)
  
  - Bump PORTREVISION for package change

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

Modified: head/devel/rubygem-gh/Makefile
==============================================================================
--- head/devel/rubygem-gh/Makefile	Tue Jul 11 17:00:27 2017	(r445519)
+++ head/devel/rubygem-gh/Makefile	Tue Jul 11 17:00:32 2017	(r445520)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gh
 PORTVERSION=	0.15.1
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 

Added: head/devel/rubygem-gh/files/patch-gemspec
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-gh/files/patch-gemspec	Tue Jul 11 17:00:32 2017	(r445520)
@@ -0,0 +1,11 @@
+--- gh.gemspec.orig	2017-07-11 08:13:40 UTC
++++ gh.gemspec
+@@ -26,7 +26,7 @@ Gem::Specification.new do |s|
+       s.add_runtime_dependency(%q<faraday>.freeze, ["~> 0.8"])
+       s.add_runtime_dependency(%q<backports>.freeze, [">= 0"])
+       s.add_runtime_dependency(%q<multi_json>.freeze, ["~> 1.0"])
+-      s.add_runtime_dependency(%q<addressable>.freeze, ["~> 2.4.0"])
++      s.add_runtime_dependency(%q<addressable>.freeze, ["~> 2.4"])
+       s.add_runtime_dependency(%q<net-http-persistent>.freeze, ["~> 2.9"])
+       s.add_runtime_dependency(%q<net-http-pipeline>.freeze, [">= 0"])
+     else


More information about the svn-ports-all mailing list