Index: head/devel/spdlog/Makefile =================================================================== --- head/devel/spdlog/Makefile (revision 476492) +++ head/devel/spdlog/Makefile (revision 476493) @@ -1,21 +1,20 @@ # Created by: vanilla@ # $FreeBSD$ PORTNAME= spdlog -PORTVERSION= 0.17.0 -PORTREVISION= 1 +PORTVERSION= 1.0.0 DISTVERSIONPREFIX= v CATEGORIES= devel MAINTAINER= vanilla@FreeBSD.org COMMENT= Super fast C++ logging library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= gabime USES= cmake compiler:c++11-lib dos2unix pathfix .include Index: head/devel/spdlog/distinfo =================================================================== --- head/devel/spdlog/distinfo (revision 476492) +++ head/devel/spdlog/distinfo (revision 476493) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526986498 -SHA256 (gabime-spdlog-v0.17.0_GH0.tar.gz) = 94f74fd1b3344733d1db3de2ec22e6cbeb769f93a8baa0d4a22b1f62dc7369f8 -SIZE (gabime-spdlog-v0.17.0_GH0.tar.gz) = 172323 +TIMESTAMP = 1533538449 +SHA256 (gabime-spdlog-v1.0.0_GH0.tar.gz) = 90d5365121bcd2c41ce94dfe6a460e89507a2dfef6133fe5fad5bb35ac4ef0a1 +SIZE (gabime-spdlog-v1.0.0_GH0.tar.gz) = 183855 Index: head/devel/spdlog/pkg-plist =================================================================== --- head/devel/spdlog/pkg-plist (revision 476492) +++ head/devel/spdlog/pkg-plist (revision 476493) @@ -1,47 +1,53 @@ +include/spdlog/async.h include/spdlog/async_logger.h include/spdlog/common.h -include/spdlog/contrib/README.md -include/spdlog/contrib/sinks/step_file_sink.h -include/spdlog/details/async_log_helper.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_impl.h +include/spdlog/details/pattern_formatter.h +include/spdlog/details/periodic_worker.h include/spdlog/details/registry.h -include/spdlog/details/spdlog_impl.h +include/spdlog/details/thread_pool.h include/spdlog/fmt/bundled/LICENSE.rst -include/spdlog/fmt/bundled/format.cc +include/spdlog/fmt/bundled/colors.h +include/spdlog/fmt/bundled/core.h +include/spdlog/fmt/bundled/format-inl.h include/spdlog/fmt/bundled/format.h -include/spdlog/fmt/bundled/ostream.cc +include/spdlog/fmt/bundled/locale.h include/spdlog/fmt/bundled/ostream.h -include/spdlog/fmt/bundled/posix.cc include/spdlog/fmt/bundled/posix.h -include/spdlog/fmt/bundled/printf.cc 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/file_sinks.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/sinks/windebug_sink.h include/spdlog/spdlog.h include/spdlog/tweakme.h +include/spdlog/version.h lib/cmake/spdlog/spdlogConfig.cmake lib/cmake/spdlog/spdlogConfigVersion.cmake libdata/pkgconfig/spdlog.pc