Index: head/devel/spdlog/Makefile =================================================================== --- head/devel/spdlog/Makefile (revision 490621) +++ head/devel/spdlog/Makefile (revision 490622) @@ -1,21 +1,21 @@ # Created by: vanilla@ # $FreeBSD$ PORTNAME= spdlog -PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTVERSION= 1.3.0 DISTVERSIONPREFIX= v CATEGORIES= devel MAINTAINER= vanilla@FreeBSD.org COMMENT= Super fast C++ logging library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +USES= cmake compiler:c++11-lib pathfix + USE_GITHUB= yes GH_ACCOUNT= gabime - -USES= cmake compiler:c++11-lib pathfix +CMAKE_ARGS= -DSPDLOG_BUILD_BENCH=off .include Index: head/devel/spdlog/distinfo =================================================================== --- head/devel/spdlog/distinfo (revision 490621) +++ head/devel/spdlog/distinfo (revision 490622) @@ -1,3 +1,3 @@ -TIMESTAMP = 1539846482 -SHA256 (gabime-spdlog-v1.2.1_GH0.tar.gz) = 867a4b7cedf9805e6f76d3ca41889679054f7e5a3b67722fe6d0eae41852a767 -SIZE (gabime-spdlog-v1.2.1_GH0.tar.gz) = 188284 +TIMESTAMP = 1547780406 +SHA256 (gabime-spdlog-v1.3.0_GH0.tar.gz) = 78786c641ca278388107e30f1f0fa0307e7e98e1c5279c3d29f71a143f9176b6 +SIZE (gabime-spdlog-v1.3.0_GH0.tar.gz) = 202637 Index: head/devel/spdlog/pkg-plist =================================================================== --- head/devel/spdlog/pkg-plist (revision 490621) +++ head/devel/spdlog/pkg-plist (revision 490622) @@ -1,53 +1,56 @@ include/spdlog/async.h include/spdlog/async_logger.h include/spdlog/common.h include/spdlog/details/async_logger_impl.h include/spdlog/details/circular_q.h include/spdlog/details/console_globals.h include/spdlog/details/file_helper.h include/spdlog/details/fmt_helper.h include/spdlog/details/log_msg.h include/spdlog/details/logger_impl.h include/spdlog/details/mpmc_blocking_q.h include/spdlog/details/null_mutex.h include/spdlog/details/os.h include/spdlog/details/pattern_formatter.h include/spdlog/details/periodic_worker.h include/spdlog/details/registry.h include/spdlog/details/thread_pool.h include/spdlog/fmt/bin_to_hex.h include/spdlog/fmt/bundled/LICENSE.rst -include/spdlog/fmt/bundled/colors.h +include/spdlog/fmt/bundled/chrono.h include/spdlog/fmt/bundled/core.h +include/spdlog/fmt/bundled/color.h include/spdlog/fmt/bundled/format-inl.h include/spdlog/fmt/bundled/format.h +include/spdlog/fmt/bundled/locale.h include/spdlog/fmt/bundled/ostream.h include/spdlog/fmt/bundled/posix.h include/spdlog/fmt/bundled/printf.h include/spdlog/fmt/bundled/ranges.h include/spdlog/fmt/bundled/time.h include/spdlog/fmt/fmt.h include/spdlog/fmt/ostr.h include/spdlog/formatter.h include/spdlog/logger.h include/spdlog/sinks/android_sink.h include/spdlog/sinks/ansicolor_sink.h include/spdlog/sinks/base_sink.h include/spdlog/sinks/basic_file_sink.h include/spdlog/sinks/daily_file_sink.h include/spdlog/sinks/dist_sink.h include/spdlog/sinks/msvc_sink.h include/spdlog/sinks/null_sink.h include/spdlog/sinks/ostream_sink.h include/spdlog/sinks/rotating_file_sink.h include/spdlog/sinks/sink.h include/spdlog/sinks/stdout_color_sinks.h include/spdlog/sinks/stdout_sinks.h include/spdlog/sinks/syslog_sink.h include/spdlog/sinks/wincolor_sink.h include/spdlog/spdlog.h include/spdlog/tweakme.h include/spdlog/version.h lib/cmake/spdlog/spdlogConfig.cmake lib/cmake/spdlog/spdlogConfigVersion.cmake +lib/cmake/spdlog/spdlogTargets.cmake libdata/pkgconfig/spdlog.pc