1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Update version requirement of RUN_DEPENDS

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-05-08 08:51:19 +00:00
parent a2f155cf13
commit 6a22119d0b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=534379

View File

@ -12,14 +12,15 @@ COMMENT= Coherent wrapper object-relational mapping for REST web services
LICENSE= MIT
RUN_DEPENDS= rubygem-activemodel4>=${PORTVERSION}:databases/rubygem-activemodel4 \
rubygem-activesupport4>=${PORTVERSION}:devel/rubygem-activesupport4 \
rubygem-rails-observers>=0.1.1:devel/rubygem-rails-observers
RUN_DEPENDS= rubygem-activemodel4>=4.0<5:databases/rubygem-activemodel4 \
rubygem-activesupport4>=4.0<5:devel/rubygem-activesupport4 \
rubygem-rails-observers>=0.1.2<0.2:devel/rubygem-rails-observers
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PORTSCOUT= limit:^4\.
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>