1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

sysutils/facter: update to 3.1.1

This commit is contained in:
Michael Moll 2015-11-05 10:39:46 +00:00
parent 19bccf2f61
commit 61df5687ca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=400833
4 changed files with 28 additions and 4 deletions

View File

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

View File

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

View File

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

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.0
lib/libfacter.so.3.1.1
lib/ruby/vendor_ruby/facter.rb
man/man8/facter.8.gz