From owner-dev-commits-ports-all@freebsd.org Sun Apr 18 16:16:18 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 CF9195EE31F; Sun, 18 Apr 2021 16:16:18 +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 4FNZnZ5Y6Gz3pVy; Sun, 18 Apr 2021 16:16:18 +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 B16DD7109; Sun, 18 Apr 2021 16:16:18 +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 13IGGIYm041315; Sun, 18 Apr 2021 16:16:18 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13IGGI2E041314; Sun, 18 Apr 2021 16:16:18 GMT (envelope-from git) Date: Sun, 18 Apr 2021 16:16:18 GMT Message-Id: <202104181616.13IGGI2E041314@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Jan Beich Subject: git: 5499f1d544c7 - 2021Q2 - x11-wm/sway: backport some fixes for firefox >= 87 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: 5499f1d544c7e3b15a1059f5baf6be3b8b277c6c 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: Sun, 18 Apr 2021 16:16:18 -0000 The branch 2021Q2 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=5499f1d544c7e3b15a1059f5baf6be3b8b277c6c commit 5499f1d544c7e3b15a1059f5baf6be3b8b277c6c Author: Jan Beich AuthorDate: 2021-04-18 12:31:34 +0000 Commit: Jan Beich CommitDate: 2021-04-18 16:15:43 +0000 x11-wm/sway: backport some fixes for firefox >= 87 Fixes popup flickering with MOZ_ENABLE_WAYLAND. Already included in sway-1.6 via 2f03c33bdc2e from /latest package set. Inspired by: Arch, Void --- x11-wm/sway/Makefile | 5 ++++- x11-wm/sway/distinfo | 6 ++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/x11-wm/sway/Makefile b/x11-wm/sway/Makefile index 0f3c9516559a..fcf42b231ba8 100644 --- a/x11-wm/sway/Makefile +++ b/x11-wm/sway/Makefile @@ -1,7 +1,7 @@ PORTNAME= sway DISTVERSION= 1.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ @@ -11,6 +11,9 @@ PATCHFILES+= 968c005760b6.patch:-p1 # https://github.com/swaywm/sway/pull/5856 PATCHFILES+= fdbe98512a71.patch:-p1 # https://github.com/swaywm/sway/pull/5856 PATCHFILES+= a52176f83035.patch:-p1 # https://github.com/swaywm/sway/pull/5856 PATCHFILES+= c9fe0626ca73.patch:-p1 # https://github.com/swaywm/sway/pull/5891 +PATCHFILES+= 1a6471be172f.patch:-p1 # https://github.com/swaywm/sway/pull/6046 +PATCHFILES+= 79e43b19d795.patch:-p1 # https://github.com/swaywm/sway/pull/6046 +PATCHFILES+= e7af5b630916.patch:-p1 # https://github.com/swaywm/sway/pull/6046 MAINTAINER= jbeich@FreeBSD.org COMMENT= i3-compatible Wayland compositor diff --git a/x11-wm/sway/distinfo b/x11-wm/sway/distinfo index 8d16ea61f70f..de87c59abf6a 100644 --- a/x11-wm/sway/distinfo +++ b/x11-wm/sway/distinfo @@ -13,3 +13,9 @@ SHA256 (a52176f83035.patch) = 503f0ce5699799b82332a414d76b2148d53d1066a1e77ff24b SIZE (a52176f83035.patch) = 2588 SHA256 (c9fe0626ca73.patch) = 4f6005a1f7c9b454ab6e7c85a01b44c27cc5f2641e58bb220220fdceb7b111cb SIZE (c9fe0626ca73.patch) = 913 +SHA256 (1a6471be172f.patch) = d825b90b3c3e9bc98f1b84bef668fc7e9c2ca22f37e5faeeb7f104e49d09ae9c +SIZE (1a6471be172f.patch) = 2037 +SHA256 (79e43b19d795.patch) = 0591e0467bf2ccd8cded9851e2a87ad831e183dd6a79fff86a9205c0eeee14f0 +SIZE (79e43b19d795.patch) = 1001 +SHA256 (e7af5b630916.patch) = 9ff1b9093fccdc34cd8dab97a60f54abd2c34af5b00925ca6f573a462ad1f141 +SIZE (e7af5b630916.patch) = 1395