Index: head/devel/leatherman/Makefile =================================================================== --- head/devel/leatherman/Makefile (revision 497743) +++ head/devel/leatherman/Makefile (revision 497744) @@ -1,28 +1,27 @@ # $FreeBSD$ PORTNAME= leatherman -PORTVERSION= 1.5.4 -PORTREVISION= 2 +PORTVERSION= 1.6.0 CATEGORIES= devel MAINTAINER= puppet@FreeBSD.org COMMENT= Leatherman C++ Tool library LICENSE= APACHE20 LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libcurl.so:ftp/curl USES= compiler:c++11-lang cmake gettext USE_GITHUB= yes GH_ACCOUNT= puppetlabs USE_RUBY= yes CMAKE_ON= LEATHERMAN_SHARED CMAKE_OFF= ENABLE_CXX_WERROR USE_LDCONFIG= yes TEST_TARGET= test PLIST_SUB= PORTVERSION=${PORTVERSION} .include Index: head/devel/leatherman/distinfo =================================================================== --- head/devel/leatherman/distinfo (revision 497743) +++ head/devel/leatherman/distinfo (revision 497744) @@ -1,3 +1,3 @@ -TIMESTAMP = 1545174153 -SHA256 (puppetlabs-leatherman-1.5.4_GH0.tar.gz) = f4b777de15f89ee0f5db99d065ca96290559e91ceadee39671e0f68318c84f97 -SIZE (puppetlabs-leatherman-1.5.4_GH0.tar.gz) = 814395 +TIMESTAMP = 1553537986 +SHA256 (puppetlabs-leatherman-1.6.0_GH0.tar.gz) = bc5a157a9bab1dfa466ff1d70e040c4be0430ebd635e974ef09a49008cfab835 +SIZE (puppetlabs-leatherman-1.6.0_GH0.tar.gz) = 814463 Index: head/devel/leatherman/files/patch-execution_src_posix_execution.cc =================================================================== --- head/devel/leatherman/files/patch-execution_src_posix_execution.cc (revision 497743) +++ head/devel/leatherman/files/patch-execution_src_posix_execution.cc (nonexistent) @@ -1,13 +0,0 @@ ---- execution/src/posix/execution.cc.orig 2018-09-29 16:21:31 UTC -+++ execution/src/posix/execution.cc -@@ -314,9 +314,7 @@ namespace leatherman { namespace executi - } - - // Close all open file descriptors above stderr -- for (uint64_t i = (STDERR_FILENO + 1); i < max_fd; ++i) { -- close(i); -- } -+ closefrom(STDERR_FILENO + 1); - - // Execute the given program; this should not return if successful - execve(program, const_cast(argv), const_cast(envp)); Property changes on: head/devel/leatherman/files/patch-execution_src_posix_execution.cc ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property