facter: update to 3.12.0.

remove the shlib entry since nothing uses it and it updates on every
package update making it effectively useless
This commit is contained in:
maxice8 2018-09-21 17:32:56 -03:00 committed by maxice8
parent 30970b236b
commit 00dcadcaae
2 changed files with 4 additions and 5 deletions

View File

@ -2128,7 +2128,6 @@ libgtkimageview.so.0 gtkimageview-1.6.4_1
libgoocanvas.so.3 goocanvas1-1.0.0_1
libgoocanvas-2.0.so.9 goocanvas-2.0.4_1
libp8-platform.so.2 p8-platform-2.1.0.1_1
libfacter.so.3.11.4 facter-3.11.4_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

View File

@ -1,19 +1,19 @@
# Template file for 'facter'
pkgname=facter
version=3.11.4
revision=2
version=3.12.0
revision=1
build_style=cmake
configure_args="-DRUBY_CONFIG_INCLUDE_DIR=${XBPS_CROSS_BASE}/usr/include"
hostmakedepends="ruby-devel"
makedepends="boost-devel cpp-hocon leatherman libblkid-devel libcurl-devel
ruby-devel yaml-cpp-devel"
ruby-devel yaml-cpp-devel libblkid-devel"
depends="net-tools ruby"
short_desc="Collect and display system facts"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="Apache-2.0"
homepage="http://puppetlabs.com/facter"
distfiles="http://downloads.puppetlabs.com/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=b450ff0640cd32ea03e8bc55ecbf791477dbaea703dd8ceb8285334d25223c5a
checksum=3b4950e0284154f448a47500905a078117006b48267996ea3795da51ccead198
if [ "$XBPS_GCC_VERSION_MAJOR" -ge 8 ]; then
CXXFLAGS+=" -Wno-catch-value -Wno-stringop-truncation"