freebsd-ports/databases/rubygem-mario-redis-lock/Makefile
Joseph Mingrone df1ad146ad databases/rubygem-mario-redis-lock: patch to pull in databases/rubygem-redis
After r457876 and r457886, net-im/mastodon failed to start because of an
issue with both versions 3 and 4 of the redis gems being pulled in.

/usr/local/lib/ruby/gems/2.4/gems/bundler-1.16.1/lib/bundler/runtime.rb:313:in
`check_for_activated_spec!': You have already activated redis 4.0.1, but
your Gemfile requires redis 3.3.5.
2018-01-03 03:57:38 +00:00

21 lines
360 B
Makefile

# $FreeBSD$
PORTNAME= mario-redis-lock
PORTVERSION= 1.2.0
PORTREVISION= 2
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby distributed lock using Redis, with emphasis in transparency
LICENSE= MIT
RUN_DEPENDS= rubygem-redis>=4:databases/rubygem-redis
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>