From nobody Mon Dec 6 11:16:50 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 1084B18BF691; Mon, 6 Dec 2021 11:16:51 +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 4J718y5JSKz4t5m; Mon, 6 Dec 2021 11:16:50 +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 95D9B2AD2; Mon, 6 Dec 2021 11:16:50 +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 1B6BGo9Q054511; Mon, 6 Dec 2021 11:16:50 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1B6BGoo2054510; Mon, 6 Dec 2021 11:16:50 GMT (envelope-from git) Date: Mon, 6 Dec 2021 11:16:50 GMT Message-Id: <202112061116.1B6BGoo2054510@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Alexey Dokuchaev Subject: git: 0949d4ad1893 - main - x11/xapp: the port had been updated to version 2.2.5. 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: danfe X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0949d4ad1893860455abe1cada5d9c24b5368adc Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638789410; 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=IBnJyMMCYIx8TyQXz83FtVyypgPFiYJ20fxrPXf5NqM=; b=gRionVrm16dK7w4+Enu+5OkuYj/ropQFIxCqt9OZHYp93wDjv7vXHV6AOX27HX0BEfI+AK 0JAQpffHpn4OyxRJD9/vW79w2Dn+BHaotKQ2RpHk5OYEN24uXf01Q1tmBWGOlt2HsN/dIN xVsrKptbeOGtQBd9i5GMKYE+oWDYLVYSx77ZD1oGyNzLpL9lS+4zd3pMKBFhLtwa7FcMlD MlCYU2c0g3wplB8nAXwASgx2tbrw0aGgh25ibOtLhNXMiBtOALMLgrkD1G576US+wTtb/P kYcID0A6AX/3gufC4xyVpE0OC/rvlJlI1Q81IJPN7bCirOVUp69V1tUBHOjKVA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638789410; a=rsa-sha256; cv=none; b=gJ/8cKXpaUWhbfnTsTpZ9QwfKGQXRq30VPGjAuJ1lWBgtDMeguQoUGzQL2ZzAS483UxIzl xTkh0YLcU+FrCj2CnwCJeYGB018zSi4KyUSpKPakmDwuBFSu7dKoV9X/rXEP0zqM9knm3D 4S41Hj4iSXWEYIjQkUbN8IHEDvGLpd58Hw8kECWThO1jwYW7cToRUrfrYuvOvaN+nK1Lzz Elvnu1KO/1lltbvL4jnxojc5+F6R+Y7RrpkxP5nUpx2O853ty++utF6rr08LzYO1KwhkB4 JefsRfhG+HcxWrA3k5S8vq2eJ3NnCBRFDMDw5SewgHli+uIwNxzKxNys5/UycA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=0949d4ad1893860455abe1cada5d9c24b5368adc commit 0949d4ad1893860455abe1cada5d9c24b5368adc Author: Alexey Dokuchaev AuthorDate: 2021-12-06 11:16:12 +0000 Commit: Alexey Dokuchaev CommitDate: 2021-12-06 11:16:12 +0000 x11/xapp: the port had been updated to version 2.2.5. --- x11/xapp/Makefile | 2 +- x11/xapp/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11/xapp/Makefile b/x11/xapp/Makefile index a9705e680c8a..bd521f080fe4 100644 --- a/x11/xapp/Makefile +++ b/x11/xapp/Makefile @@ -1,7 +1,7 @@ # Created by: Alexey Dokuchaev PORTNAME= xapp -DISTVERSION= 2.2.3 +PORTVERSION= 2.2.5 CATEGORIES= x11 gnome DIST_SUBDIR= gnome diff --git a/x11/xapp/distinfo b/x11/xapp/distinfo index f20e9df5996e..10f3e5d5e02f 100644 --- a/x11/xapp/distinfo +++ b/x11/xapp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1627050586 -SHA256 (gnome/linuxmint-xapp-2.2.3_GH0.tar.gz) = c74ed143a75c07c4c856f3c2425d04a3ae785ea83a00908fc681d408f2b7c0bb -SIZE (gnome/linuxmint-xapp-2.2.3_GH0.tar.gz) = 242330 +TIMESTAMP = 1637584244 +SHA256 (gnome/linuxmint-xapp-2.2.5_GH0.tar.gz) = c5e356a789cb07ae00b26532d17447d76fa2f2e177fac4f2ad59e516b7f8b4ec +SIZE (gnome/linuxmint-xapp-2.2.5_GH0.tar.gz) = 242233