aboutsummaryrefslogtreecommitdiff
path: root/www/qt5-webengine
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2018-09-09 11:12:14 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2018-09-09 11:12:14 +0000
commit60768bf27dd05346f8983d58a37e17c19e57b008 (patch)
tree14c8caf3a4faffb7ced57199122d2684e515c95b /www/qt5-webengine
parent1d96dcd188cc119979168cff4f76c364ebfc8ecc (diff)
downloadports-60768bf27dd05346f8983d58a37e17c19e57b008.tar.gz
ports-60768bf27dd05346f8983d58a37e17c19e57b008.zip
Update Qt5 to 5.11.1
Big thanks to * brnrd for the libressl patches in net/qt5-network * jhale for fixing the bulk load of ports PR: 230884 Exp-run by: antoine
Notes
Notes: svn path=/head/; revision=479286
Diffstat (limited to 'www/qt5-webengine')
-rw-r--r--www/qt5-webengine/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/qt5-webengine/Makefile b/www/qt5-webengine/Makefile
index 388e8d8cb3c5..213da39a64b4 100644
--- a/www/qt5-webengine/Makefile
+++ b/www/qt5-webengine/Makefile
@@ -20,7 +20,7 @@
PORTNAME= webengine
DISTVERSION= ${QT5_VERSION}
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= www
PKGNAMEPREFIX= qt5-
@@ -141,5 +141,7 @@ pre-configure:
# Unbundle a few dependencies.
${PYTHON_CMD} ${WRKSRC}/src/3rdparty/chromium/build/linux/unbundle/replace_gn_files.py \
--system-libraries libwebp libxml libxslt yasm
+# Rerun syncqt.pl -- otherwise the resulting package misses some forwarding headers.
+ cd ${WRKSRC} && ${QT_BINDIR}/syncqt.pl -version ${QT5_VERSION}
.include <bsd.port.post.mk>