From owner-dev-commits-ports-all@freebsd.org Sat Jul 24 07:58:39 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 B2AE165B931; Sat, 24 Jul 2021 07:58: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 4GWz8b4PXhz3D28; Sat, 24 Jul 2021 07:58:39 +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 7E9E54E6F; Sat, 24 Jul 2021 07:58:39 +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 16O7wdlH091735; Sat, 24 Jul 2021 07:58:39 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16O7wddg091734; Sat, 24 Jul 2021 07:58:39 GMT (envelope-from git) Date: Sat, 24 Jul 2021 07:58:39 GMT Message-Id: <202107240758.16O7wddg091734@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "Tobias C. Berner" Subject: git: 401256d56ad8 - main - www/qt5-webkit: prepare for glib-2.68.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tcberner X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 401256d56ad875724fadb66edb0278c304c84ffe 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: Sat, 24 Jul 2021 07:58:39 -0000 The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=401256d56ad875724fadb66edb0278c304c84ffe commit 401256d56ad875724fadb66edb0278c304c84ffe Author: Tobias C. Berner AuthorDate: 2021-07-24 07:51:58 +0000 Commit: Tobias C. Berner CommitDate: 2021-07-24 07:51:58 +0000 www/qt5-webkit: prepare for glib-2.68.3 Obtained from: https://github.com/qtwebkit/qtwebkit/pull/1058/commits/5b698ba3faffd4e198a45be9fe74f53307395e4b PR: 256200 --- www/qt5-webkit/Makefile | 6 ++++-- www/qt5-webkit/distinfo | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/www/qt5-webkit/Makefile b/www/qt5-webkit/Makefile index b2831a472319..ab828bf60666 100644 --- a/www/qt5-webkit/Makefile +++ b/www/qt5-webkit/Makefile @@ -6,8 +6,10 @@ MASTER_SITES= https://github.com/qt${PORTNAME}/qt${PORTNAME}/releases/download/ PKGNAMEPREFIX= qt5- DISTNAME= qt${PORTNAME}-${DISTVERSION} -PATCH_SITES= https://github.com/qt${PORTNAME}/qt${PORTNAME}/commit/ -PATCHFILES+= 78360c01c796b6260bf828bc9c8a0ef73c5132fd.patch:-p1 +PATCH_SITES= https://github.com/qt${PORTNAME}/qt${PORTNAME}/commit/ \ + https://github.com/qtwebkit/qtwebkit/pull/1058/commits/:glib268 +PATCHFILES+= 78360c01c796b6260bf828bc9c8a0ef73c5132fd.patch:-p1 \ + 5b698ba3faffd4e198a45be9fe74f53307395e4b.patch:-p1:glib268 MAINTAINER= kde@FreeBSD.org COMMENT= QtWebKit with a more modern WebKit code base diff --git a/www/qt5-webkit/distinfo b/www/qt5-webkit/distinfo index 423aec4bde7a..0a2cde9210e0 100644 --- a/www/qt5-webkit/distinfo +++ b/www/qt5-webkit/distinfo @@ -1,5 +1,7 @@ -TIMESTAMP = 1604257562 +TIMESTAMP = 1627113086 SHA256 (qtwebkit-5.212.0-alpha4.tar.xz) = 9ca126da9273664dd23a3ccd0c9bebceb7bb534bddd743db31caf6a5a6d4a9e6 SIZE (qtwebkit-5.212.0-alpha4.tar.xz) = 12528508 SHA256 (78360c01c796b6260bf828bc9c8a0ef73c5132fd.patch) = 9db5480dfbd3c440489e8e4131e3555b2af61fa4b6c19f35227588c5996be128 SIZE (78360c01c796b6260bf828bc9c8a0ef73c5132fd.patch) = 1100 +SHA256 (5b698ba3faffd4e198a45be9fe74f53307395e4b.patch) = aee2faef4e77809051cef163195b9be4fc4ec1302d4ceca4c6027d3f5d8d2a25 +SIZE (5b698ba3faffd4e198a45be9fe74f53307395e4b.patch) = 841