databases/rubygem-redis44: make version 4.4.x available

Required for gitlab-ce.
This commit is contained in:
Matthias Fechner 2021-10-27 08:18:11 +02:00
parent 46b95c0550
commit 5ca638b2b1
5 changed files with 29 additions and 1 deletions

View file

@ -970,6 +970,7 @@
SUBDIR += rubygem-puppetdb_cli
SUBDIR += rubygem-rbase
SUBDIR += rubygem-redis
SUBDIR += rubygem-redis44
SUBDIR += rubygem-redis-actionpack
SUBDIR += rubygem-redis-actionpack-rails5
SUBDIR += rubygem-redis-actionpack-rails50

View file

@ -0,0 +1,21 @@
PORTNAME= redis
PORTVERSION= 4.4.0
CATEGORIES= databases rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 44
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Ruby client library for Redis, the key value storage server
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
USE_RUBY= yes
NO_ARCH= yes
post-install:
${RM} ${STAGEDIR}${PREFIX}/bin/build
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1635315274
SHA256 (rubygem/redis-4.4.0.gem) = 409c6a2ed2cc3fe542485cabdfe5a7a9f223d577d1929194b9b776709b18e8c5
SIZE (rubygem/redis-4.4.0.gem) = 60416

View file

@ -0,0 +1,3 @@
rubygem-redis is a Ruby client library for the Redis key-value store.
WWW: https://github.com/redis/redis-rb

View file

@ -153,7 +153,7 @@ MY_DEPENDS= git>=2.32.0:devel/git \
rubygem-version_sorter>=2.2.4<2.3.0:textproc/rubygem-version_sorter \
rubygem-js_regex>=3.7<4.0:textproc/rubygem-js_regex \
rubygem-device_detector>=0:devel/rubygem-device_detector \
rubygem-redis>=4.4.0<4.5:databases/rubygem-redis \
rubygem-redis44>=4.4.0<4.5:databases/rubygem-redis44 \
rubygem-connection_pool>=2.0<3.0:net/rubygem-connection_pool \
rubygem-redis-actionpack-rails61>=5.2.0<5.3:databases/rubygem-redis-actionpack-rails61 \
rubygem-discordrb-webhooks>=3.4<4.0:net-im/rubygem-discordrb-webhooks \