From nobody Wed Dec 15 05:04:27 2021 X-Original-To: dev-commits-ports-main@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 8FD7518E92BE; Wed, 15 Dec 2021 05:04:28 +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 4JDNT74hhgz3KqD; Wed, 15 Dec 2021 05:04:27 +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 4A3F61639F; Wed, 15 Dec 2021 05:04:27 +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 1BF54RjX088176; Wed, 15 Dec 2021 05:04:27 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1BF54R3M088175; Wed, 15 Dec 2021 05:04:27 GMT (envelope-from git) Date: Wed, 15 Dec 2021 05:04:27 GMT Message-Id: <202112150504.1BF54R3M088175@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: =?utf-8?Q?Romain Tarti=C3=A8re?= Subject: git: 836f35b5f691 - main - net/cpp-pcp-client: Update to 1.7.7 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: romain X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 836f35b5f691ed9592fa82db1357c045507fb2bc Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1639544667; 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=UQJ99PXFo+kfz7cwtOHnFZ4zWLNpduHARpkWf5se6xQ=; b=xDfeqEGZAZKn4FR3uKxiy33tCS2/aevc9WmVv3q2DzilGQxyAem8BTu072An2rnNvhxGWM RivVRaZbbf6Dy0kM7Q6fk6pF+IbXQI47vmpv0727x3+xUUU7ykdudL86Es7cHe8VaSIFs9 sLzmXKg8B4ahFeKIurLRFxUBpBh4isk6dPimJcT/ATs2zP2BE33ocrOaRPEcnRlDpiCzr4 OnYzei1OyJ2X2GJPipsws0u06obVKeN7oUeHtO+RqQTMcu6xFplAhNWngGn3+SpXd5fDDh lPl3IXBQjI5qCFmneW8oMyLoDSZghJxTXsFYX1xp4B2jGLJcebLF+xv6HUOcsQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1639544667; a=rsa-sha256; cv=none; b=Zt1hVLxlqWWwgDLHY1uP6nnoOBOb0szlrwQ02WYRbThRYUYuEqaTgtWcyqVBcZ4Y4aRM44 X37cs2kh9LvvariJ+StI5/bJRmR5Uy+OW/hF4TyOgmvxI9fE1SuUkLlDv7wbDO/KJgKWdY ZUO5+iwHdmKcTX9nuV6Q8QOvnc4SnlcQ7mtbBvli6BI25V80H5GIrisWyxdAbPzJgVR3A1 iBSDHxCSA4ewWAPzYogbIWIsAMz+8wSLE6EbnyVoiZZi60s3eMiRPP2kL5U5O3uRV2Mqyv gzW1AwrYa367He4bKUuaVMJVPLE66bE/IhHaxBGTEmBVeTSZV0Y/jCKcKA3CVA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by romain: URL: https://cgit.FreeBSD.org/ports/commit/?id=836f35b5f691ed9592fa82db1357c045507fb2bc commit 836f35b5f691ed9592fa82db1357c045507fb2bc Author: Romain Tartière AuthorDate: 2021-12-15 04:36:17 +0000 Commit: Romain Tartière CommitDate: 2021-12-15 04:36:17 +0000 net/cpp-pcp-client: Update to 1.7.7 With hat: puppet --- net/cpp-pcp-client/Makefile | 2 +- net/cpp-pcp-client/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/cpp-pcp-client/Makefile b/net/cpp-pcp-client/Makefile index 6f3421888203..9e370dfcf70a 100644 --- a/net/cpp-pcp-client/Makefile +++ b/net/cpp-pcp-client/Makefile @@ -1,5 +1,5 @@ PORTNAME= cpp-pcp-client -PORTVERSION= 1.7.6 +PORTVERSION= 1.7.7 CATEGORIES= net MAINTAINER= puppet@FreeBSD.org diff --git a/net/cpp-pcp-client/distinfo b/net/cpp-pcp-client/distinfo index 09a68359075c..e7a548762f1f 100644 --- a/net/cpp-pcp-client/distinfo +++ b/net/cpp-pcp-client/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1638552290 -SHA256 (puppetlabs-cpp-pcp-client-1.7.6_GH0.tar.gz) = 75c469fc18cffd04ada4310d021178631c064397feb3d36cb397bd57721dd571 -SIZE (puppetlabs-cpp-pcp-client-1.7.6_GH0.tar.gz) = 2570847 +TIMESTAMP = 1639542969 +SHA256 (puppetlabs-cpp-pcp-client-1.7.7_GH0.tar.gz) = 547a5619a5c38cebba42d47a3bdf8fc6d3e77614523ccbe31a70997e2b5c62d2 +SIZE (puppetlabs-cpp-pcp-client-1.7.7_GH0.tar.gz) = 2571003