aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-06 14:59:58 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-06 14:59:58 +0000
commite297be5509815d6c252a717b4cc5e9f89525f404 (patch)
tree1c45cb7d81b7a20f45e4d72f943f5512af6013b9
parent50da33ca7b44c5b1765a1a488e2d1d19114473ee (diff)
downloadports-e297be5509815d6c252a717b4cc5e9f89525f404.tar.gz
ports-e297be5509815d6c252a717b4cc5e9f89525f404.zip
devel/rubygem-simple_form-rails50: Update to 5.0.3
- Update version requirement of RUN_DEPENDS - Update WWW Changes: https://github.com/heartcombo/simple_form/blob/master/CHANGELOG.md
-rw-r--r--devel/rubygem-simple_form-rails50/Makefile6
-rw-r--r--devel/rubygem-simple_form-rails50/distinfo6
-rw-r--r--devel/rubygem-simple_form-rails50/pkg-descr2
3 files changed, 7 insertions, 7 deletions
diff --git a/devel/rubygem-simple_form-rails50/Makefile b/devel/rubygem-simple_form-rails50/Makefile
index 34211a98ff90..f3d814b644ce 100644
--- a/devel/rubygem-simple_form-rails50/Makefile
+++ b/devel/rubygem-simple_form-rails50/Makefile
@@ -1,7 +1,7 @@
# Created by: rpsfa@rit.edu
PORTNAME= simple_form
-PORTVERSION= 4.1.0
+PORTVERSION= 5.0.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails50
@@ -12,8 +12,8 @@ COMMENT= Forms made easy
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
-RUN_DEPENDS= rubygem-activemodel50>=4:databases/rubygem-activemodel50 \
- rubygem-actionpack50>=4:www/rubygem-actionpack50
+RUN_DEPENDS= rubygem-activemodel50>=5.0:databases/rubygem-activemodel50 \
+ rubygem-actionpack50>=5.0:www/rubygem-actionpack50
USES= gem
USE_RUBY= yes
diff --git a/devel/rubygem-simple_form-rails50/distinfo b/devel/rubygem-simple_form-rails50/distinfo
index 0578e4347605..5e86a3ceb9ba 100644
--- a/devel/rubygem-simple_form-rails50/distinfo
+++ b/devel/rubygem-simple_form-rails50/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1543058800
-SHA256 (rubygem/simple_form-4.1.0.gem) = a6fe5a3628491c26d5a2861ae57cf7e179658e11ea8e6bb39d3672fa8c5b4188
-SIZE (rubygem/simple_form-4.1.0.gem) = 82944
+TIMESTAMP = 1625323783
+SHA256 (rubygem/simple_form-5.0.3.gem) = c7aad8a45243021e2e66015b5fbe42212a119dd0ecf9aae51b55972c3473444a
+SIZE (rubygem/simple_form-5.0.3.gem) = 84480
diff --git a/devel/rubygem-simple_form-rails50/pkg-descr b/devel/rubygem-simple_form-rails50/pkg-descr
index 586dc3e4bc84..1d8387caa016 100644
--- a/devel/rubygem-simple_form-rails50/pkg-descr
+++ b/devel/rubygem-simple_form-rails50/pkg-descr
@@ -1,3 +1,3 @@
Forms made easy!
-WWW: https://github.com/plataformatec/simple_form
+WWW: https://github.com/heartcombo/simple_form