svn commit: r435546 - in head/devel/rubygem-grape: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Mar 6 15:49:56 UTC 2017


Author: sunpoet
Date: Mon Mar  6 15:49:55 2017
New Revision: 435546
URL: https://svnweb.freebsd.org/changeset/ports/435546

Log:
  Fix gemspec for rubygem-mustermann-grape 1.0.0 update
  
  - Bump PORTREVISION for package change

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

Modified: head/devel/rubygem-grape/Makefile
==============================================================================
--- head/devel/rubygem-grape/Makefile	Mon Mar  6 15:49:50 2017	(r435545)
+++ head/devel/rubygem-grape/Makefile	Mon Mar  6 15:49:55 2017	(r435546)
@@ -2,7 +2,7 @@
 
 PORTNAME=	grape
 PORTVERSION=	0.19.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 

Added: head/devel/rubygem-grape/files/patch-gemspec
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-grape/files/patch-gemspec	Mon Mar  6 15:49:55 2017	(r435546)
@@ -0,0 +1,11 @@
+--- grape.gemspec.orig	2017-03-05 19:37:55 UTC
++++ grape.gemspec
+@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
+ 
+     if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
+       s.add_runtime_dependency(%q<rack>.freeze, [">= 1.3.0"])
+-      s.add_runtime_dependency(%q<mustermann-grape>.freeze, ["~> 0.4.0"])
++      s.add_runtime_dependency(%q<mustermann-grape>.freeze, [">= 0.4.0"])
+       s.add_runtime_dependency(%q<rack-accept>.freeze, [">= 0"])
+       s.add_runtime_dependency(%q<activesupport>.freeze, [">= 0"])
+       s.add_runtime_dependency(%q<multi_json>.freeze, [">= 1.3.2"])


More information about the svn-ports-all mailing list