Index: head/devel/rubygem-rspec/Makefile =================================================================== --- head/devel/rubygem-rspec/Makefile (revision 554618) +++ head/devel/rubygem-rspec/Makefile (revision 554619) @@ -1,24 +1,24 @@ # Created by: Roman Shterenzon # $FreeBSD$ PORTNAME= rspec -PORTVERSION= 3.9.0 +PORTVERSION= 3.10.0 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Behaviour Driven Development in Ruby LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-rspec-core>=${PORTVERSION:R}.0<3.10:devel/rubygem-rspec-core \ - rubygem-rspec-expectations>=${PORTVERSION:R}.0<3.10:devel/rubygem-rspec-expectations \ - rubygem-rspec-mocks>=${PORTVERSION:R}.0<3.10:devel/rubygem-rspec-mocks +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 USES= gem USE_RUBY= yes NO_ARCH= yes .include Index: head/devel/rubygem-rspec/distinfo =================================================================== --- head/devel/rubygem-rspec/distinfo (revision 554618) +++ head/devel/rubygem-rspec/distinfo (revision 554619) @@ -1,3 +1,3 @@ -TIMESTAMP = 1571344897 -SHA256 (rubygem/rspec-3.9.0.gem) = 90a037a7cc02365d7c112201881839aafbc875a88094423bc8cba778c98bfac3 -SIZE (rubygem/rspec-3.9.0.gem) = 10752 +TIMESTAMP = 1604680316 +SHA256 (rubygem/rspec-3.10.0.gem) = b870b43d49ae4a4e063b94976d2742b0854ec10458c425d569b5556ee5898ab7 +SIZE (rubygem/rspec-3.10.0.gem) = 10752 Index: head/devel/rubygem-rspec/pkg-descr =================================================================== --- head/devel/rubygem-rspec/pkg-descr (revision 554618) +++ head/devel/rubygem-rspec/pkg-descr (revision 554619) @@ -1,8 +1,8 @@ RSpec is a framework for practicing Behaviour Driven Development (BDD) in Ruby. The aim of BDD is to address the shortcomings of Test Driven Development and, 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 +WWW: https://github.com/rspec/rspec