git: 045200e23eac - main - devel/rubygem-redis-activesupport-rails50: Update to 5.2.1
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Jun 30 20:49:18 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=045200e23eac957f0ed968a27727b420b3d38964
commit 045200e23eac957f0ed968a27727b420b3d38964
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-30 20:40:48 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-06-30 20:44:25 +0000
devel/rubygem-redis-activesupport-rails50: Update to 5.2.1
- Use = instead of ?= for RUN_DEPENDS
- Update WWW
Changes: https://github.com/redis-store/redis-activesupport/commits/master
---
devel/rubygem-redis-activesupport-rails50/Makefile | 4 ++--
devel/rubygem-redis-activesupport-rails50/distinfo | 6 +++---
devel/rubygem-redis-activesupport-rails50/pkg-descr | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/devel/rubygem-redis-activesupport-rails50/Makefile b/devel/rubygem-redis-activesupport-rails50/Makefile
index 6fd5749f0ed8..4a2fdfa88652 100644
--- a/devel/rubygem-redis-activesupport-rails50/Makefile
+++ b/devel/rubygem-redis-activesupport-rails50/Makefile
@@ -1,5 +1,5 @@
PORTNAME= redis-activesupport
-PORTVERSION= 5.2.0
+PORTVERSION= 5.2.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails50
@@ -10,7 +10,7 @@ COMMENT= Redis store for ActiveSupport::Cache
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
-RUN_DEPENDS?= rubygem-activesupport50>=3<7:devel/rubygem-activesupport50 \
+RUN_DEPENDS= rubygem-activesupport50>=3<7:devel/rubygem-activesupport50 \
rubygem-redis-store>=1.3<2:devel/rubygem-redis-store
USES= gem
diff --git a/devel/rubygem-redis-activesupport-rails50/distinfo b/devel/rubygem-redis-activesupport-rails50/distinfo
index a997dab7a239..696ea710586d 100644
--- a/devel/rubygem-redis-activesupport-rails50/distinfo
+++ b/devel/rubygem-redis-activesupport-rails50/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1598175402
-SHA256 (rubygem/redis-activesupport-5.2.0.gem) = a93cb1fd58b4f8e47f0acdf9902a193c93e5d8aec38df2b6f602481010fa4391
-SIZE (rubygem/redis-activesupport-5.2.0.gem) = 14336
+TIMESTAMP = 1624630344
+SHA256 (rubygem/redis-activesupport-5.2.1.gem) = 2b4e9a30db1dfc96e0a03abca775d5dc82ddd00eeedc3445679f73d0918396d0
+SIZE (rubygem/redis-activesupport-5.2.1.gem) = 14336
diff --git a/devel/rubygem-redis-activesupport-rails50/pkg-descr b/devel/rubygem-redis-activesupport-rails50/pkg-descr
index e0b7432f4d69..788eea53438d 100644
--- a/devel/rubygem-redis-activesupport-rails50/pkg-descr
+++ b/devel/rubygem-redis-activesupport-rails50/pkg-descr
@@ -1,3 +1,3 @@
Redis store for ActiveSupport::Cache
-WWW: http://redis-store.org/redis-activesupport
+WWW: http://redis-store.org/redis-activesupport/
More information about the dev-commits-ports-all
mailing list