aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/rubygem-ohai/Makefile
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2010-10-05 16:27:31 +0800
committerpgollucci <pgollucci@FreeBSD.org>2010-10-05 16:27:31 +0800
commitbc480f2c3f893c127486ba9737d306413dfd9443 (patch)
tree9de60fd1675c9308e4f79bb848349cfb0467fe46 /sysutils/rubygem-ohai/Makefile
parent0f30d97a1368f6c230a71c2a12800395290babf6 (diff)
downloadfreebsd-ports-gnome-bc480f2c3f893c127486ba9737d306413dfd9443.tar.gz
freebsd-ports-gnome-bc480f2c3f893c127486ba9737d306413dfd9443.tar.zst
freebsd-ports-gnome-bc480f2c3f893c127486ba9737d306413dfd9443.zip
- Fix dependency versions
PR: ports/150829 Submitted by: myself (pgollucci) Approved by: maintainer timeout (renchap@cocoa-x.com ; 14 days) Sponsored by: RideCharge Inc. / TaxiMagic
Diffstat (limited to 'sysutils/rubygem-ohai/Makefile')
-rw-r--r--sysutils/rubygem-ohai/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/sysutils/rubygem-ohai/Makefile b/sysutils/rubygem-ohai/Makefile
index 7eb4ab88b189..9e93914cbe28 100644
--- a/sysutils/rubygem-ohai/Makefile
+++ b/sysutils/rubygem-ohai/Makefile
@@ -7,17 +7,18 @@
PORTNAME= ohai
PORTVERSION= 0.5.4
+PORTREVISION= 1
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= renchap@cocoa-x.com
COMMENT= Ohai profiles your system and emits JSON
-RUN_DEPENDS= rubygem-mixlib-log>=1.1.0:${PORTSDIR}/devel/rubygem-mixlib-log \
- rubygem-mixlib-config>=1.1.0:${PORTSDIR}/devel/rubygem-mixlib-config \
- rubygem-mixlib-cli>=1.1.0:${PORTSDIR}/devel/rubygem-mixlib-cli \
- rubygem-systemu>=1.2.0:${PORTSDIR}/devel/rubygem-systemu \
- rubygem-extlib>=0.9.14:${PORTSDIR}/devel/rubygem-extlib \
+RUN_DEPENDS= rubygem-mixlib-log>=0:${PORTSDIR}/devel/rubygem-mixlib-log \
+ rubygem-mixlib-config>=0:${PORTSDIR}/devel/rubygem-mixlib-config \
+ rubygem-mixlib-cli>=0:${PORTSDIR}/devel/rubygem-mixlib-cli \
+ rubygem-systemu>=0:${PORTSDIR}/devel/rubygem-systemu \
+ rubygem-extlib>=0:${PORTSDIR}/devel/rubygem-extlib \
rubygem-json>=1.1.9:${PORTSDIR}/devel/rubygem-json
USE_RUBY= yes