Index: head/devel/leatherman/Makefile =================================================================== --- head/devel/leatherman/Makefile (revision 480247) +++ head/devel/leatherman/Makefile (revision 480248) @@ -1,29 +1,28 @@ # $FreeBSD$ PORTNAME= leatherman -PORTVERSION= 1.4.2 -PORTREVISION= 1 +PORTVERSION= 1.5.0 CATEGORIES= devel MAINTAINER= puppet@FreeBSD.org COMMENT= Leatherman C++ Tool library LICENSE= APACHE20 BROKEN_powerpc64= fails to compile: cc1plus: error: unrecognized command line option "-std=c++11" LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libcurl.so:ftp/curl USES= cmake:outsource gettext USE_GITHUB= yes GH_ACCOUNT= puppetlabs USE_RUBY= yes CMAKE_ARGS= -DLEATHERMAN_SHARED:BOOL=ON USE_LDCONFIG= yes TEST_TARGET= test PLIST_SUB= PORTVERSION=${PORTVERSION} .include Index: head/devel/leatherman/distinfo =================================================================== --- head/devel/leatherman/distinfo (revision 480247) +++ head/devel/leatherman/distinfo (revision 480248) @@ -1,3 +1,3 @@ -TIMESTAMP = 1530532778 -SHA256 (puppetlabs-leatherman-1.4.2_GH0.tar.gz) = 32ccdb21db3ccc326bac255b35fc6c16b2ddbe39bbd5afdddcadc622e2814fc2 -SIZE (puppetlabs-leatherman-1.4.2_GH0.tar.gz) = 814263 +TIMESTAMP = 1537283687 +SHA256 (puppetlabs-leatherman-1.5.0_GH0.tar.gz) = f7da4432ecaf1c4bfc7cfd398bcf76f9b90c27bce5d4b94111fc07b021407ad8 +SIZE (puppetlabs-leatherman-1.5.0_GH0.tar.gz) = 814292 Index: head/devel/leatherman/files/patch-json__container_tests_json__container__test.cc =================================================================== --- head/devel/leatherman/files/patch-json__container_tests_json__container__test.cc (nonexistent) +++ head/devel/leatherman/files/patch-json__container_tests_json__container__test.cc (revision 480248) @@ -0,0 +1,16 @@ +--- json_container/tests/json_container_test.cc.orig ++++ json_container/tests/json_container_test.cc +@@ -22,11 +22,13 @@ + std::string json_value {}; + + SECTION("it should instantiate by passing any JSON value") { ++ json_value = "{}"; + SECTION("object") { + json_value = JSON; + } + + SECTION("array") { ++ json_value = "[]"; + SECTION("of numbers") { + json_value = "[1, 2, 3]"; + } Property changes on: head/devel/leatherman/files/patch-json__container_tests_json__container__test.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property