1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

sysutils/facter: udpate to 3.1.2

This commit is contained in:
Michael Moll 2015-11-19 12:36:54 +00:00
parent 2f9b1aba15
commit 710fe56355
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401941
4 changed files with 6 additions and 28 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= facter
PORTVERSION= 3.1.1
PORTVERSION= 3.1.2
CATEGORIES= sysutils
MASTER_SITES= http://downloads.puppetlabs.com/facter/
@ -14,6 +14,8 @@ 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

View File

@ -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

View File

@ -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

View File

@ -16,6 +16,6 @@ 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