diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-05-06 04:47:22 +0800 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-05-06 04:47:22 +0800 |
commit | 5b979ce1a8e238797d64d920189aa7f658df4dd2 (patch) | |
tree | 2015cfd3cef2d1e1dc4c19e9e7c48b34e3510de3 /Mk/bsd.qt.mk | |
parent | c1617bf42565a68989e579467ae7964eb9953cdd (diff) | |
download | freebsd-ports-gnome-5b979ce1a8e238797d64d920189aa7f658df4dd2.tar.gz freebsd-ports-gnome-5b979ce1a8e238797d64d920189aa7f658df4dd2.tar.zst freebsd-ports-gnome-5b979ce1a8e238797d64d920189aa7f658df4dd2.zip |
The KDE on FreeBSD team presents Qt 4.8.6.
This is a minor bugfix release that fortunately contains quite a few patches
that we have upstreamed in the past months.
See http://blog.qt.digia.com/blog/2014/04/24/qt-4-8-6-released/ for a
summary of changes, and
http://download.qt-project.org/official_releases/qt/4.8/4.8.6/changes-4.8.6
for a detailed list of changes.
This patch contains commits by me, makc@ and Schaich Alonso.
PR: ports/189213
Diffstat (limited to 'Mk/bsd.qt.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 60ff33355813..6fc9b5b300e1 100644 --- a/Mk/bsd.qt.mk +++ b/Mk/bsd.qt.mk @@ -26,7 +26,7 @@ Qt_Pre_Include= bsd.qt.mk # Qt versions currently supported by the framework. _QT_SUPPORTED?= 4 5 -QT4_VERSION?= 4.8.5 +QT4_VERSION?= 4.8.6 QT5_VERSION?= 5.2.1 QT_PREFIX?= ${LOCALBASE} |