Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jan 2020 16:17:27 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521847 - head/devel/rubygem-rspec-core
Message-ID:  <202001021617.002GHRHo084525@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Jan  2 16:17:27 2020
New Revision: 521847
URL: https://svnweb.freebsd.org/changeset/ports/521847

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/devel/rubygem-rspec-core/Makefile

Modified: head/devel/rubygem-rspec-core/Makefile
==============================================================================
--- head/devel/rubygem-rspec-core/Makefile	Thu Jan  2 16:17:21 2020	(r521846)
+++ head/devel/rubygem-rspec-core/Makefile	Thu Jan  2 16:17:27 2020	(r521847)
@@ -12,7 +12,7 @@ COMMENT=	RSpec Core provides the structure for writing
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-RUN_DEPENDS=	rubygem-rspec-support>=${PORTVERSION:R}.1:devel/rubygem-rspec-support
+RUN_DEPENDS=	rubygem-rspec-support>=${PORTVERSION:R}.1<3.10:devel/rubygem-rspec-support
 
 USES=		gem
 USE_RUBY=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001021617.002GHRHo084525>