diff options
author | rakuco <rakuco@FreeBSD.org> | 2018-05-18 20:27:43 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2018-05-18 20:27:43 +0800 |
commit | fca547d7c97a143c5651ce25f326217356497a0f (patch) | |
tree | 783c9065a947687b97911fc572d2fd9079551afb /x11-toolkits/qt5-gamepad | |
parent | 5ad49b732b61948cf0554a1171c324953889eb5e (diff) | |
download | freebsd-ports-gnome-fca547d7c97a143c5651ce25f326217356497a0f.tar.gz freebsd-ports-gnome-fca547d7c97a143c5651ce25f326217356497a0f.tar.zst freebsd-ports-gnome-fca547d7c97a143c5651ce25f326217356497a0f.zip |
Update the Qt5 ports to 5.10.1.
The work was done by tcberner and myself, with thanks to antoine for the
exp-run.
Not a lot to report compared to other Qt5 updates:
* net/qt5-network is still broken with LibreSSL. I said this in a commit
message ages ago but it bears repeating: upstream is open to adding support
for LibreSSL, but someone needs to step up to maintain it upstream, otherwise
things will continue to be broken all the time.
* www/qt5-webengine is a huge monster that is terrible to update, just like
www/chromium itself is. We (kde@) have decided to keep using the 5.9 series
for the time being, as it should be compatible with the rest of Qt anyway. It
was updated to 5.9.5, the latest 5.9 release at the time of writing.
PR: 228213
Diffstat (limited to 'x11-toolkits/qt5-gamepad')
-rw-r--r-- | x11-toolkits/qt5-gamepad/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11-toolkits/qt5-gamepad/Makefile b/x11-toolkits/qt5-gamepad/Makefile index 11e8ad1ef328..dfcb112d058f 100644 --- a/x11-toolkits/qt5-gamepad/Makefile +++ b/x11-toolkits/qt5-gamepad/Makefile @@ -2,7 +2,6 @@ PORTNAME= gamepad DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 CATEGORIES= x11-toolkits PKGNAMEPREFIX= qt5- |