diff options
author | rakuco <rakuco@FreeBSD.org> | 2015-03-18 17:37:42 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2015-03-18 17:37:42 +0800 |
commit | 3fc71f43a05b28a5b28e2ee1a0b522650ce30d17 (patch) | |
tree | c0c66b80a92a56c0bc2bea93add708c3873588aa /Mk | |
parent | 322e1023078d50be84f3efbc8cc4b89a78022592 (diff) | |
download | freebsd-ports-gnome-3fc71f43a05b28a5b28e2ee1a0b522650ce30d17.tar.gz freebsd-ports-gnome-3fc71f43a05b28a5b28e2ee1a0b522650ce30d17.tar.zst freebsd-ports-gnome-3fc71f43a05b28a5b28e2ee1a0b522650ce30d17.zip |
Update Qt5 to 5.4.1.
This is probably the first time our Qt 5 ports are tracking the latest
upstream release :-)
There isn't much to report in this update, thanks to the effort spent in the
5.2->5.3 update: a lot of the work is just small plist and patch updates.
Thankfully, several patches have been upstreamed and are not needed on our
side anymore.
I would like to thank Alex Richardson <arichardson.kde@gmail.com> and Tobias
Berner <tcberner@gmail.com> for their help with the plist updates and
general testing.
PR: 198585
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 ff22a13aee08..837066807f89 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.6 -QT5_VERSION?= 5.3.2 +QT5_VERSION?= 5.4.1 QT_PREFIX?= ${LOCALBASE} |