git: 67f256cd6243 - main - devel/rubygem-redis-store: Change RUN_DEPENDS from rubygem-redis to rubygem-redis4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 Aug 2022 18:53:06 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=67f256cd6243525981d66e05d3d5ee0e17fbb827
commit 67f256cd6243525981d66e05d3d5ee0e17fbb827
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-08-31 18:30:17 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-08-31 18:50:01 +0000
devel/rubygem-redis-store: Change RUN_DEPENDS from rubygem-redis to rubygem-redis4
- Bump PORTREVISION for dependency change
---
devel/rubygem-redis-store/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/devel/rubygem-redis-store/Makefile b/devel/rubygem-redis-store/Makefile
index 4df577936895..f88dc2f1c12c 100644
--- a/devel/rubygem-redis-store/Makefile
+++ b/devel/rubygem-redis-store/Makefile
@@ -1,5 +1,6 @@
PORTNAME= redis-store
PORTVERSION= 1.9.1
+PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
@@ -9,7 +10,7 @@ COMMENT= Namespaced Redis stores for Ruby web frameworks
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
-RUN_DEPENDS= rubygem-redis>=4<5:databases/rubygem-redis
+RUN_DEPENDS= rubygem-redis4>=4<5:databases/rubygem-redis4
USES= gem
USE_RUBY= yes