update to facter-1.5.6
reminded and similar diff by Toni Mueller
This commit is contained in:
parent
c8845dcdaf
commit
93999caa6c
@ -1,14 +1,13 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2008/07/12 08:07:23 msf Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2009/09/21 07:31:14 msf Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= Ruby library for retrieving facts from operating systems
|
||||
|
||||
VERSION= 1.5.0
|
||||
VERSION= 1.5.6
|
||||
DISTNAME= facter-${VERSION}
|
||||
PKGNAME= ruby-${DISTNAME}
|
||||
CATEGORIES= sysutils
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
HOMEPAGE= http://reductivelabs.com/projects/facter/
|
||||
MASTER_SITES= http://reductivelabs.com/downloads/facter/
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (facter-1.5.0.tgz) = kTU5Ff7hwiyQFv/tEV8KvQ==
|
||||
RMD160 (facter-1.5.0.tgz) = S1nWJn2nFknJXxPnX4Zt3Dhh/R8=
|
||||
SHA1 (facter-1.5.0.tgz) = Yt0Gm42ETWVmP7l9l9I5k8S7SqI=
|
||||
SHA256 (facter-1.5.0.tgz) = vml2OqqvloBOSqY7gVdJv22J0l89EiH+jSR7bWnJr6A=
|
||||
SIZE (facter-1.5.0.tgz) = 42325
|
||||
MD5 (facter-1.5.6.tar.gz) = 8u2mUMrf2vVJ+rGkNsDbTQ==
|
||||
RMD160 (facter-1.5.6.tar.gz) = wNvmYKrgl1gpAjC2Jk0u4YoHL+8=
|
||||
SHA1 (facter-1.5.6.tar.gz) = pI1+boYZnbFqZHND4NwF4UPwDbQ=
|
||||
SHA256 (facter-1.5.6.tar.gz) = VMr5Tj1CmjnCljKRnnkmY2aFaCxpETWFZzE2cB38K0w=
|
||||
SIZE (facter-1.5.6.tar.gz) = 66356
|
||||
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-spec_spec_helper_rb,v 1.1 2008/07/11 10:39:10 msf Exp $
|
||||
--- spec/spec_helper.rb.orig Fri Jul 11 15:10:01 2008
|
||||
+++ spec/spec_helper.rb Fri Jul 11 15:10:10 2008
|
||||
@@ -13,6 +13,7 @@ Dir["#{dir}/../vendor/gems/**"].each do |path|
|
||||
end
|
||||
end
|
||||
|
||||
+require 'rubygems'
|
||||
require 'mocha'
|
||||
require 'spec'
|
||||
require 'facter'
|
@ -1,21 +1,24 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2008/07/11 10:39:10 msf Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2009/09/21 07:31:14 msf Exp $
|
||||
bin/facter
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/facter/
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/facter.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/facter/Cfkey.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/facter/architecture.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/facter/domain.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/facter/ec2.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/facter/facterversion.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/facter/fqdn.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/facter/hardwareisa.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/facter/hardwaremodel.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/facter/hostname.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/facter/id.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/facter/interfaces.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/facter/ipaddress.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/facter/iphostnumber.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/facter/ipmess.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/facter/kernel.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/facter/kernelmajversion.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/facter/kernelrelease.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/facter/kernelversion.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/facter/lsb.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/facter/lsbmajdistrelease.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/facter/macaddress.rb
|
||||
@ -23,15 +26,20 @@ lib/ruby/site_ruby/${MODRUBY_REV}/facter/macosx.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/facter/manufacturer.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/facter/memory.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/facter/netmask.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/facter/network.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/facter/operatingsystem.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/facter/operatingsystemrelease.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/facter/physicalprocessorcount.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/facter/processor.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/facter/ps.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/facter/puppetversion.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/facter/rubysitedir.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/facter/rubyversion.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/facter/selinux.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/facter/ssh.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/facter/timezone.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/facter/uniqueid.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/facter/uptime.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/facter/util/
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/facter/util/collection.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/facter/util/confine.rb
|
||||
@ -47,5 +55,8 @@ lib/ruby/site_ruby/${MODRUBY_REV}/facter/util/plist.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/facter/util/plist/generator.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/facter/util/plist/parser.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/facter/util/resolution.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/facter/util/uptime.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/facter/util/values.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/facter/virtual.rb
|
||||
share/examples/ruby-facter/
|
||||
share/examples/ruby-facter/facter.conf
|
||||
|
Loading…
Reference in New Issue
Block a user