aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-redis-actionpack/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-08-23 19:41:52 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-08-23 19:41:52 +0000
commit789df98df38dd8557e2775718a7a21083b9313b2 (patch)
treeb91c888af15331bbfcc854861692e5d364255fc3 /databases/rubygem-redis-actionpack/Makefile
parent2a459cdc98c918e9104e2c1abdaa9e5e526a0851 (diff)
downloadports-789df98df38dd8557e2775718a7a21083b9313b2.tar.gz
ports-789df98df38dd8557e2775718a7a21083b9313b2.zip
Update to 5.2.0
- Update RUN_DEPENDS: use Rails 5.2 - Update version requirement of RUN_DEPENDS - Update WWW Changes: https://github.com/redis-store/redis-actionpack/releases
Notes
Notes: svn path=/head/; revision=545920
Diffstat (limited to 'databases/rubygem-redis-actionpack/Makefile')
-rw-r--r--databases/rubygem-redis-actionpack/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/databases/rubygem-redis-actionpack/Makefile b/databases/rubygem-redis-actionpack/Makefile
index 45958c4fd87b..7131772e0b94 100644
--- a/databases/rubygem-redis-actionpack/Makefile
+++ b/databases/rubygem-redis-actionpack/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= redis-actionpack
-PORTVERSION= 5.0.2
+PORTVERSION= 5.2.0
CATEGORIES= databases rubygems
MASTER_SITES= RG
@@ -11,12 +11,13 @@ COMMENT= Redis session store for ActionPack
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
-RUN_DEPENDS= rubygem-actionpack4>=4.0:www/rubygem-actionpack4 \
- rubygem-redis-rack1>=1:www/rubygem-redis-rack1 \
- rubygem-redis-store>=1.1.0:devel/rubygem-redis-store
+RUN_DEPENDS= rubygem-actionpack52>=5<7:www/rubygem-actionpack52 \
+ rubygem-redis-rack>=2.1.0<3:www/rubygem-redis-rack \
+ rubygem-redis-store>=1.1.0<2:devel/rubygem-redis-store
-NO_ARCH= yes
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
.include <bsd.port.mk>