aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rubygem-chef/Makefile
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2011-05-03 21:07:05 +0000
committerSteve Wills <swills@FreeBSD.org>2011-05-03 21:07:05 +0000
commit77b2e51300b18c08d002856fa97cd96aeed32442 (patch)
tree8bbde5eeec4b2d9d0ec9491a49a82fd168853004 /sysutils/rubygem-chef/Makefile
parent4b8625ac6c8c409e40f8769cd3c6252ef369967b (diff)
Notes
Diffstat (limited to 'sysutils/rubygem-chef/Makefile')
-rw-r--r--sysutils/rubygem-chef/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/sysutils/rubygem-chef/Makefile b/sysutils/rubygem-chef/Makefile
index 9c9cbfee2536..a5170c1fc54f 100644
--- a/sysutils/rubygem-chef/Makefile
+++ b/sysutils/rubygem-chef/Makefile
@@ -6,28 +6,29 @@
#
PORTNAME= chef
-PORTVERSION= 0.9.12
-PORTREVISION= 1
+PORTVERSION= 0.10.0
CATEGORIES= sysutils
MASTER_SITES= RG
MAINTAINER= renchap@cocoa-x.com
COMMENT= A systems integration framework. Client part
-BUILD_DEPENDS= rubygem-mixlib-log>=1.1.0:${PORTSDIR}/devel/rubygem-mixlib-log \
+RUN_DEPENDS= ruby18-iconv>=0.0.0:${PORTSDIR}/converters/ruby-iconv \
+ rubygem-mixlib-log>=1.3.0:${PORTSDIR}/devel/rubygem-mixlib-log \
rubygem-mixlib-config>=1.1.2:${PORTSDIR}/devel/rubygem-mixlib-config \
rubygem-mixlib-cli>=1.1.0:${PORTSDIR}/devel/rubygem-mixlib-cli \
rubygem-mixlib-authentication>=1.1.2:${PORTSDIR}/devel/rubygem-mixlib-authentication \
- rubygem-extlib>=0.9.14:${PORTSDIR}/devel/rubygem-extlib \
- rubygem-json>=1.4.4:${PORTSDIR}/devel/rubygem-json \
+ rubygem-json=1.5.1:${PORTSDIR}/devel/rubygem-json \
rubygem-uuidtools>=0.0.0:${PORTSDIR}/devel/rubygem-uuidtools \
rubygem-highline>=0.0.0:${PORTSDIR}/devel/rubygem-highline \
rubygem-moneta>=0.6.0:${PORTSDIR}/devel/rubygem-moneta \
rubygem-erubis>=0.0.0:${PORTSDIR}/www/rubygem-erubis \
rubygem-rest-client>=1.0.4:${PORTSDIR}/www/rubygem-rest-client \
rubygem-bunny>=0.6.0:${PORTSDIR}/net/rubygem-bunny \
- rubygem-ohai>=0.5.7:${PORTSDIR}/sysutils/rubygem-ohai
-RUN_DEPENDS= ${BUILD_DEPENDS}
+ rubygem-ohai>=0.6.4:${PORTSDIR}/sysutils/rubygem-ohai \
+ rubygem-net-ssh>=2.1.3:${PORTSDIR}/security/rubygem-net-ssh \
+ rubygem-net-ssh-multi>=1.0.1:${PORTSDIR}/security/rubygem-net-ssh-multi \
+ rubygem-treetop>=1.4.9:${PORTSDIR}/devel/rubygem-treetop
USE_RUBY= yes
USE_RUBYGEMS= yes