From nobody Wed Dec 15 05:28:38 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 327EE18ED987; Wed, 15 Dec 2021 05:28:39 +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 4JDP126WcBz3NZ3; Wed, 15 Dec 2021 05:28:38 +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 BF95F1642C; Wed, 15 Dec 2021 05:28:38 +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 1BF5ScFG015236; Wed, 15 Dec 2021 05:28:38 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1BF5Scje015235; Wed, 15 Dec 2021 05:28:38 GMT (envelope-from git) Date: Wed, 15 Dec 2021 05:28:38 GMT Message-Id: <202112150528.1BF5Scje015235@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Hiroki Tagato Subject: git: c5fc7c51cc45 - main - devel/doctest: update to 2.4.7 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tagattie X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c5fc7c51cc453141f0cd88b8a687af649e6bce55 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1639546118; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=nPz0mohP+LzviqMD/I1U2jsVA5lOstHPHI+pzfPo0Kg=; b=AJENOxkYQeq0ws1t7SuGlHhp4F8UuOK79Tx8NH4U0604acLbZs85hjiQ0226thONOletYk FGACmU2spW+dCvoqeVJZ3bJK3cUJhXEbBiulFsz0CW8lzdHu5XwC1iKztLcKVie9OY1rYA E9NdnlBVU391HUVIOZCFjw1XX1m56abGmorlM0ddZMTZP9d5cG9NMguVx41y8Hy2f8LHZp 2SweoLdILh32uJxoBETTlCxSyELER+nKex9ch8EPK4h1Z+D8DUMlSivOzwOQpELMOvQZno xaJwsyTN0jKjAS305VC0yzZFefvPnuV4LuGOSv278d6jI/UAjPCEjJnM9wSpYg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1639546118; a=rsa-sha256; cv=none; b=x85nYJTfi1YotTgbAa+hYHKQSofDXQTUi3HDTOnZTOrYryddC262aF+sFevhv3k7P8nVEn qVVdWsBA2vlnkZSRsYOT3cmdcoXOcJeFlGzkZ6YF3fuDl7bX6YLiyuYIVu3D3lUGcTceBM 91HS2Z+lTk5zNxQRpi0JlD1Fi27J8HJx4wwfClFjKHUmTvcCor8vnGkJg57ObI4omWRYhu bOpPlWn7lWw+9RuBBVZGLstKJxZkiZPOkTidFYcGO6FCXpvPgX5iwlf5atVHhVLbX+HDk/ YgsN6DmHtfvF1+JNSLiPsn7aSTEtsYoig649muB+SdacSP5UPVz+cyxL4LT1dw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by tagattie: URL: https://cgit.FreeBSD.org/ports/commit/?id=c5fc7c51cc453141f0cd88b8a687af649e6bce55 commit c5fc7c51cc453141f0cd88b8a687af649e6bce55 Author: Nick Black AuthorDate: 2021-12-15 05:26:48 +0000 Commit: Hiroki Tagato CommitDate: 2021-12-15 05:28:07 +0000 devel/doctest: update to 2.4.7 Changelog: https://github.com/doctest/doctest/blob/2.4.7/CHANGELOG.md PR: 260350 Reported by: Nick Black (maintainer) --- devel/doctest/Makefile | 2 +- devel/doctest/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/doctest/Makefile b/devel/doctest/Makefile index 16c6df0f8a62..b7b184172555 100644 --- a/devel/doctest/Makefile +++ b/devel/doctest/Makefile @@ -1,5 +1,5 @@ PORTNAME= doctest -DISTVERSION= 2.4.6 +DISTVERSION= 2.4.7 CATEGORIES= devel MAINTAINER= nickblack@linux.com diff --git a/devel/doctest/distinfo b/devel/doctest/distinfo index b93a36902019..bea206903ab2 100644 --- a/devel/doctest/distinfo +++ b/devel/doctest/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628882624 -SHA256 (onqtam-doctest-2.4.6_GH0.tar.gz) = 39110778e6baf373ef04342d7cb3fe35da104cb40769103e8a2f0035f5a5f1cb -SIZE (onqtam-doctest-2.4.6_GH0.tar.gz) = 2277281 +TIMESTAMP = 1639274649 +SHA256 (onqtam-doctest-2.4.7_GH0.tar.gz) = 551941e0b08fefdde39e394d484ed7ac6c867022c865e771f68a717cd3ce7d76 +SIZE (onqtam-doctest-2.4.7_GH0.tar.gz) = 2281756