From owner-svn-ports-all@freebsd.org Thu Dec 21 13:21:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40CF9E96761; Thu, 21 Dec 2017 13:21:15 +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 mx1.freebsd.org (Postfix) with ESMTPS id 0DD5D65F22; Thu, 21 Dec 2017 13:21:14 +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 vBLDLEQL043157; Thu, 21 Dec 2017 13:21:14 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBLDLDKJ043154; Thu, 21 Dec 2017 13:21:13 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201712211321.vBLDLDKJ043154@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Thu, 21 Dec 2017 13:21:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456907 - head/devel/spdlog X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: head/devel/spdlog X-SVN-Commit-Revision: 456907 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.25 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: Thu, 21 Dec 2017 13:21:15 -0000 Author: vanilla Date: Thu Dec 21 13:21:13 2017 New Revision: 456907 URL: https://svnweb.freebsd.org/changeset/ports/456907 Log: Update to 0.16.1. Modified: head/devel/spdlog/Makefile head/devel/spdlog/distinfo head/devel/spdlog/pkg-plist Modified: head/devel/spdlog/Makefile ============================================================================== --- head/devel/spdlog/Makefile Thu Dec 21 13:11:46 2017 (r456906) +++ head/devel/spdlog/Makefile Thu Dec 21 13:21:13 2017 (r456907) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= spdlog -PORTVERSION= 0.14.0 +PORTVERSION= 0.16.1 DISTVERSIONPREFIX= v CATEGORIES= devel Modified: head/devel/spdlog/distinfo ============================================================================== --- head/devel/spdlog/distinfo Thu Dec 21 13:11:46 2017 (r456906) +++ head/devel/spdlog/distinfo Thu Dec 21 13:21:13 2017 (r456907) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503281653 -SHA256 (gabime-spdlog-v0.14.0_GH0.tar.gz) = eb5beb4e53f4bfff5b32eb4db8588484bdc15a17b90eeefef3a9fc74fec1d83d -SIZE (gabime-spdlog-v0.14.0_GH0.tar.gz) = 155590 +TIMESTAMP = 1513859872 +SHA256 (gabime-spdlog-v0.16.1_GH0.tar.gz) = 733260e1fbdcf1b3dc307fc585e4476240026de8be28eb905731d2ab0942deae +SIZE (gabime-spdlog-v0.16.1_GH0.tar.gz) = 162408 Modified: head/devel/spdlog/pkg-plist ============================================================================== --- head/devel/spdlog/pkg-plist Thu Dec 21 13:11:46 2017 (r456906) +++ head/devel/spdlog/pkg-plist Thu Dec 21 13:21:13 2017 (r456907) @@ -11,12 +11,15 @@ include/spdlog/details/os.h include/spdlog/details/pattern_formatter_impl.h include/spdlog/details/registry.h include/spdlog/details/spdlog_impl.h +include/spdlog/fmt/bundled/LICENSE.rst include/spdlog/fmt/bundled/format.cc include/spdlog/fmt/bundled/format.h include/spdlog/fmt/bundled/ostream.cc 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/time.h include/spdlog/fmt/fmt.h include/spdlog/fmt/ostr.h @@ -34,9 +37,9 @@ include/spdlog/sinks/sink.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 lib/cmake/spdlog/spdlogConfig.cmake lib/cmake/spdlog/spdlogConfigVersion.cmake -lib/cmake/spdlog/spdlogTargets.cmake libdata/pkgconfig/spdlog.pc