Date: Tue, 6 Jul 2021 15:07:18 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: ccbf17ee8de0 - main - devel/rubygem-shoulda: Update to 4.0.0 Message-ID: <202107061507.166F7Ifk023019@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=ccbf17ee8de0c76025f4c737e501ea2a6f950a2e commit ccbf17ee8de0c76025f4c737e501ea2a6f950a2e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-07-06 14:59:53 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-07-06 14:59:53 +0000 devel/rubygem-shoulda: Update to 4.0.0 - Update version requirement of RUN_DEPENDS Changes: https://github.com/thoughtbot/shoulda/blob/master/CHANGELOG.md --- devel/rubygem-shoulda/Makefile | 13 ++++++++----- devel/rubygem-shoulda/distinfo | 6 +++--- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/devel/rubygem-shoulda/Makefile b/devel/rubygem-shoulda/Makefile index 4215c1ce5793..6ec86b8594d8 100644 --- a/devel/rubygem-shoulda/Makefile +++ b/devel/rubygem-shoulda/Makefile @@ -1,5 +1,5 @@ PORTNAME= shoulda -PORTVERSION= 3.6.0 +PORTVERSION= 4.0.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -9,11 +9,14 @@ COMMENT= Making tests easy on the fingers and eyes LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-shoulda-context>=1.0.1:devel/rubygem-shoulda-context \ - rubygem-shoulda-matchers>=3.0:devel/rubygem-shoulda-matchers +RUN_DEPENDS= rubygem-shoulda-context>=2.0<3:devel/rubygem-shoulda-context \ + rubygem-shoulda-matchers>=4.0<5:devel/rubygem-shoulda-matchers -NO_ARCH= yes +USES= gem shebangfix USE_RUBY= yes -USES= gem + +NO_ARCH= yes + +SHEBANG_FILES= script/* .include <bsd.port.mk> diff --git a/devel/rubygem-shoulda/distinfo b/devel/rubygem-shoulda/distinfo index 6cc759770a5f..0c822fd9c1b7 100644 --- a/devel/rubygem-shoulda/distinfo +++ b/devel/rubygem-shoulda/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1532975781 -SHA256 (rubygem/shoulda-3.6.0.gem) = 3d834f58cb393fdeb3cd53ec5b452473db55630534421ed9f6098b3a5ab289cb -SIZE (rubygem/shoulda-3.6.0.gem) = 26112 +TIMESTAMP = 1625323771 +SHA256 (rubygem/shoulda-4.0.0.gem) = e677218c432eaa102a173e7047fbcf396ebc8ccea467725ba4e6053bc9e09c0a +SIZE (rubygem/shoulda-4.0.0.gem) = 20992
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107061507.166F7Ifk023019>