From owner-svn-ports-head@freebsd.org Mon Nov 2 05:36:03 2020 Return-Path: Delivered-To: svn-ports-head@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 1A2A23F5F88; Mon, 2 Nov 2020 05:36:03 +0000 (UTC) (envelope-from tcberner@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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CPhTt6wrjz44Gj; Mon, 2 Nov 2020 05:36:02 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CCC6E243DD; Mon, 2 Nov 2020 05:36:02 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0A25a2pm010040; Mon, 2 Nov 2020 05:36:02 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0A25a2dO010038; Mon, 2 Nov 2020 05:36:02 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <202011020536.0A25a2dO010038@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Mon, 2 Nov 2020 05:36:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r553885 - head/www/qt5-webkit X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/www/qt5-webkit X-SVN-Commit-Revision: 553885 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Nov 2020 05:36:03 -0000 Author: tcberner Date: Mon Nov 2 05:36:02 2020 New Revision: 553885 URL: https://svnweb.freebsd.org/changeset/ports/553885 Log: www/qt5-webkit: fix build with Python 3.9 PR: 250792 Submitted by: Charlie Li Obtained from: https://github.com/qtwebkit/qtwebkit/commit/78360c01c796b6260bf828bc9c8a0ef73c5132fd Modified: head/www/qt5-webkit/Makefile head/www/qt5-webkit/distinfo Modified: head/www/qt5-webkit/Makefile ============================================================================== --- head/www/qt5-webkit/Makefile Mon Nov 2 02:33:31 2020 (r553884) +++ head/www/qt5-webkit/Makefile Mon Nov 2 05:36:02 2020 (r553885) @@ -8,6 +8,9 @@ MASTER_SITES= https://github.com/qt${PORTNAME}/qt${PO PKGNAMEPREFIX= qt5- DISTNAME= qt${PORTNAME}-${DISTVERSION} +PATCH_SITES= https://github.com/qt${PORTNAME}/qt${PORTNAME}/commit/ +PATCHFILES+= 78360c01c796b6260bf828bc9c8a0ef73c5132fd.patch:-p1 + MAINTAINER= kde@FreeBSD.org COMMENT= QtWebKit with a more modern WebKit code base Modified: head/www/qt5-webkit/distinfo ============================================================================== --- head/www/qt5-webkit/distinfo Mon Nov 2 02:33:31 2020 (r553884) +++ head/www/qt5-webkit/distinfo Mon Nov 2 05:36:02 2020 (r553885) @@ -1,3 +1,5 @@ -TIMESTAMP = 1584376405 +TIMESTAMP = 1604257562 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