update to facter-3.1.8

This commit is contained in:
jasper 2016-06-02 07:36:19 +00:00
parent b6542232ad
commit 8dad2fd86f
3 changed files with 8 additions and 9 deletions

View File

@ -1,10 +1,9 @@
# $OpenBSD: Makefile,v 1.29 2016/05/31 18:40:06 jasper Exp $
# $OpenBSD: Makefile,v 1.30 2016/06/02 07:36:19 jasper Exp $
# XXXTODO: Subpackage facter.jar for use with puppetserver
COMMENT = collect and display system facts
DISTNAME = facter-3.1.7
REVISION = 0
DISTNAME = facter-3.1.8
SHARED_LIBS += facter 3.0 # 3.2
PKGSPEC = facter->=3.0,<4.0
CATEGORIES = sysutils

View File

@ -1,2 +1,2 @@
SHA256 (facter-3.1.7.tar.gz) = e5SIJACvOqe2vw4mBgiqW6prb8TgXt0X/jpl9X6UH8U=
SIZE (facter-3.1.7.tar.gz) = 296943
SHA256 (facter-3.1.8.tar.gz) = Sd7OcAd1CiTxaltvU/qbucFzL+yOBN9UlH6WuoqTDro=
SIZE (facter-3.1.8.tar.gz) = 297088

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-CMakeLists_txt,v 1.7 2016/05/30 17:01:44 jasper Exp $
$OpenBSD: patch-CMakeLists_txt,v 1.8 2016/06/02 07:36:19 jasper Exp $
https://github.com/puppetlabs/facter/pull/1342
--- CMakeLists.txt.orig Wed Apr 27 17:53:21 2016
+++ CMakeLists.txt Wed Apr 27 17:53:37 2016
@@ -45,7 +45,7 @@ SET(LEATHERMAN_COMPONENTS locale catch nowide logging
--- CMakeLists.txt.orig Wed Jun 1 20:11:33 2016
+++ CMakeLists.txt Thu Jun 2 08:55:31 2016
@@ -51,7 +51,7 @@ SET(LEATHERMAN_COMPONENTS locale catch nowide logging
# We look for curl early, because whether or not we link to the leatherman curl library
# is dependant on whether or not we find curl on the system.