git: 9a113711e9ac - main - devel/rubygem-rspec: Update to 3.11.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Mar 2022 18:25:32 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9a113711e9acfe4e142dffad06f902f2200902d8 commit 9a113711e9acfe4e142dffad06f902f2200902d8 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-03-07 18:03:09 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-03-07 18:12:57 +0000 devel/rubygem-rspec: Update to 3.11.0 - Fix WWW Changes: https://github.com/rspec/rspec-metagem/commits/main --- devel/rubygem-rspec/Makefile | 8 ++++---- devel/rubygem-rspec/distinfo | 6 +++--- devel/rubygem-rspec/pkg-descr | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/devel/rubygem-rspec/Makefile b/devel/rubygem-rspec/Makefile index 5c7b8ea7898e..fef39a9c9806 100644 --- a/devel/rubygem-rspec/Makefile +++ b/devel/rubygem-rspec/Makefile @@ -1,7 +1,7 @@ # Created by: Roman Shterenzon <romanbsd@yahoo.com> PORTNAME= rspec -PORTVERSION= 3.10.0 +PORTVERSION= 3.11.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,9 +11,9 @@ COMMENT= Behaviour Driven Development in Ruby LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-rspec-core>=${PORTVERSION:R}.0<3.11:devel/rubygem-rspec-core \ - rubygem-rspec-expectations>=${PORTVERSION:R}.0<3.11:devel/rubygem-rspec-expectations \ - rubygem-rspec-mocks>=${PORTVERSION:R}.0<3.11:devel/rubygem-rspec-mocks +RUN_DEPENDS= rubygem-rspec-core>=${PORTVERSION:R}.0<3.12:devel/rubygem-rspec-core \ + rubygem-rspec-expectations>=${PORTVERSION:R}.0<3.12:devel/rubygem-rspec-expectations \ + rubygem-rspec-mocks>=${PORTVERSION:R}.0<3.12:devel/rubygem-rspec-mocks USES= gem USE_RUBY= yes diff --git a/devel/rubygem-rspec/distinfo b/devel/rubygem-rspec/distinfo index 5ac127f4cb63..f4f32b837285 100644 --- a/devel/rubygem-rspec/distinfo +++ b/devel/rubygem-rspec/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1604680316 -SHA256 (rubygem/rspec-3.10.0.gem) = b870b43d49ae4a4e063b94976d2742b0854ec10458c425d569b5556ee5898ab7 -SIZE (rubygem/rspec-3.10.0.gem) = 10752 +TIMESTAMP = 1646058812 +SHA256 (rubygem/rspec-3.11.0.gem) = 8907f32e5c3095724e54c143e9cfc4df37079be349343dab9029becdb259bea5 +SIZE (rubygem/rspec-3.11.0.gem) = 10752 diff --git a/devel/rubygem-rspec/pkg-descr b/devel/rubygem-rspec/pkg-descr index bb98bf8dd840..5db1cac3883f 100644 --- a/devel/rubygem-rspec/pkg-descr +++ b/devel/rubygem-rspec/pkg-descr @@ -5,4 +5,4 @@ by using terminology focused on the behavioural aspects of the system rather than testing, attempt to help direct developers towards a focus on the real value to be found in TDD at its most successful, or BDD as we call it. -WWW: https://github.com/rspec/rspec +WWW: https://github.com/rspec/rspec-metagem