diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-12-05 06:22:49 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-12-05 06:22:49 +0800 |
commit | 0af9a99efd4d222c00c5b4dce19a366990097ba9 (patch) | |
tree | 31f69e55fdb60d2e0de27bbe34bd7c2aa4abd623 | |
parent | e5254cd99011f32c213d848836c85ecdb49b37fe (diff) | |
download | freebsd-ports-gnome-0af9a99efd4d222c00c5b4dce19a366990097ba9.tar.gz freebsd-ports-gnome-0af9a99efd4d222c00c5b4dce19a366990097ba9.tar.zst freebsd-ports-gnome-0af9a99efd4d222c00c5b4dce19a366990097ba9.zip |
- Respect upstream naming: rename devel/rubygem-ruby-statsd to devel/rubygem-statsd
- Sort RUN_DEPENDS
-rw-r--r-- | devel/Makefile | 2 | ||||
-rw-r--r-- | devel/rubygem-statsd/Makefile (renamed from devel/rubygem-ruby-statsd/Makefile) | 7 | ||||
-rw-r--r-- | devel/rubygem-statsd/distinfo (renamed from devel/rubygem-ruby-statsd/distinfo) | 0 | ||||
-rw-r--r-- | devel/rubygem-statsd/pkg-descr (renamed from devel/rubygem-ruby-statsd/pkg-descr) | 0 |
4 files changed, 5 insertions, 4 deletions
diff --git a/devel/Makefile b/devel/Makefile index 636a680a37d1..60c61771505b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/rubygem-ruby-statsd/Makefile b/devel/rubygem-statsd/Makefile index 3711b828512c..e03a6e9ed4fe 100644 --- a/devel/rubygem-ruby-statsd/Makefile +++ b/devel/rubygem-statsd/Makefile @@ -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> diff --git a/devel/rubygem-ruby-statsd/distinfo b/devel/rubygem-statsd/distinfo index c4548e3a074d..c4548e3a074d 100644 --- a/devel/rubygem-ruby-statsd/distinfo +++ b/devel/rubygem-statsd/distinfo diff --git a/devel/rubygem-ruby-statsd/pkg-descr b/devel/rubygem-statsd/pkg-descr index c80dc86462e6..c80dc86462e6 100644 --- a/devel/rubygem-ruby-statsd/pkg-descr +++ b/devel/rubygem-statsd/pkg-descr |