Index: head/databases/rubygem-redis-actionpack4/Makefile =================================================================== --- head/databases/rubygem-redis-actionpack4/Makefile (revision 436199) +++ head/databases/rubygem-redis-actionpack4/Makefile (revision 436200) @@ -1,25 +1,26 @@ # $FreeBSD$ PORTNAME= redis-actionpack PORTVERSION= 4.0.1 +PORTREVISION= 1 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 MAINTAINER= ruby@FreeBSD.org COMMENT= Redis session store for ActionPack LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-actionpack4>=4:www/rubygem-actionpack4 \ rubygem-redis-rack>=1.5.0:www/rubygem-redis-rack \ rubygem-redis-store>=1.1.0:devel/rubygem-redis-store NO_ARCH= yes USE_RUBY= yes USES= gem PORTSCOUT= limit:^4\. .include Index: head/databases/rubygem-redis-actionpack4/files/patch-gemspec =================================================================== --- head/databases/rubygem-redis-actionpack4/files/patch-gemspec (nonexistent) +++ head/databases/rubygem-redis-actionpack4/files/patch-gemspec (revision 436200) @@ -0,0 +1,11 @@ +--- redis-actionpack.gemspec.orig 2017-03-15 08:52:49 UTC ++++ redis-actionpack.gemspec +@@ -23,7 +23,7 @@ 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.freeze, ["~> 1.1.0"]) ++ s.add_runtime_dependency(%q.freeze, [">= 1.1.0"]) + s.add_runtime_dependency(%q.freeze, ["~> 1.5.0"]) + s.add_runtime_dependency(%q.freeze, ["~> 4"]) + s.add_development_dependency(%q.freeze, ["~> 10"]) Property changes on: head/databases/rubygem-redis-actionpack4/files/patch-gemspec ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property