Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Nov 2020 05:36:02 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553885 - head/www/qt5-webkit
Message-ID:  <202011020536.0A25a2dO010038@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <ml+freebsd@vishwin.info>
  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



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