- Respect upstream naming: rename devel/rubygem-ruby-statsd to devel/rubygem-statsd
- Sort RUN_DEPENDS
This commit is contained in:
parent
3112e1b7cb
commit
3b12ab41e4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335643
4 changed files with 5 additions and 4 deletions
|
@ -4267,7 +4267,6 @@
|
|||
SUBDIR += rubygem-ruby-ole
|
||||
SUBDIR += rubygem-ruby-prof
|
||||
SUBDIR += rubygem-ruby-sdl-ffi
|
||||
SUBDIR += rubygem-ruby-statsd
|
||||
SUBDIR += rubygem-ruby2ruby
|
||||
SUBDIR += rubygem-ruby_parser
|
||||
SUBDIR += rubygem-rubyforge
|
||||
|
@ -4292,6 +4291,7 @@
|
|||
SUBDIR += rubygem-sprockets
|
||||
SUBDIR += rubygem-spruz
|
||||
SUBDIR += rubygem-state_machine
|
||||
SUBDIR += rubygem-statsd
|
||||
SUBDIR += rubygem-stella
|
||||
SUBDIR += rubygem-stemmer
|
||||
SUBDIR += rubygem-stomp
|
||||
|
|
|
@ -9,13 +9,14 @@ MASTER_SITES= RG
|
|||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Ruby port of the statsd python and node.js tools
|
||||
|
||||
RUN_DEPENDS= rubygem-eventmachine>=0.12.10:${PORTSDIR}/devel/rubygem-eventmachine \
|
||||
rubygem-mongo>=1.2.4:${PORTSDIR}/devel/rubygem-mongo \
|
||||
rubygem-erubis>=2.6.6:${PORTSDIR}/www/rubygem-erubis
|
||||
RUN_DEPENDS= rubygem-erubis>=2.6.6:${PORTSDIR}/www/rubygem-erubis \
|
||||
rubygem-eventmachine>=0.12.10:${PORTSDIR}/devel/rubygem-eventmachine \
|
||||
rubygem-mongo>=1.2.4:${PORTSDIR}/devel/rubygem-mongo
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
PLIST_FILES= bin/statsd
|
||||
|
||||
.include <bsd.port.mk>
|
Loading…
Reference in a new issue