diff options
author | tcberner <tcberner@FreeBSD.org> | 2016-10-28 21:43:14 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2016-10-28 21:43:14 +0800 |
commit | 8b807e5395f7304d8a3de70a1067242c644922cb (patch) | |
tree | 7cfcdd85e2e9fd3db96642ae81d9f1a7b8b8cb04 /x11-themes | |
parent | adb3ce9f67f74fafee806dc08a8b059be64df371 (diff) | |
download | freebsd-ports-graphics-8b807e5395f7304d8a3de70a1067242c644922cb.tar.gz freebsd-ports-graphics-8b807e5395f7304d8a3de70a1067242c644922cb.tar.zst freebsd-ports-graphics-8b807e5395f7304d8a3de70a1067242c644922cb.zip |
Update Qt to 5.6.2 [1,2]
Thanks to the upstream work of Marie Loise Nolden, we could get rid of a handful
of patches, as they have been properly upstreamed. The rest of the work is just
some minor plist changes.
I would like to thank Loise <nolden@kde.org> for the upstream work, and Adriaan
<groot@kde.org> for getting the update into shape.
[1] http://blog.qt.io/blog/2016/10/12/qt-5-6-2-released/
[2] http://wiki.qt.io/Qt_5.6.2_Change_Files
PR: 213530
Exp-run by: antoine
Submitted by: Adriaan de Groot <groot@kde.org>
Reviewed by: rakuco, mat, tcberner
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D8228
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/qt5-style-plugins/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-themes/qt5-style-plugins/Makefile b/x11-themes/qt5-style-plugins/Makefile index edbe5c89462..4d9dcf876d0 100644 --- a/x11-themes/qt5-style-plugins/Makefile +++ b/x11-themes/qt5-style-plugins/Makefile @@ -1,4 +1,4 @@ -# Created by: Ralf Nolden <nolden@kde.org> +# Created by: Marie Loise Nolden <nolden@kde.org> # $FreeBSD$ PORTNAME= qt5-style-plugins |