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,19 +1,20 @@ PORTNAME= redis-store PORTVERSION= 1.9.1 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org 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 NO_ARCH= yes .include