svn commit: r521847 - head/devel/rubygem-rspec-core

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jan 2 16:17:27 UTC 2020


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


More information about the svn-ports-all mailing list