Update version requirement of RUN_DEPENDS

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-09-03 19:12:04 +00:00
parent 571dc140a1
commit a9c768dd8f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=511018

View File

@ -12,13 +12,14 @@ COMMENT= Automatically reloads your browser when 'view' files are modified
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-em-websocket>=0.5:www/rubygem-em-websocket \
rubygem-guard>=2.8:sysutils/rubygem-guard \
rubygem-guard-compat>=1.0:sysutils/rubygem-guard-compat \
rubygem-multi_json>=1.8:devel/rubygem-multi_json
RUN_DEPENDS= rubygem-em-websocket>=0.5<1:www/rubygem-em-websocket \
rubygem-guard>=2.8<3:sysutils/rubygem-guard \
rubygem-guard-compat>=1.0<2:sysutils/rubygem-guard-compat \
rubygem-multi_json>=1.8<2:devel/rubygem-multi_json
USES= gem
USE_RUBY= yes
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>