Date: Tue, 6 Jul 2021 15:07:24 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 50da33ca7b44 - main - devel/rubygem-simple_form-rails5: Update to 5.0.3 Message-ID: <202107061507.166F7O0h023145@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=50da33ca7b44c5b1765a1a488e2d1d19114473ee commit 50da33ca7b44c5b1765a1a488e2d1d19114473ee Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-07-06 14:59:57 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-07-06 14:59:57 +0000 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 147fe71ba17f..8e5681c85c4a 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 0578e4347605..1a6cf531da43 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 586dc3e4bc84..1d8387caa016 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107061507.166F7O0h023145>