From owner-svn-ports-all@freebsd.org Sun Aug 27 19:23:45 2017 Return-Path: Delivered-To: svn-ports-all@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 C1A4FDF6611; Sun, 27 Aug 2017 19:23:45 +0000 (UTC) (envelope-from romain@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 9B6BE7FEE8; Sun, 27 Aug 2017 19:23:45 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7RJNiVx013543; Sun, 27 Aug 2017 19:23:44 GMT (envelope-from romain@FreeBSD.org) Received: (from romain@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7RJNiXm013537; Sun, 27 Aug 2017 19:23:44 GMT (envelope-from romain@FreeBSD.org) Message-Id: <201708271923.v7RJNiXm013537@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: romain set sender to romain@FreeBSD.org using -f From: =?UTF-8?Q?Romain_Tarti=c3=a8re?= Date: Sun, 27 Aug 2017 19:23:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448837 - in head/devel/leatherman: . files X-SVN-Group: ports-head X-SVN-Commit-Author: romain X-SVN-Commit-Paths: in head/devel/leatherman: . files X-SVN-Commit-Revision: 448837 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Aug 2017 19:23:45 -0000 Author: romain Date: Sun Aug 27 19:23:44 2017 New Revision: 448837 URL: https://svnweb.freebsd.org/changeset/ports/448837 Log: Update to 1.1.2 ChangeLog: https://github.com/puppetlabs/leatherman/blob/master/CHANGELOG.md#112 While here, add a workaround that prevented `make test` do succeed on some environments. Regenerate all patches via `make makepatch`. With hat: puppet Added: head/devel/leatherman/files/patch-json__container_tests_json__container__test.cc (contents, props changed) Modified: head/devel/leatherman/Makefile head/devel/leatherman/distinfo head/devel/leatherman/files/patch-cmake_cflags.cmake head/devel/leatherman/files/patch-cmake_leatherman.cmake.in Modified: head/devel/leatherman/Makefile ============================================================================== --- head/devel/leatherman/Makefile Sun Aug 27 18:33:02 2017 (r448836) +++ head/devel/leatherman/Makefile Sun Aug 27 19:23:44 2017 (r448837) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= leatherman -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= devel MAINTAINER= puppet@FreeBSD.org Modified: head/devel/leatherman/distinfo ============================================================================== --- head/devel/leatherman/distinfo Sun Aug 27 18:33:02 2017 (r448836) +++ head/devel/leatherman/distinfo Sun Aug 27 19:23:44 2017 (r448837) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503479577 -SHA256 (puppetlabs-leatherman-1.1.1_GH0.tar.gz) = 5c277b094cdfd8bfec43aef57bd02443d8789e85c203821acb7d0fbe42fa20c3 -SIZE (puppetlabs-leatherman-1.1.1_GH0.tar.gz) = 429468 +TIMESTAMP = 1503861160 +SHA256 (puppetlabs-leatherman-1.1.2_GH0.tar.gz) = 1feca2ba8472252132ad90c6bcc3fba6dbb85ee912b1cbcde9853d812d54729f +SIZE (puppetlabs-leatherman-1.1.2_GH0.tar.gz) = 430545 Modified: head/devel/leatherman/files/patch-cmake_cflags.cmake ============================================================================== --- head/devel/leatherman/files/patch-cmake_cflags.cmake Sun Aug 27 18:33:02 2017 (r448836) +++ head/devel/leatherman/files/patch-cmake_cflags.cmake Sun Aug 27 19:23:44 2017 (r448837) @@ -1,4 +1,4 @@ ---- cmake/cflags.cmake.orig +--- cmake/cflags.cmake.orig 2017-08-25 18:32:21 UTC +++ cmake/cflags.cmake @@ -2,7 +2,7 @@ # Each of our project dirs sets CMAKE_CXX_FLAGS based on these. We do @@ -9,7 +9,7 @@ # Clang warns that 'register' is deprecated; 'register' is used throughout boost, so it can't be an error yet. # The warning flag is different on different clang versions so we need to extract the clang version. -@@ -41,7 +41,7 @@ +@@ -41,7 +41,7 @@ elseif ("${CMAKE_CXX_COMPILER_ID}" STREQ set(CMAKE_CXX_FLAGS "-Wno-maybe-uninitialized ${CMAKE_CXX_FLAGS}") # missing-field-initializers is disabled because GCC can't make up their mind how to treat C++11 initializers Modified: head/devel/leatherman/files/patch-cmake_leatherman.cmake.in ============================================================================== --- head/devel/leatherman/files/patch-cmake_leatherman.cmake.in Sun Aug 27 18:33:02 2017 (r448836) +++ head/devel/leatherman/files/patch-cmake_leatherman.cmake.in Sun Aug 27 19:23:44 2017 (r448837) @@ -1,6 +1,6 @@ ---- cmake/leatherman.cmake.in.orig +--- cmake/leatherman.cmake.in.orig 2017-08-25 18:32:21 UTC +++ cmake/leatherman.cmake.in -@@ -83,11 +83,6 @@ +@@ -83,11 +83,6 @@ macro(leatherman_install) RUNTIME DESTINATION bin LIBRARY DESTINATION lib${LIB_SUFFIX} ARCHIVE DESTINATION lib${LIB_SUFFIX}) Added: head/devel/leatherman/files/patch-json__container_tests_json__container__test.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/leatherman/files/patch-json__container_tests_json__container__test.cc Sun Aug 27 19:23:44 2017 (r448837) @@ -0,0 +1,13 @@ +This is a workaround for this bug: +https://github.com/philsquared/Catch/blob/master/docs/limitations.md#clangg----skipping-leaf-sections-after-an-exception +--- json_container/tests/json_container_test.cc.orig 2017-08-25 18:32:21 UTC ++++ json_container/tests/json_container_test.cc +@@ -80,7 +80,7 @@ TEST_CASE("JsonContainer::JsonContainer + json_value = "null"; + } + +- REQUIRE_NOTHROW(JsonContainer { json_value }); ++ REQUIRE_NOTHROW(if (json_value != "") { JsonContainer { json_value };}); + } + + SECTION("it should throw a data_parse_error in case of empty string") {