mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update version requirement of RUN_DEPENDS
This commit is contained in:
parent
0544d4b054
commit
dd24e02376
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521184
1 changed files with 4 additions and 3 deletions
|
@ -21,13 +21,14 @@ RUN_DEPENDS= redis>=0:databases/redis \
|
||||||
rubygem-ice_nine>=0.11.0:devel/rubygem-ice_nine \
|
rubygem-ice_nine>=0.11.0:devel/rubygem-ice_nine \
|
||||||
rubygem-multi_json>=1.7.7:devel/rubygem-multi_json \
|
rubygem-multi_json>=1.7.7:devel/rubygem-multi_json \
|
||||||
rubygem-puma>=2.7.1:www/rubygem-puma \
|
rubygem-puma>=2.7.1:www/rubygem-puma \
|
||||||
rubygem-rack16>=1.5.2:www/rubygem-rack16 \
|
rubygem-rack16>=1.5.2<2.0.0:www/rubygem-rack16 \
|
||||||
rubygem-redis-namespace>=1.3.0:databases/rubygem-redis-namespace \
|
rubygem-redis-namespace>=1.3.0:databases/rubygem-redis-namespace \
|
||||||
rubygem-thor>=0.18.1:devel/rubygem-thor
|
rubygem-thor>=0.18.1:devel/rubygem-thor
|
||||||
|
|
||||||
NO_ARCH= yes
|
|
||||||
USE_RUBY= yes
|
|
||||||
USES= gem
|
USES= gem
|
||||||
|
USE_RUBY= yes
|
||||||
|
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
PLIST_FILES= bin/lita
|
PLIST_FILES= bin/lita
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue