aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rubygem-ohai
Commit message (Collapse)AuthorAgeFilesLines
* - GEMS are always RUN_DEPENDS of other GEMSPhilip M. Gollucci2010-06-061-2/+1
| | | | | | | | | | | | | - Bump PORTREVISION when something other then BUILD_DEPENDS changes - Some minor verticle whitespace in some ports for consistency with the rest PR: ports/147551 Submitted by: pgollucci@ (myself) Reviewed by: portmgr (pav) With Hat: ruby Notes: svn path=/head/; revision=255916
* - No need to mess with FETCH_ARGS anymore.Philip M. Gollucci2010-06-061-3/+0
| | | | | | | | | rubygems.org (RG) doesn't do redirects. With Hat: ruby@ Notes: svn path=/head/; revision=255872
* - Convert MASTER_SITES to RGPhilip M. Gollucci2010-05-271-1/+1
| | | | | | | | | | | | | PR: ports/147013 ports/147014 ports/147015 ports/147016 ports/147017 ports/147018 ports/147019 ports/147020 ports/147033 ports/147034 ports/147035 ports/147036 ports/147037 ports/147038 ports/147040 ports/147041 ports/147042 Submitted by: pgollucci@ (myself) With Hat: ruby@ Notes: svn path=/head/; revision=255155
* - Update to 0.5.4Martin Wilke2010-05-222-4/+4
| | | | | | | | PR: 146702 Submitted by: Renaud Chaput <renchap@cocoa-x.com> (maintainer) Notes: svn path=/head/; revision=254779
* Ohai detects data about your operating system. It can be used standalone, butMartin Wilke2010-04-243-0/+43
it's primary purpose is to provide node data to Chef. Ohai will print out a JSON data blob for all the known data about your system. When used with Chef, that data is reported back via node attributes. WWW: http://wiki.opscode.com/display/ohai/Home PR: ports/145850 Submitted by: Renaud Chaput <renchap at cocoa-x.com> Notes: svn path=/head/; revision=253167