From owner-svn-ports-head@freebsd.org Fri Jan 18 03:00:24 2019 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 4F71F148B357; Fri, 18 Jan 2019 03:00:24 +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) server-signature RSA-PSS (4096 bits) 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 907266CB34; Fri, 18 Jan 2019 03:00:23 +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 78DAB239F5; Fri, 18 Jan 2019 03:00:23 +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 x0I30NLL051586; Fri, 18 Jan 2019 03:00:23 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x0I30M8x051583; Fri, 18 Jan 2019 03:00:22 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201901180300.x0I30M8x051583@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Fri, 18 Jan 2019 03:00:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r490622 - head/devel/spdlog X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: head/devel/spdlog X-SVN-Commit-Revision: 490622 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 907266CB34 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.975,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Fri, 18 Jan 2019 03:00:24 -0000 Author: vanilla Date: Fri Jan 18 03:00:22 2019 New Revision: 490622 URL: https://svnweb.freebsd.org/changeset/ports/490622 Log: Update to 1.3.0. Modified: head/devel/spdlog/Makefile head/devel/spdlog/distinfo head/devel/spdlog/pkg-plist Modified: head/devel/spdlog/Makefile ============================================================================== --- head/devel/spdlog/Makefile Fri Jan 18 02:27:17 2019 (r490621) +++ head/devel/spdlog/Makefile Fri Jan 18 03:00:22 2019 (r490622) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= spdlog -PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTVERSION= 1.3.0 DISTVERSIONPREFIX= v CATEGORIES= devel @@ -13,9 +12,10 @@ COMMENT= Super fast C++ logging library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +USES= cmake compiler:c++11-lib pathfix + USE_GITHUB= yes GH_ACCOUNT= gabime - -USES= cmake compiler:c++11-lib pathfix +CMAKE_ARGS= -DSPDLOG_BUILD_BENCH=off .include Modified: head/devel/spdlog/distinfo ============================================================================== --- head/devel/spdlog/distinfo Fri Jan 18 02:27:17 2019 (r490621) +++ head/devel/spdlog/distinfo Fri Jan 18 03:00:22 2019 (r490622) @@ -1,3 +1,3 @@ -TIMESTAMP = 1539846482 -SHA256 (gabime-spdlog-v1.2.1_GH0.tar.gz) = 867a4b7cedf9805e6f76d3ca41889679054f7e5a3b67722fe6d0eae41852a767 -SIZE (gabime-spdlog-v1.2.1_GH0.tar.gz) = 188284 +TIMESTAMP = 1547780406 +SHA256 (gabime-spdlog-v1.3.0_GH0.tar.gz) = 78786c641ca278388107e30f1f0fa0307e7e98e1c5279c3d29f71a143f9176b6 +SIZE (gabime-spdlog-v1.3.0_GH0.tar.gz) = 202637 Modified: head/devel/spdlog/pkg-plist ============================================================================== --- head/devel/spdlog/pkg-plist Fri Jan 18 02:27:17 2019 (r490621) +++ head/devel/spdlog/pkg-plist Fri Jan 18 03:00:22 2019 (r490622) @@ -17,10 +17,12 @@ 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/chrono.h include/spdlog/fmt/bundled/core.h +include/spdlog/fmt/bundled/color.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 @@ -50,4 +52,5 @@ include/spdlog/tweakme.h include/spdlog/version.h lib/cmake/spdlog/spdlogConfig.cmake lib/cmake/spdlog/spdlogConfigVersion.cmake +lib/cmake/spdlog/spdlogTargets.cmake libdata/pkgconfig/spdlog.pc