1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

Update to 3.11.0

Release notes:
https://puppet.com/docs/facter/3.11/release_notes.html

With hat:	puppet
This commit is contained in:
Romain Tartière 2018-03-26 12:43:32 +00:00
parent 3147bb6c6b
commit e351ee782a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=465585
3 changed files with 4 additions and 18 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= facter
PORTVERSION= 3.10.0
PORTVERSION= 3.11.0
CATEGORIES?= sysutils
MASTER_SITES= http://downloads.puppetlabs.com/facter/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1518767886
SHA256 (facter-3.10.0.tar.gz) = cf47fd83aef5b90b9981149ad036281661f5361e51d042585e154f894ae9a967
SIZE (facter-3.10.0.tar.gz) = 343309
TIMESTAMP = 1521881089
SHA256 (facter-3.11.0.tar.gz) = 64126d8c03b9c052f52f53720f643118e81544b0d5801ad491cb5926d3455666
SIZE (facter-3.11.0.tar.gz) = 343328

View File

@ -1,14 +0,0 @@
--- lib/src/facts/freebsd/virtualization_resolver.cc.orig 2018-02-13 01:46:04 UTC
+++ lib/src/facts/freebsd/virtualization_resolver.cc
@@ -20,10 +20,7 @@ namespace facter { namespace facts { nam
string value = get_jail_vm();
if (value.empty()) {
- auto product_name = facts.get<string_value>(fact::product_name);
- if (product_name) {
- value = get_product_name_vm(product_name->value());
- }
+ value = get_fact_vm(facts);
}
return value;