Index: head/sysutils/facter/Makefile =================================================================== --- head/sysutils/facter/Makefile (revision 400832) +++ head/sysutils/facter/Makefile (revision 400833) @@ -1,32 +1,32 @@ # $FreeBSD$ PORTNAME= facter -PORTVERSION= 3.1.0 +PORTVERSION= 3.1.1 CATEGORIES= sysutils MASTER_SITES= http://downloads.puppetlabs.com/facter/ MAINTAINER= mmoll@FreeBSD.org COMMENT= Cross-platform library for retrieving facts from OS LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs \ libyaml-cpp.so:${PORTSDIR}/devel/yaml-cpp USE_LDCONFIG= yes USE_RUBY= yes USES= cmake compiler:c++11-lib CMAKE_ARGS+= -DMAN_PATH=${MANPREFIX}/man CONFLICTS_INSTALL= rubygem-facter-2* BROKEN_DragonFly= DragonFly is not supported upstream .include .if ${OPSYS} == FreeBSD && ${COMPILER_FEATURES:Mlibstdc++} BROKEN= Build with system libstdc++ is unsupported .endif .include Index: head/sysutils/facter/distinfo =================================================================== --- head/sysutils/facter/distinfo (revision 400832) +++ head/sysutils/facter/distinfo (revision 400833) @@ -1,2 +1,2 @@ -SHA256 (facter-3.1.0.tar.gz) = 637a4e9cc3283374e11949b0450d0433fabcb2e2699c5d01921e8dad9cb457dd -SIZE (facter-3.1.0.tar.gz) = 620224 +SHA256 (facter-3.1.1.tar.gz) = e60e02bf13020c5ddc59111204e282365eacbff325b62e5660772e17bf2476e5 +SIZE (facter-3.1.1.tar.gz) = 601017 Index: head/sysutils/facter/files/patch-lib_.gemspec.in =================================================================== --- head/sysutils/facter/files/patch-lib_.gemspec.in (nonexistent) +++ head/sysutils/facter/files/patch-lib_.gemspec.in (revision 400833) @@ -0,0 +1,24 @@ +--- /dev/null ++++ lib/.gemspec.in +@@ -0,0 +1,21 @@ ++# -*- encoding: utf-8 -*- ++ ++Gem::Specification.new do |s| ++ s.name = "facter" ++ version = "@LIBFACTER_VERSION_MAJOR@.@LIBFACTER_VERSION_MINOR@.@LIBFACTER_VERSION_PATCH@" ++ mdata = version.match(/(\d+\.\d+\.\d+)/) ++ s.version = mdata ? mdata[1] : version ++ ++ s.required_rubygems_version = Gem::Requirement.new(">= 0") ++ s.authors = ["Puppet Labs"] ++ s.date = "2015-10-22" ++ s.description = "You can prove anything with facts!" ++ s.email = "info@puppetlabs.com" ++ s.files = ["bin/facter"] ++ s.homepage = "https://puppetlabs.com" ++ s.require_paths = ["lib"] ++ s.summary = "Facter, a system inventory tool" ++ s.specification_version = 3 ++ s.required_ruby_version = '~> 2.1.7' ++ ++end Property changes on: head/sysutils/facter/files/patch-lib_.gemspec.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/sysutils/facter/pkg-plist =================================================================== --- head/sysutils/facter/pkg-plist (revision 400832) +++ head/sysutils/facter/pkg-plist (revision 400833) @@ -1,21 +1,21 @@ bin/facter include/facter/export.h include/facter/facts/array_value.hpp include/facter/facts/collection.hpp include/facter/facts/external/resolver.hpp include/facter/facts/fact.hpp include/facter/facts/map_value.hpp include/facter/facts/os.hpp include/facter/facts/os_family.hpp include/facter/facts/resolver.hpp include/facter/facts/scalar_value.hpp include/facter/facts/value.hpp include/facter/facts/vm.hpp include/facter/logging/logging.hpp include/facter/ruby/ruby.hpp include/facter/util/string.hpp include/facter/version.h lib/libfacter.so -lib/libfacter.so.3.1.0 +lib/libfacter.so.3.1.1 lib/ruby/vendor_ruby/facter.rb man/man8/facter.8.gz