From 852b163dc4edd359f7ffe035ac84cded55b233f3 Mon Sep 17 00:00:00 2001 From: Juergen Buchmueller Date: Tue, 27 Dec 2016 09:02:32 +0100 Subject: [PATCH] facter: update to 3.5.0 --- common/shlibs | 2 +- srcpkgs/facter/template | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/common/shlibs b/common/shlibs index e93f162a617..e3f02aa80f3 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2163,7 +2163,7 @@ libgtkimageview.so.0 gtkimageview-1.6.4_1 libgoocanvas.so.3 goocanvas1-1.0.0_1 libplatform.so.2.0 platform-2.0.1_1 libp8-platform.so.2.0 p8-platform-2.0.1_1 -libfacter.so.3.4.1 facter-3.4.1_1 +libfacter.so.3.5.0 facter-3.5.0_1 libOIS-1.3.0.so ois-1.3_1 libSILLY.so.1 silly-0.1.0_1 libkeybinder-3.0.so.0 libkeybinder3-0.3.0_1 diff --git a/srcpkgs/facter/template b/srcpkgs/facter/template index a24c31a2427..e8efd821e78 100644 --- a/srcpkgs/facter/template +++ b/srcpkgs/facter/template @@ -1,7 +1,7 @@ # Template file for 'facter' pkgname=facter -version=3.4.1 -revision=5 +version=3.5.0 +revision=1 build_style=cmake configure_args="-DRUBY_CONFIG_INCLUDE_DIR=${XBPS_CROSS_BASE}/usr/include" hostmakedepends="ruby-devel" @@ -13,7 +13,12 @@ maintainer="Juan RP " license="Apache-2.0" homepage="http://puppetlabs.com/facter" distfiles="http://downloads.puppetlabs.com/$pkgname/$pkgname-$version.tar.gz" -checksum=92d566ba728d24484a12aa9bfdea0ed0f7cfb3b0e04a14bbad705064a2c57bef +checksum=e9ac146293ab00694fb049379d3d6fb9ea5bb397d174c97a65d22f9b8b62e178 + +pre_configure() { + # Subdirectory does not exist (in distfile). + sed -i CMakeLists.txt -e "/^add_subdirectory(locales)/d" +} post_install() { vlicense LICENSE