diff options
author | rakuco <rakuco@FreeBSD.org> | 2014-05-06 04:47:22 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2014-05-06 04:47:22 +0800 |
commit | f42b5431e9f9d7047c4b854d2a8834d8899d3553 (patch) | |
tree | 2015cfd3cef2d1e1dc4c19e9e7c48b34e3510de3 /Mk/bsd.qt.mk | |
parent | 1b4cc3ea3738568cd4efa8cc088bee2cbeeab9f0 (diff) | |
download | freebsd-ports-gnome-f42b5431e9f9d7047c4b854d2a8834d8899d3553.tar.gz freebsd-ports-gnome-f42b5431e9f9d7047c4b854d2a8834d8899d3553.tar.zst freebsd-ports-gnome-f42b5431e9f9d7047c4b854d2a8834d8899d3553.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} |