diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2011-06-25 03:37:12 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2011-06-25 03:37:12 +0000 |
commit | da172afaf52d3d34969711ee5ea6c68347bceb82 (patch) | |
tree | 017f255fc7e60bf555f62428eebd017760b54b74 /sysutils/rubygem-chef | |
parent | 1006710dbe7ccc001e35d073c5b322a3c4d98fd7 (diff) |
Notes
Diffstat (limited to 'sysutils/rubygem-chef')
-rw-r--r-- | sysutils/rubygem-chef/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/rubygem-chef/Makefile b/sysutils/rubygem-chef/Makefile index 08820e4e15b5..55558984438d 100644 --- a/sysutils/rubygem-chef/Makefile +++ b/sysutils/rubygem-chef/Makefile @@ -7,6 +7,7 @@ PORTNAME= chef PORTVERSION= 0.10.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= RG @@ -18,7 +19,7 @@ RUN_DEPENDS= ruby18-iconv>=0.0.0:${PORTSDIR}/converters/ruby-iconv \ 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.0:${PORTSDIR}/devel/rubygem-mixlib-authentication \ - rubygem-json=1.5.1:${PORTSDIR}/devel/rubygem-json \ + rubygem-json>=1.4.6:${PORTSDIR}/devel/rubygem-json146 \ rubygem-uuidtools>=0:${PORTSDIR}/devel/rubygem-uuidtools \ rubygem-highline>=0:${PORTSDIR}/devel/rubygem-highline \ rubygem-moneta>=0:${PORTSDIR}/devel/rubygem-moneta \ |