1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
Sunpoet Po-Chuan Hsieh 2017-04-07 23:17:10 +00:00
parent e167b5aff1
commit e34252aaf1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=437974
3 changed files with 7 additions and 19 deletions

View File

@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= redis-rails
PORTVERSION= 5.0.1
PORTREVISION= 1
PORTVERSION= 5.0.2
CATEGORIES= www rubygems
MASTER_SITES= RG
@ -12,9 +11,9 @@ COMMENT= Redis for Ruby on Rails
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-redis-actionpack>=5:databases/rubygem-redis-actionpack \
rubygem-redis-activesupport>=5:devel/rubygem-redis-activesupport \
rubygem-redis-store>=1.2.0:devel/rubygem-redis-store
RUN_DEPENDS= rubygem-redis-actionpack>=5.0:databases/rubygem-redis-actionpack \
rubygem-redis-activesupport>=5.0:devel/rubygem-redis-activesupport \
rubygem-redis-store>=1.2:devel/rubygem-redis-store
NO_ARCH= yes
USE_RUBY= yes

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1489070870
SHA256 (rubygem/redis-rails-5.0.1.gem) = 1516973eda9ef765361e0ebbfc3e1e079f22fe4b0e5fd0dbb8606c328df08212
SIZE (rubygem/redis-rails-5.0.1.gem) = 7680
TIMESTAMP = 1491579796
SHA256 (rubygem/redis-rails-5.0.2.gem) = 80406d65c513f20756cd4aa2fd0224e41b93d645b3f1e7cc3effc1c2959f5b42
SIZE (rubygem/redis-rails-5.0.2.gem) = 7680

View File

@ -1,11 +0,0 @@
--- redis-rails.gemspec.orig 2017-03-18 16:17:07 UTC
+++ redis-rails.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<redis-store>.freeze, ["~> 1.2.0"])
+ s.add_runtime_dependency(%q<redis-store>.freeze, [">= 1.2.0"])
s.add_runtime_dependency(%q<redis-activesupport>.freeze, ["~> 5.0.0"])
s.add_runtime_dependency(%q<redis-actionpack>.freeze, ["~> 5.0.0"])
s.add_development_dependency(%q<rake>.freeze, ["~> 10"])