Date: Mon, 6 Aug 2018 07:02:52 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476493 - head/devel/spdlog Message-ID: <201808060702.w7672qes077024@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Mon Aug 6 07:02:52 2018 New Revision: 476493 URL: https://svnweb.freebsd.org/changeset/ports/476493 Log: Update to 1.0.0. Modified: head/devel/spdlog/Makefile head/devel/spdlog/distinfo head/devel/spdlog/pkg-plist Modified: head/devel/spdlog/Makefile ============================================================================== --- head/devel/spdlog/Makefile Mon Aug 6 06:38:32 2018 (r476492) +++ head/devel/spdlog/Makefile Mon Aug 6 07:02:52 2018 (r476493) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= spdlog -PORTVERSION= 0.17.0 -PORTREVISION= 1 +PORTVERSION= 1.0.0 DISTVERSIONPREFIX= v CATEGORIES= devel Modified: head/devel/spdlog/distinfo ============================================================================== --- head/devel/spdlog/distinfo Mon Aug 6 06:38:32 2018 (r476492) +++ head/devel/spdlog/distinfo Mon Aug 6 07:02:52 2018 (r476493) @@ -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 Modified: head/devel/spdlog/pkg-plist ============================================================================== --- head/devel/spdlog/pkg-plist Mon Aug 6 06:38:32 2018 (r476492) +++ head/devel/spdlog/pkg-plist Mon Aug 6 07:02:52 2018 (r476493) @@ -1,27 +1,30 @@ +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 @@ -30,18 +33,21 @@ 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808060702.w7672qes077024>