From owner-svn-ports-head@freebsd.org Thu Nov 19 12:36:56 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 01FB9A33C15; Thu, 19 Nov 2015 12:36:56 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A7E951207; Thu, 19 Nov 2015 12:36:55 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAJCas9i038437; Thu, 19 Nov 2015 12:36:54 GMT (envelope-from mmoll@FreeBSD.org) Received: (from mmoll@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAJCasgj038434; Thu, 19 Nov 2015 12:36:54 GMT (envelope-from mmoll@FreeBSD.org) Message-Id: <201511191236.tAJCasgj038434@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmoll set sender to mmoll@FreeBSD.org using -f From: Michael Moll Date: Thu, 19 Nov 2015 12:36:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401941 - in head/sysutils/facter: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2015 12:36:56 -0000 Author: mmoll Date: Thu Nov 19 12:36:54 2015 New Revision: 401941 URL: https://svnweb.freebsd.org/changeset/ports/401941 Log: sysutils/facter: udpate to 3.1.2 Deleted: head/sysutils/facter/files/patch-lib_.gemspec.in Modified: head/sysutils/facter/Makefile head/sysutils/facter/distinfo head/sysutils/facter/pkg-plist Modified: head/sysutils/facter/Makefile ============================================================================== --- head/sysutils/facter/Makefile Thu Nov 19 12:10:52 2015 (r401940) +++ head/sysutils/facter/Makefile Thu Nov 19 12:36:54 2015 (r401941) @@ -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 Modified: head/sysutils/facter/distinfo ============================================================================== --- head/sysutils/facter/distinfo Thu Nov 19 12:10:52 2015 (r401940) +++ head/sysutils/facter/distinfo Thu Nov 19 12:36:54 2015 (r401941) @@ -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 Modified: head/sysutils/facter/pkg-plist ============================================================================== --- head/sysutils/facter/pkg-plist Thu Nov 19 12:10:52 2015 (r401940) +++ head/sysutils/facter/pkg-plist Thu Nov 19 12:36:54 2015 (r401941) @@ -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