From owner-svn-ports-head@freebsd.org Mon Aug 6 07:02:54 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D32191070C71; Mon, 6 Aug 2018 07:02:53 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 886988C09D; Mon, 6 Aug 2018 07:02:53 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 679081889; Mon, 6 Aug 2018 07:02:53 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7672rpA077026; Mon, 6 Aug 2018 07:02:53 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7672qes077024; Mon, 6 Aug 2018 07:02:52 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201808060702.w7672qes077024@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Mon, 6 Aug 2018 07:02:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476493 - head/devel/spdlog X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: head/devel/spdlog X-SVN-Commit-Revision: 476493 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Aug 2018 07:02:54 -0000 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