svn commit: r521738 - head/devel/rubygem-rspec
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Jan 1 16:31:26 UTC 2020
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 at FreeBSD.org
+MAINTAINER= sunpoet at 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>
More information about the svn-ports-all
mailing list