Index: head/devel/leatherman/Makefile =================================================================== --- head/devel/leatherman/Makefile (revision 446767) +++ head/devel/leatherman/Makefile (revision 446768) @@ -1,29 +1,30 @@ # $FreeBSD$ PORTNAME= leatherman -PORTVERSION= 0.10.1 +PORTVERSION= 1.0.0 PORTREVISION= 1 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 BROKEN_armv6= fails to configure: CMake: execution of make failed BROKEN_powerpc64= fails to compile: cc1plus: error: unrecognized command line option "-std=c++11" USE_GITHUB= yes GH_ACCOUNT= puppetlabs -USES= cmake +USES= cmake gettext 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 446767) +++ head/devel/leatherman/distinfo (revision 446768) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483588778 -SHA256 (puppetlabs-leatherman-0.10.1_GH0.tar.gz) = 79b0eded49a02cb8f6ce6260ae39e3f1bdd2dc2c62c02f661308e04c08edb69e -SIZE (puppetlabs-leatherman-0.10.1_GH0.tar.gz) = 423218 +TIMESTAMP = 1499512611 +SHA256 (puppetlabs-leatherman-1.0.0_GH0.tar.gz) = 4bcb8eaf08429e9e62cc6fcbfc1f216bd2eff800f751dbacabbec7d714ed21a2 +SIZE (puppetlabs-leatherman-1.0.0_GH0.tar.gz) = 423859 Index: head/devel/leatherman/files/patch-cmake_leatherman.cmake =================================================================== --- head/devel/leatherman/files/patch-cmake_leatherman.cmake (revision 446767) +++ head/devel/leatherman/files/patch-cmake_leatherman.cmake (nonexistent) @@ -1,14 +0,0 @@ ---- cmake/leatherman.cmake.orig 2016-12-06 01:37:41 UTC -+++ cmake/leatherman.cmake -@@ -78,11 +78,6 @@ macro(leatherman_install) - RUNTIME DESTINATION bin - LIBRARY DESTINATION lib${LIB_SUFFIX} - ARCHIVE DESTINATION lib${LIB_SUFFIX}) -- foreach(ARG ${ARGV}) -- if (TARGET ${ARG}) -- set_target_properties(${ARG} PROPERTIES PREFIX "" IMPORT_PREFIX "") -- endif() -- endforeach() - endmacro() - - # Usage: add_cppcheck_dirs(dir1 dir2) Property changes on: head/devel/leatherman/files/patch-cmake_leatherman.cmake ___________________________________________________________________ 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 Index: head/devel/leatherman/files/patch-cmake_leatherman.cmake.in =================================================================== --- head/devel/leatherman/files/patch-cmake_leatherman.cmake.in (nonexistent) +++ head/devel/leatherman/files/patch-cmake_leatherman.cmake.in (revision 446768) @@ -0,0 +1,17 @@ + +$FreeBSD$ + +--- cmake/leatherman.cmake.in.orig ++++ cmake/leatherman.cmake.in +@@ -83,11 +83,6 @@ + RUNTIME DESTINATION bin + LIBRARY DESTINATION lib${LIB_SUFFIX} + ARCHIVE DESTINATION lib${LIB_SUFFIX}) +- foreach(ARG ${ARGV}) +- if (TARGET ${ARG}) +- set_target_properties(${ARG} PROPERTIES PREFIX "" IMPORT_PREFIX "") +- endif() +- endforeach() + endmacro() + + # Usage: add_cppcheck_dirs(dir1 dir2) Property changes on: head/devel/leatherman/files/patch-cmake_leatherman.cmake.in ___________________________________________________________________ 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 Index: head/devel/leatherman/pkg-plist =================================================================== --- head/devel/leatherman/pkg-plist (revision 446767) +++ head/devel/leatherman/pkg-plist (revision 446768) @@ -1,109 +1,111 @@ include/boost/nowide/args.hpp include/boost/nowide/cenv.hpp include/boost/nowide/config.hpp include/boost/nowide/convert.hpp include/boost/nowide/cstdio.hpp include/boost/nowide/cstdlib.hpp include/boost/nowide/filebuf.hpp include/boost/nowide/fstream.hpp include/boost/nowide/integration/filesystem.hpp include/boost/nowide/iostream.hpp include/boost/nowide/stackstring.hpp include/boost/nowide/system.hpp include/boost/nowide/utf8_codecvt.hpp include/boost/nowide/windows.hpp include/leatherman/curl/client.hpp include/leatherman/curl/export.h include/leatherman/curl/request.hpp include/leatherman/curl/response.hpp include/leatherman/dynamic_library/dynamic_library.hpp include/leatherman/execution/execution.hpp include/leatherman/file_util/directory.hpp include/leatherman/file_util/file.hpp include/leatherman/json_container/json_container.hpp include/leatherman/locale/locale.hpp include/leatherman/logging/logging.hpp include/leatherman/ruby/api.hpp include/leatherman/util/environment.hpp include/leatherman/util/option_set.hpp include/leatherman/util/posix/scoped_descriptor.hpp include/leatherman/util/regex.hpp include/leatherman/util/scope_exit.hpp include/leatherman/util/scoped_env.hpp include/leatherman/util/scoped_resource.hpp include/leatherman/util/strings.hpp include/leatherman/util/time.hpp include/leatherman/util/timer.hpp include/leatherman/util/windows/scoped_handle.hpp include/leatherman/vendor/catch.hpp include/leatherman/vendor/rapidjson/allocators.h include/leatherman/vendor/rapidjson/document.h include/leatherman/vendor/rapidjson/encodedstream.h include/leatherman/vendor/rapidjson/encodings.h include/leatherman/vendor/rapidjson/error/en.h include/leatherman/vendor/rapidjson/error/error.h include/leatherman/vendor/rapidjson/filereadstream.h include/leatherman/vendor/rapidjson/filewritestream.h include/leatherman/vendor/rapidjson/internal/biginteger.h include/leatherman/vendor/rapidjson/internal/diyfp.h include/leatherman/vendor/rapidjson/internal/dtoa.h include/leatherman/vendor/rapidjson/internal/ieee754.h include/leatherman/vendor/rapidjson/internal/itoa.h include/leatherman/vendor/rapidjson/internal/meta.h include/leatherman/vendor/rapidjson/internal/pow10.h include/leatherman/vendor/rapidjson/internal/stack.h include/leatherman/vendor/rapidjson/internal/strfunc.h include/leatherman/vendor/rapidjson/internal/strtod.h include/leatherman/vendor/rapidjson/memorybuffer.h include/leatherman/vendor/rapidjson/memorystream.h include/leatherman/vendor/rapidjson/msinttypes/inttypes.h include/leatherman/vendor/rapidjson/msinttypes/stdint.h include/leatherman/vendor/rapidjson/prettywriter.h include/leatherman/vendor/rapidjson/rapidjson.h include/leatherman/vendor/rapidjson/reader.h include/leatherman/vendor/rapidjson/stringbuffer.h include/leatherman/vendor/rapidjson/writer.h lib/cmake/leatherman/LeathermanConfig.cmake lib/cmake/leatherman/LeathermanConfigVersion.cmake lib/cmake/leatherman/LeathermanLibraries-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/leatherman/LeathermanLibraries.cmake lib/cmake/leatherman/catch.cmake lib/cmake/leatherman/cmake/GetGitRevisionDescription.cmake lib/cmake/leatherman/cmake/GetGitRevisionDescription.cmake.in lib/cmake/leatherman/cmake/cflags.cmake lib/cmake/leatherman/cmake/generate_translations.cmake lib/cmake/leatherman/cmake/leatherman.cmake lib/cmake/leatherman/cmake/leatherman_config.cmake lib/cmake/leatherman/cmake/normalize_pot.cmake lib/cmake/leatherman/cmake/options.cmake lib/cmake/leatherman/cmake/pod2man.cmake lib/cmake/leatherman/curl.cmake lib/cmake/leatherman/dynamic_library.cmake lib/cmake/leatherman/execution.cmake lib/cmake/leatherman/file_util.cmake lib/cmake/leatherman/json_container.cmake lib/cmake/leatherman/locale.cmake lib/cmake/leatherman/logging.cmake lib/cmake/leatherman/nowide.cmake lib/cmake/leatherman/rapidjson.cmake lib/cmake/leatherman/ruby.cmake lib/cmake/leatherman/scripts/cpplint.py lib/cmake/leatherman/util.cmake lib/libleatherman_curl.so lib/libleatherman_curl.so.%%PORTVERSION%% lib/libleatherman_dynamic_library.so lib/libleatherman_dynamic_library.so.%%PORTVERSION%% lib/libleatherman_execution.so lib/libleatherman_execution.so.%%PORTVERSION%% lib/libleatherman_file_util.so lib/libleatherman_file_util.so.%%PORTVERSION%% lib/libleatherman_json_container.so lib/libleatherman_json_container.so.%%PORTVERSION%% lib/libleatherman_locale.so lib/libleatherman_locale.so.%%PORTVERSION%% lib/libleatherman_logging.so lib/libleatherman_logging.so.%%PORTVERSION%% lib/libleatherman_ruby.so lib/libleatherman_ruby.so.%%PORTVERSION%% lib/libleatherman_util.so lib/libleatherman_util.so.%%PORTVERSION%% +share/locale/fr/LC_MESSAGES/leatherman_locale.mo +share/locale/fr/LC_MESSAGES/leatherman_logging.mo