diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-12-30 16:47:05 +0800 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-12-30 17:05:17 +0800 |
| commit | 9efd5ccc26e975190192ce95888bd994e058c401 (patch) | |
| tree | 4b20a5275e9e56252a124e5e4794def73fb20fbf /databases/rubygem-brpoplpush-redis_script/Makefile | |
| parent | converters/rubygem-json-ld-preloaded: Update to 3.2.2 (diff) | |
databases/rubygem-brpoplpush-redis_script: Update to 0.1.3
- Change RUN_DEPENDS from rubygem-redis4 to rubygem-redis
Changes: https://github.com/brpoplpush/brpoplpush-redis_script/blob/main/CHANGELOG.md
https://github.com/brpoplpush/brpoplpush-redis_script/commits/main
Diffstat (limited to 'databases/rubygem-brpoplpush-redis_script/Makefile')
| -rw-r--r-- | databases/rubygem-brpoplpush-redis_script/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/rubygem-brpoplpush-redis_script/Makefile b/databases/rubygem-brpoplpush-redis_script/Makefile index 1cbf651aedf0..3760a529da18 100644 --- a/databases/rubygem-brpoplpush-redis_script/Makefile +++ b/databases/rubygem-brpoplpush-redis_script/Makefile @@ -1,6 +1,5 @@ PORTNAME= brpoplpush-redis_script -PORTVERSION= 0.1.2 -PORTREVISION= 1 +PORTVERSION= 0.1.3 CATEGORIES= databases rubygems MASTER_SITES= RG @@ -12,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-concurrent-ruby>=1.0.5<2:devel/rubygem-concurrent-ruby \ - rubygem-redis4>=1.0<5.0:databases/rubygem-redis4 + rubygem-redis>=1.0<6:databases/rubygem-redis USES= gem USE_RUBY= yes |
