From owner-dev-commits-ports-all@freebsd.org Mon May 31 12:20:30 2021 Return-Path: Delivered-To: dev-commits-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 A5FDF645FEF; Mon, 31 May 2021 12:20:30 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FtvWf4LFDz4hdg; Mon, 31 May 2021 12:20:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 78D407AE1; Mon, 31 May 2021 12:20:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14VCKUWB078811; Mon, 31 May 2021 12:20:30 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14VCKU6f078810; Mon, 31 May 2021 12:20:30 GMT (envelope-from git) Date: Mon, 31 May 2021 12:20:30 GMT Message-Id: <202105311220.14VCKU6f078810@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dave Cottlehuber Subject: git: 5707109e888e - main - devel/toml11: update to 3.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dch X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5707109e888e9c8f3671d69cc8ea3f2fcfdfa6e2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 May 2021 12:20:30 -0000 The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=5707109e888e9c8f3671d69cc8ea3f2fcfdfa6e2 commit 5707109e888e9c8f3671d69cc8ea3f2fcfdfa6e2 Author: Dave Cottlehuber AuthorDate: 2021-05-31 11:37:13 +0000 Commit: Dave Cottlehuber CommitDate: 2021-05-31 12:18:57 +0000 devel/toml11: update to 3.7.0 --- devel/toml11/Makefile | 2 +- devel/toml11/distinfo | 6 +++--- devel/toml11/pkg-plist | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/devel/toml11/Makefile b/devel/toml11/Makefile index 935ebd7a4932..51f2076e7b2a 100644 --- a/devel/toml11/Makefile +++ b/devel/toml11/Makefile @@ -1,6 +1,6 @@ PORTNAME= toml11 DISTVERSIONPREFIX= v -DISTVERSION= 3.6.1 +DISTVERSION= 3.7.0 CATEGORIES= devel MAINTAINER= dch@FreeBSD.org diff --git a/devel/toml11/distinfo b/devel/toml11/distinfo index d113f34f43a1..d0b6a8f00325 100644 --- a/devel/toml11/distinfo +++ b/devel/toml11/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1616755318 -SHA256 (ToruNiina-toml11-v3.6.1_GH0.tar.gz) = ca4c390ed8da0d77ae6eca30e70ab0bf5cc92adfc1bc2f71a2066bc5656d8d96 -SIZE (ToruNiina-toml11-v3.6.1_GH0.tar.gz) = 120396 +TIMESTAMP = 1622454535 +SHA256 (ToruNiina-toml11-v3.7.0_GH0.tar.gz) = a0b6bec77c0e418eea7d270a4437510884f2fe8f61e7ab121729624f04c4b58e +SIZE (ToruNiina-toml11-v3.7.0_GH0.tar.gz) = 125216 diff --git a/devel/toml11/pkg-plist b/devel/toml11/pkg-plist index 43c2c4c943e3..31ec3bb6c4ab 100644 --- a/devel/toml11/pkg-plist +++ b/devel/toml11/pkg-plist @@ -9,6 +9,7 @@ include/toml/get.hpp include/toml/into.hpp include/toml/lexer.hpp include/toml/literal.hpp +include/toml/macros.hpp include/toml/parser.hpp include/toml/region.hpp include/toml/result.hpp