Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jul 2021 07:58:39 GMT
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 401256d56ad8 - main - www/qt5-webkit: prepare for glib-2.68.3
Message-ID:  <202107240758.16O7wddg091734@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by tcberner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=401256d56ad875724fadb66edb0278c304c84ffe

commit 401256d56ad875724fadb66edb0278c304c84ffe
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2021-07-24 07:51:58 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107240758.16O7wddg091734>