Date: Wed, 1 Jan 2020 16:31:26 +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: r521738 - head/devel/rubygem-rspec Message-ID: <202001011631.001GVQTM023723@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Jan 1 16:31:26 2020 New Revision: 521738 URL: https://svnweb.freebsd.org/changeset/ports/521738 Log: Update version requirement of RUN_DEPENDS - Take maintainership Modified: head/devel/rubygem-rspec/Makefile Modified: head/devel/rubygem-rspec/Makefile ============================================================================== --- head/devel/rubygem-rspec/Makefile Wed Jan 1 16:31:20 2020 (r521737) +++ head/devel/rubygem-rspec/Makefile Wed Jan 1 16:31:26 2020 (r521738) @@ -6,18 +6,19 @@ PORTVERSION= 3.9.0 CATEGORIES= devel rubygems MASTER_SITES= RG -MAINTAINER= ruby@FreeBSD.org +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:devel/rubygem-rspec-core \ - rubygem-rspec-expectations>=${PORTVERSION:R}.0:devel/rubygem-rspec-expectations \ - rubygem-rspec-mocks>=${PORTVERSION:R}.0:devel/rubygem-rspec-mocks +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 -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001011631.001GVQTM023723>