diff options
author | taca <taca> | 2011-08-12 17:14:42 +0000 |
---|---|---|
committer | taca <taca> | 2011-08-12 17:14:42 +0000 |
commit | e44cc5c35f0dc69d37141b2e3e541347f96285d6 (patch) | |
tree | a52b865ab1ae4e656d9f779781532d497388075b /sysutils/ruby-facter | |
parent | 451d71059cbaab63c8343540602664062be51674 (diff) | |
download | pkgsrc-e44cc5c35f0dc69d37141b2e3e541347f96285d6.tar.gz |
Update sysutils/ruby-facter package to 1.6.0.
1.6.0
===
9404a7a (#7670) Add an acceptance test
0c23845 maint: Fix spelling of acceptance directory
926e912 (#7670) Stop preloading all facts in the application
2255abe (#7670) Never fail to find a fact that is present
8002c24 (#7507) Fix 1.9.2 test failure
0635822 Removed inappropriately uncredited Ohai method from ec2 fact
6b1cd16 (#6614) Update ipaddress6 fact to work with Ruby 1.9
21fe217 (#6612) Changed uptime spec to be endian agnostic
19f96b5 (#6728) Facter improperly detects openvzve on CloudLinux systems
5b10173 (#5135) Fix faulty logic in physicalprocessorcount
53cd946 Ensures that ARP facts are returned only on EC2 hosts
bfa038d Fixed #6974 - Moved to Apache 2.0 license
d56bca8 refactor the mechanism for allowing for resolution ordering to be influenced
9f4c5c6 (#6740) facter doesn't always respect facts in environment variables
7441b32 Partial fix for #6971 - Fix for virtual tests
7f3e89d (#2714) Fixed faulty test
bfc16f6 (#2714) Added timeout to prtdiag resulution
c2ff833 (#5135) Refactored physicalprocessorcount
0c4a98b Re-factor. Do not use pure-Ruby file reading against "/proc/cpuinfo" and possibly any entry under "/sys" from the sysfs file system.
cb52b06 Fix. Using sysfs file system entries to count the number of physical CPUs. Fall-back to "/proc/cpuinfo" included for backward-compatibility with legacy systems.
3efa9d7 (#3856) Add virtualbox detection via lspci (graphics card), dmidecode, and prtdiag for Solaris and corresponding tests. Darwin case is not handled yet.
7c80172 (#6883) Update Facter install.rb to be slightly more informative.
d31e3f9 (#5394) Document each Facter fact.
af4947c (#6862) Add a default subject for the mail_patches rake task
d6967a0 (#6613) Switch solaris macaddress fact to netstat
e056218 (#6817) Fix for Ruby 1.9 by calling .each_line on a string
861c2b2 maint: cleanup whitespace
f6c9927 (#6719) Corrected faulty logic in bugfix
e42e57c (#3856) Add virtualbox detection via lspci (graphics card), dmidecode, and prtdiag for Solaris and corresponding tests. Darwin case is not handled yet.
0b5b546 (#6883) Update Facter install.rb to be slightly more informative.
7c08270 (#5394) Document each Facter fact.
06eb3f5 (#6883) Update Facter install.rb to be slightly more informative.
1063753 (#6862) Add a default subject for the mail_patches rake task
56b5f10 (#6613) Switch solaris macaddress fact to netstat
fd4f31c (#6817) Fix for Ruby 1.9 by calling .each_line on a string
72996ff maint: cleanup whitespace
Diffstat (limited to 'sysutils/ruby-facter')
-rw-r--r-- | sysutils/ruby-facter/Makefile | 4 | ||||
-rw-r--r-- | sysutils/ruby-facter/PLIST | 12 | ||||
-rw-r--r-- | sysutils/ruby-facter/distinfo | 8 |
3 files changed, 11 insertions, 13 deletions
diff --git a/sysutils/ruby-facter/Makefile b/sysutils/ruby-facter/Makefile index 6b7bde1a560..8d03bedec8c 100644 --- a/sysutils/ruby-facter/Makefile +++ b/sysutils/ruby-facter/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2011/06/19 03:23:13 taca Exp $ +# $NetBSD: Makefile,v 1.9 2011/08/12 17:14:42 taca Exp $ -DISTNAME= facter-1.5.9 +DISTNAME= facter-1.6.0 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= sysutils MASTER_SITES= http://reductivelabs.com/downloads/gems/ diff --git a/sysutils/ruby-facter/PLIST b/sysutils/ruby-facter/PLIST index f333b6557a0..a3e1776128f 100644 --- a/sysutils/ruby-facter/PLIST +++ b/sysutils/ruby-facter/PLIST @@ -1,14 +1,11 @@ -@comment $NetBSD: PLIST,v 1.9 2011/06/19 03:23:13 taca Exp $ +@comment $NetBSD: PLIST,v 1.10 2011/08/12 17:14:42 taca Exp $ bin/facter ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/CHANGELOG -${GEM_LIBDIR}/COPYING ${GEM_LIBDIR}/INSTALL ${GEM_LIBDIR}/LICENSE -${GEM_LIBDIR}/README -${GEM_LIBDIR}/README.rst +${GEM_LIBDIR}/README.md ${GEM_LIBDIR}/Rakefile -${GEM_LIBDIR}/TODO ${GEM_LIBDIR}/bin/facter ${GEM_LIBDIR}/conf/osx/PackageInfo.plist ${GEM_LIBDIR}/conf/osx/createpackage.sh @@ -63,7 +60,6 @@ ${GEM_LIBDIR}/lib/facter/uptime.rb ${GEM_LIBDIR}/lib/facter/uptime_days.rb ${GEM_LIBDIR}/lib/facter/uptime_hours.rb ${GEM_LIBDIR}/lib/facter/uptime_seconds.rb -${GEM_LIBDIR}/lib/facter/util/#uptime.rb# ${GEM_LIBDIR}/lib/facter/util/collection.rb ${GEM_LIBDIR}/lib/facter/util/confine.rb ${GEM_LIBDIR}/lib/facter/util/fact.rb @@ -121,7 +117,8 @@ ${GEM_LIBDIR}/spec/fixtures/netstat/open_solaris_10 ${GEM_LIBDIR}/spec/fixtures/netstat/open_solaris_b132 ${GEM_LIBDIR}/spec/fixtures/netstat/ubuntu_7_04 ${GEM_LIBDIR}/spec/fixtures/uptime/kstat_boot_time -${GEM_LIBDIR}/spec/fixtures/uptime/sysctl_kern_boottime +${GEM_LIBDIR}/spec/fixtures/uptime/sysctl_kern_boottime_big_endian +${GEM_LIBDIR}/spec/fixtures/uptime/sysctl_kern_boottime_little_endian ${GEM_LIBDIR}/spec/fixtures/uptime/ubuntu_proc_uptime ${GEM_LIBDIR}/spec/fixtures/uptime/who_b_boottime ${GEM_LIBDIR}/spec/fixtures/virtual/proc_self_status/vserver_2_1/guest @@ -154,6 +151,7 @@ ${GEM_LIBDIR}/spec/unit/ipaddress6_spec.rb ${GEM_LIBDIR}/spec/unit/memory_spec.rb ${GEM_LIBDIR}/spec/unit/operatingsystem_spec.rb ${GEM_LIBDIR}/spec/unit/operatingsystemrelease_spec.rb +${GEM_LIBDIR}/spec/unit/physicalprocessorcount_spec.rb ${GEM_LIBDIR}/spec/unit/selinux_spec.rb ${GEM_LIBDIR}/spec/unit/uptime_spec.rb ${GEM_LIBDIR}/spec/unit/util/collection_spec.rb diff --git a/sysutils/ruby-facter/distinfo b/sysutils/ruby-facter/distinfo index 0beaabd8b33..22aceb1caa9 100644 --- a/sysutils/ruby-facter/distinfo +++ b/sysutils/ruby-facter/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2011/06/19 03:23:13 taca Exp $ +$NetBSD: distinfo,v 1.8 2011/08/12 17:14:42 taca Exp $ -SHA1 (facter-1.5.9.gem) = cc4454112cd7a2898c0379390dc17b93d416a6c0 -RMD160 (facter-1.5.9.gem) = ffd09991d87efb64a042847613df2cdaeabded14 -Size (facter-1.5.9.gem) = 91648 bytes +SHA1 (facter-1.6.0.gem) = 119be13efebf55bf42b91d3b6b873744fe12d7ad +RMD160 (facter-1.6.0.gem) = c2fd08c1b3a7c62d249a3d60e2e7a9c809f410b7 +Size (facter-1.6.0.gem) = 90624 bytes |