diff options
author | rakuco <rakuco@FreeBSD.org> | 2018-01-29 20:37:05 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2018-01-29 20:37:05 +0800 |
commit | a3831a747160eefffe82994401ef183712342e0b (patch) | |
tree | 5ae94724228e55bd282627ce24fd04d50e7d6015 /Mk | |
parent | c4dc7b6292c92cdce469ce354c4f1b028ec98b55 (diff) | |
download | freebsd-ports-gnome-a3831a747160eefffe82994401ef183712342e0b.tar.gz freebsd-ports-gnome-a3831a747160eefffe82994401ef183712342e0b.tar.zst freebsd-ports-gnome-a3831a747160eefffe82994401ef183712342e0b.zip |
Update Qt5 to 5.9.4.
Announcement:
https://blog.qt.io/blog/2018/01/23/qt-5-9-4-released/
This is a minor update and a lot easier to land than the previous 5.7.1 ->
5.9.3 commit.
Thanks to antoine for the exp-run.
PR: 225436
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.qt.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.qt.mk b/Mk/bsd.qt.mk index 1b90f0607dea..690c9534a984 100644 --- a/Mk/bsd.qt.mk +++ b/Mk/bsd.qt.mk @@ -27,7 +27,7 @@ Qt_Pre_Include= bsd.qt.mk # Qt versions currently supported by the framework. _QT_SUPPORTED?= 4 5 QT4_VERSION?= 4.8.7 -QT5_VERSION?= 5.9.3 +QT5_VERSION?= 5.9.4 _QT_RELNAME= qt${_QT_VERSION:R:R} _QT_VERSION= # empty |