Date: Wed, 22 Sep 2010 00:24:42 GMT From: "Philip M. Gollucci" <pgollucci@p6m7g8.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: renchap@cocoa-x.com Subject: ports/150829: [PATCH] sysutils/rubygem-ohai: Fix dependency versions Message-ID: <201009220024.o8M0OgIb047769@frieza.p6m7g8.net> Resent-Message-ID: <201009220030.o8M0UJiM071322@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 150829 >Category: ports >Synopsis: [PATCH] sysutils/rubygem-ohai: Fix dependency versions >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Sep 22 00:30:19 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 9.0-CURRENT amd64 >Organization: RideCharge Inc / TaxiMagic >Environment: System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #1: Tue Aug 24 18:32:38 UTC 2010 >Description: Fix dependency versions based on rubygems.org Port maintainer (renchap@cocoa-x.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- rubygem-ohai-0.5.4_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/rubygem-ohai/Makefile,v retrieving revision 1.6 diff -u -u -r1.6 Makefile --- Makefile 13 Sep 2010 23:33:44 -0000 1.6 +++ Makefile 22 Sep 2010 00:06:08 -0000 @@ -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 --- rubygem-ohai-0.5.4_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009220024.o8M0OgIb047769>