diff --git a/srcpkgs/cpp-hocon/patches/boost-filesystem.patch b/srcpkgs/cpp-hocon/patches/boost-filesystem.patch deleted file mode 100644 index 0c7b0415917..00000000000 --- a/srcpkgs/cpp-hocon/patches/boost-filesystem.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- CMakeLists.txt 2018-10-11 18:55:40.000000000 +0200 -+++ - 2020-01-10 18:45:11.754965457 +0100 -@@ -42,7 +42,7 @@ - set(BOOST_COMPONENTS regex) - endif() - --list(APPEND BOOST_COMPONENTS thread date_time chrono system program_options) -+list(APPEND BOOST_COMPONENTS thread date_time chrono system program_options filesystem) - - # Add other dependencies - find_package(Boost 1.54 REQUIRED COMPONENTS ${BOOST_COMPONENTS}) diff --git a/srcpkgs/cpp-hocon/template b/srcpkgs/cpp-hocon/template index 1b12f526435..550da5ef07c 100644 --- a/srcpkgs/cpp-hocon/template +++ b/srcpkgs/cpp-hocon/template @@ -1,7 +1,7 @@ # Template file for 'cpp-hocon' pkgname=cpp-hocon -version=0.2.1 -revision=11 +version=0.2.2 +revision=1 build_style=cmake hostmakedepends="pkg-config" makedepends="boost-devel leatherman-devel libcurl-devel" @@ -11,6 +11,6 @@ maintainer="Jürgen Buchmüller " license="Apache-2.0" homepage="https://github.com/puppetlabs/cpp-hocon/" distfiles="https://github.com/puppetlabs/cpp-hocon/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz" -checksum=6ddd08f0ec7915fff2f07385926a137b09f6ff58506a7467fa2c954585479e36 +checksum=25fa74c43c100d1cf2632a4c23b9b1c4984dffd8e8040331bc257da711668eb6 CXXFLAGS+=" -Wno-catch-value"