Index: head/sysutils/facter/Makefile =================================================================== --- head/sysutils/facter/Makefile (revision 401940) +++ head/sysutils/facter/Makefile (revision 401941) @@ -1,32 +1,34 @@ # $FreeBSD$ PORTNAME= facter -PORTVERSION= 3.1.1 +PORTVERSION= 3.1.2 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 + +PLIST_SUB+= PORTVERSION="${PORTVERSION}" 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 401940) +++ head/sysutils/facter/distinfo (revision 401941) @@ -1,2 +1,2 @@ -SHA256 (facter-3.1.1.tar.gz) = e60e02bf13020c5ddc59111204e282365eacbff325b62e5660772e17bf2476e5 -SIZE (facter-3.1.1.tar.gz) = 601017 +SHA256 (facter-3.1.2.tar.gz) = 9da41388127b7c02f9ac17945dad48332e62d663191bf51b2339c48222641c26 +SIZE (facter-3.1.2.tar.gz) = 603375 Index: head/sysutils/facter/files/patch-lib_.gemspec.in =================================================================== --- head/sysutils/facter/files/patch-lib_.gemspec.in (revision 401940) +++ head/sysutils/facter/files/patch-lib_.gemspec.in (nonexistent) @@ -1,24 +0,0 @@ ---- /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 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/facter/pkg-plist =================================================================== --- head/sysutils/facter/pkg-plist (revision 401940) +++ head/sysutils/facter/pkg-plist (revision 401941) @@ -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.1 +lib/libfacter.so.%%PORTVERSION%% lib/ruby/vendor_ruby/facter.rb man/man8/facter.8.gz