From 50da33ca7b44c5b1765a1a488e2d1d19114473ee Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Tue, 6 Jul 2021 22:59:57 +0800 Subject: [PATCH] devel/rubygem-simple_form-rails5: Update to 5.0.3 - Update version requirement of RUN_DEPENDS - Update WWW Changes: https://github.com/heartcombo/simple_form/blob/master/CHANGELOG.md --- devel/rubygem-simple_form-rails5/Makefile | 6 +++--- devel/rubygem-simple_form-rails5/distinfo | 6 +++--- devel/rubygem-simple_form-rails5/pkg-descr | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/devel/rubygem-simple_form-rails5/Makefile b/devel/rubygem-simple_form-rails5/Makefile index 147fe71ba17ff..8e5681c85c4a6 100644 --- a/devel/rubygem-simple_form-rails5/Makefile +++ b/devel/rubygem-simple_form-rails5/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= -rails5 @@ -12,8 +12,8 @@ COMMENT= Forms made easy LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-activemodel5>=4:databases/rubygem-activemodel5 \ - rubygem-actionpack5>=4:www/rubygem-actionpack5 +RUN_DEPENDS= rubygem-activemodel5>=5.0:databases/rubygem-activemodel5 \ + rubygem-actionpack5>=5.0:www/rubygem-actionpack5 USES= gem USE_RUBY= yes diff --git a/devel/rubygem-simple_form-rails5/distinfo b/devel/rubygem-simple_form-rails5/distinfo index 0578e4347605f..1a6cf531da430 100644 --- a/devel/rubygem-simple_form-rails5/distinfo +++ b/devel/rubygem-simple_form-rails5/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 = 1625323781 +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-rails5/pkg-descr b/devel/rubygem-simple_form-rails5/pkg-descr index 586dc3e4bc84a..1d8387caa0160 100644 --- a/devel/rubygem-simple_form-rails5/pkg-descr +++ b/devel/rubygem-simple_form-rails5/pkg-descr @@ -1,3 +1,3 @@ Forms made easy! -WWW: https://github.com/plataformatec/simple_form +WWW: https://github.com/heartcombo/simple_form