From owner-svn-ports-all@freebsd.org Mon Jun 8 15:32:59 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AF158333897; Mon, 8 Jun 2020 15:32:59 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49gchW4CD7z3Y6V; Mon, 8 Jun 2020 15:32:59 +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 8B831263F7; Mon, 8 Jun 2020 15:32:59 +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 058FWxE8061926; Mon, 8 Jun 2020 15:32:59 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 058FWwZE061923; Mon, 8 Jun 2020 15:32:58 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <202006081532.058FWwZE061923@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Mon, 8 Jun 2020 15:32:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r538226 - in head/devel/spdlog: . files X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: in head/devel/spdlog: . files X-SVN-Commit-Revision: 538226 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jun 2020 15:32:59 -0000 Author: vanilla Date: Mon Jun 8 15:32:58 2020 New Revision: 538226 URL: https://svnweb.freebsd.org/changeset/ports/538226 Log: Update to 1.6.1. Added: head/devel/spdlog/files/patch-include_spdlog_pattern__formatter-inl.h (contents, props changed) Deleted: head/devel/spdlog/files/patch-include_spdlog_details_pattern__formatter-inl.h head/devel/spdlog/files/patch-include_spdlog_details_thread__pool-inl.h Modified: head/devel/spdlog/Makefile head/devel/spdlog/distinfo head/devel/spdlog/pkg-plist Modified: head/devel/spdlog/Makefile ============================================================================== --- head/devel/spdlog/Makefile Mon Jun 8 15:31:23 2020 (r538225) +++ head/devel/spdlog/Makefile Mon Jun 8 15:32:58 2020 (r538226) @@ -3,8 +3,7 @@ PORTNAME= spdlog DISTVERSIONPREFIX= v -DISTVERSION= 1.5.0 -PORTREVISION= 1 +DISTVERSION= 1.6.1 CATEGORIES= devel MAINTAINER= vanilla@FreeBSD.org Modified: head/devel/spdlog/distinfo ============================================================================== --- head/devel/spdlog/distinfo Mon Jun 8 15:31:23 2020 (r538225) +++ head/devel/spdlog/distinfo Mon Jun 8 15:32:58 2020 (r538226) @@ -1,3 +1,3 @@ -TIMESTAMP = 1583961379 -SHA256 (gabime-spdlog-v1.5.0_GH0.tar.gz) = b38e0bbef7faac2b82fed550a0c19b0d4e7f6737d5321d4fd8f216b80f8aee8a -SIZE (gabime-spdlog-v1.5.0_GH0.tar.gz) = 270416 +TIMESTAMP = 1591594584 +SHA256 (gabime-spdlog-v1.6.1_GH0.tar.gz) = 378a040d91f787aec96d269b0c39189f58a6b852e4cbf9150ccfacbe85ebbbfc +SIZE (gabime-spdlog-v1.6.1_GH0.tar.gz) = 285531 Added: head/devel/spdlog/files/patch-include_spdlog_pattern__formatter-inl.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/spdlog/files/patch-include_spdlog_pattern__formatter-inl.h Mon Jun 8 15:32:58 2020 (r538226) @@ -0,0 +1,10 @@ +--- include/spdlog/pattern_formatter-inl.h.orig 2020-05-17 07:10:09 UTC ++++ include/spdlog/pattern_formatter-inl.h +@@ -14,6 +14,7 @@ + #include + + #include ++#include + #include + #include + #include Modified: head/devel/spdlog/pkg-plist ============================================================================== --- head/devel/spdlog/pkg-plist Mon Jun 8 15:31:23 2020 (r538225) +++ head/devel/spdlog/pkg-plist Mon Jun 8 15:32:58 2020 (r538226) @@ -3,6 +3,11 @@ include/spdlog/async_logger-inl.h include/spdlog/async_logger.h include/spdlog/common-inl.h include/spdlog/common.h +include/spdlog/cfg/argv.h +include/spdlog/cfg/env.h +include/spdlog/cfg/helpers-inl.h +include/spdlog/cfg/helpers.h +include/spdlog/cfg/log_levels.h include/spdlog/details/backtracer-inl.h include/spdlog/details/backtracer.h include/spdlog/details/circular_q.h @@ -18,23 +23,25 @@ include/spdlog/details/mpmc_blocking_q.h include/spdlog/details/null_mutex.h include/spdlog/details/os-inl.h include/spdlog/details/os.h -include/spdlog/details/pattern_formatter-inl.h -include/spdlog/details/pattern_formatter-inl.h.orig -include/spdlog/details/pattern_formatter.h include/spdlog/details/periodic_worker-inl.h include/spdlog/details/periodic_worker.h include/spdlog/details/registry-inl.h include/spdlog/details/registry.h include/spdlog/details/synchronous_factory.h +include/spdlog/details/tcp_client-windows.h +include/spdlog/details/tcp_client.h include/spdlog/details/thread_pool-inl.h -include/spdlog/details/thread_pool-inl.h.orig include/spdlog/details/thread_pool.h +include/spdlog/details/windows_include.h include/spdlog/fmt/bin_to_hex.h include/spdlog/fmt/fmt.h include/spdlog/fmt/ostr.h include/spdlog/formatter.h +include/spdlog/fwd.h include/spdlog/logger-inl.h include/spdlog/logger.h +include/spdlog/pattern_formatter-inl.h +include/spdlog/pattern_formatter.h include/spdlog/sinks/android_sink.h include/spdlog/sinks/ansicolor_sink-inl.h include/spdlog/sinks/ansicolor_sink.h @@ -59,8 +66,10 @@ include/spdlog/sinks/stdout_sinks-inl.h include/spdlog/sinks/stdout_sinks.h include/spdlog/sinks/syslog_sink.h include/spdlog/sinks/systemd_sink.h +include/spdlog/sinks/tcp_sink.h include/spdlog/sinks/wincolor_sink-inl.h include/spdlog/sinks/wincolor_sink.h +include/spdlog/sinks/win_eventlog_sink.h include/spdlog/spdlog-inl.h include/spdlog/spdlog.h include/spdlog/tweakme.h @@ -71,5 +80,5 @@ lib/cmake/spdlog/spdlogConfigTargets.cmake lib/cmake/spdlog/spdlogConfigVersion.cmake lib/libspdlog.so lib/libspdlog.so.1 -lib/libspdlog.so.1.5.0 +lib/libspdlog.so.1.6.1 libdata/pkgconfig/spdlog.pc