From owner-svn-ports-all@freebsd.org Wed Oct 10 03:54:53 2018 Return-Path: Delivered-To: svn-ports-all@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 50E8910C7188; Wed, 10 Oct 2018 03:54: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 EF7668D28E; Wed, 10 Oct 2018 03:54:52 +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 EA3A71BA8B; Wed, 10 Oct 2018 03:54:52 +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 w9A3sqOV037906; Wed, 10 Oct 2018 03:54:52 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9A3sqWo037903; Wed, 10 Oct 2018 03:54:52 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201810100354.w9A3sqWo037903@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 10 Oct 2018 03:54:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481689 - head/devel/spdlog X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: head/devel/spdlog X-SVN-Commit-Revision: 481689 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.27 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: Wed, 10 Oct 2018 03:54:53 -0000 Author: vanilla Date: Wed Oct 10 03:54:52 2018 New Revision: 481689 URL: https://svnweb.freebsd.org/changeset/ports/481689 Log: Update to 1.2.0. Modified: head/devel/spdlog/Makefile head/devel/spdlog/distinfo head/devel/spdlog/pkg-plist Modified: head/devel/spdlog/Makefile ============================================================================== --- head/devel/spdlog/Makefile Wed Oct 10 02:57:04 2018 (r481688) +++ head/devel/spdlog/Makefile Wed Oct 10 03:54:52 2018 (r481689) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= spdlog -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 DISTVERSIONPREFIX= v CATEGORIES= devel Modified: head/devel/spdlog/distinfo ============================================================================== --- head/devel/spdlog/distinfo Wed Oct 10 02:57:04 2018 (r481688) +++ head/devel/spdlog/distinfo Wed Oct 10 03:54:52 2018 (r481689) @@ -1,3 +1,3 @@ -TIMESTAMP = 1534408680 -SHA256 (gabime-spdlog-v1.1.0_GH0.tar.gz) = 3dbcbfd8c07e25f5e0d662b194d3a7772ef214358c49ada23c044c4747ce8b19 -SIZE (gabime-spdlog-v1.1.0_GH0.tar.gz) = 183937 +TIMESTAMP = 1539095833 +SHA256 (gabime-spdlog-v1.2.0_GH0.tar.gz) = 0ba31b9e7f8e43a7be328ab0236d57810e5d4fc8a1a7842df665ae22d5cbd128 +SIZE (gabime-spdlog-v1.2.0_GH0.tar.gz) = 188299 Modified: head/devel/spdlog/pkg-plist ============================================================================== --- head/devel/spdlog/pkg-plist Wed Oct 10 02:57:04 2018 (r481688) +++ head/devel/spdlog/pkg-plist Wed Oct 10 03:54:52 2018 (r481689) @@ -15,12 +15,12 @@ include/spdlog/details/pattern_formatter.h include/spdlog/details/periodic_worker.h include/spdlog/details/registry.h include/spdlog/details/thread_pool.h +include/spdlog/fmt/bin_to_hex.h include/spdlog/fmt/bundled/LICENSE.rst 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/locale.h include/spdlog/fmt/bundled/ostream.h include/spdlog/fmt/bundled/posix.h include/spdlog/fmt/bundled/printf.h