mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- 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-ole
|
||||||
SUBDIR += rubygem-ruby-prof
|
SUBDIR += rubygem-ruby-prof
|
||||||
SUBDIR += rubygem-ruby-sdl-ffi
|
SUBDIR += rubygem-ruby-sdl-ffi
|
||||||
SUBDIR += rubygem-ruby-statsd
|
|
||||||
SUBDIR += rubygem-ruby2ruby
|
SUBDIR += rubygem-ruby2ruby
|
||||||
SUBDIR += rubygem-ruby_parser
|
SUBDIR += rubygem-ruby_parser
|
||||||
SUBDIR += rubygem-rubyforge
|
SUBDIR += rubygem-rubyforge
|
||||||
|
@ -4292,6 +4291,7 @@
|
||||||
SUBDIR += rubygem-sprockets
|
SUBDIR += rubygem-sprockets
|
||||||
SUBDIR += rubygem-spruz
|
SUBDIR += rubygem-spruz
|
||||||
SUBDIR += rubygem-state_machine
|
SUBDIR += rubygem-state_machine
|
||||||
|
SUBDIR += rubygem-statsd
|
||||||
SUBDIR += rubygem-stella
|
SUBDIR += rubygem-stella
|
||||||
SUBDIR += rubygem-stemmer
|
SUBDIR += rubygem-stemmer
|
||||||
SUBDIR += rubygem-stomp
|
SUBDIR += rubygem-stomp
|
||||||
|
|
|
@ -9,13 +9,14 @@ MASTER_SITES= RG
|
||||||
MAINTAINER= ruby@FreeBSD.org
|
MAINTAINER= ruby@FreeBSD.org
|
||||||
COMMENT= Ruby port of the statsd python and node.js tools
|
COMMENT= Ruby port of the statsd python and node.js tools
|
||||||
|
|
||||||
RUN_DEPENDS= rubygem-eventmachine>=0.12.10:${PORTSDIR}/devel/rubygem-eventmachine \
|
RUN_DEPENDS= rubygem-erubis>=2.6.6:${PORTSDIR}/www/rubygem-erubis \
|
||||||
rubygem-mongo>=1.2.4:${PORTSDIR}/devel/rubygem-mongo \
|
rubygem-eventmachine>=0.12.10:${PORTSDIR}/devel/rubygem-eventmachine \
|
||||||
rubygem-erubis>=2.6.6:${PORTSDIR}/www/rubygem-erubis
|
rubygem-mongo>=1.2.4:${PORTSDIR}/devel/rubygem-mongo
|
||||||
|
|
||||||
USE_RUBY= yes
|
USE_RUBY= yes
|
||||||
USE_RUBYGEMS= yes
|
USE_RUBYGEMS= yes
|
||||||
RUBYGEM_AUTOPLIST= yes
|
RUBYGEM_AUTOPLIST= yes
|
||||||
|
|
||||||
PLIST_FILES= bin/statsd
|
PLIST_FILES= bin/statsd
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
Loading…
Add table
Reference in a new issue