Index: head/databases/rubygem-couchrest/files/patch-couchrest.gemspec =================================================================== --- head/databases/rubygem-couchrest/files/patch-couchrest.gemspec (revision 390822) +++ head/databases/rubygem-couchrest/files/patch-couchrest.gemspec (nonexistent) @@ -1,11 +0,0 @@ ---- couchrest.gemspec.orig 2015-05-31 17:14:31 UTC -+++ couchrest.gemspec -@@ -23,7 +23,7 @@ Gem::Specification.new do |s| - s.specification_version = 3 - - if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then -- s.add_runtime_dependency(%q, ["~> 1.6.1"]) -+ s.add_runtime_dependency(%q, [">= 1.6.1"]) - s.add_runtime_dependency(%q, ["~> 1.15"]) - s.add_runtime_dependency(%q, ["~> 1.0"]) - s.add_development_dependency(%q, [">= 1.7.0"]) Property changes on: head/databases/rubygem-couchrest/files/patch-couchrest.gemspec ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/databases/rubygem-couchrest/Makefile =================================================================== --- head/databases/rubygem-couchrest/Makefile (revision 390822) +++ head/databases/rubygem-couchrest/Makefile (revision 390823) @@ -1,24 +1,23 @@ # Created by: Mike Carlson (carlson39@llnl.gov) # $FreeBSD$ PORTNAME= couchrest -PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTVERSION= 1.2.1 CATEGORIES= databases rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Provides a simple interface on top of CouchDBs RESTful HTTP API LICENSE= APACHE20 RUN_DEPENDS= rubygem-mime-types>=1.15:${PORTSDIR}/misc/rubygem-mime-types \ - rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json \ - rubygem-rest-client>=1.6.1:${PORTSDIR}/www/rubygem-rest-client + rubygem-multi_json>=1.7:${PORTSDIR}/devel/rubygem-multi_json \ + rubygem-rest-client>=1.8.0:${PORTSDIR}/www/rubygem-rest-client NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include Index: head/databases/rubygem-couchrest/distinfo =================================================================== --- head/databases/rubygem-couchrest/distinfo (revision 390822) +++ head/databases/rubygem-couchrest/distinfo (revision 390823) @@ -1,2 +1,2 @@ -SHA256 (rubygem/couchrest-1.2.0.gem) = f3da9527af3090d3ef8f76352b8b825c9c576a7dd6ee0452678a8002fea25394 -SIZE (rubygem/couchrest-1.2.0.gem) = 51712 +SHA256 (rubygem/couchrest-1.2.1.gem) = 4f92ff903b75f3cbf509e04e716bd51360785b1b3ca0bb1e73aba90f61513462 +SIZE (rubygem/couchrest-1.2.1.gem) = 52224