diff options
author | makc <makc@FreeBSD.org> | 2014-03-04 00:50:32 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2014-03-04 00:50:32 +0800 |
commit | c05a76ed15368176b937f2b06dad88f13e12f4f0 (patch) | |
tree | 0facf8a13da71e87170cdfcf5902ed77d09cb72f /CHANGES | |
parent | 5e6b17ee28fc3150198fa33fda5c63d81fbc8872 (diff) | |
download | freebsd-ports-graphics-c05a76ed15368176b937f2b06dad88f13e12f4f0.tar.gz freebsd-ports-graphics-c05a76ed15368176b937f2b06dad88f13e12f4f0.tar.zst freebsd-ports-graphics-c05a76ed15368176b937f2b06dad88f13e12f4f0.zip |
KDE/FreeBSD team is happy to present Qt 5 in ports!
Alberto Villa (avilla@) has done all the hard work to create Qt 5 ports.
Trivial update from 5.2.0-beta1 to 5.2.1 by me.
Special thanks for Adriaan de Groot <groot@kde.org> for his assistance for
Qt-5.2.0 update.
Approved by: portmgr (bapt) (for Mk/bsd.port.mk)
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -10,6 +10,13 @@ in the release notes and/or placed into UPDATING. All ports committers are allowed to commit to this file. +20140303: +AUTHOR: kde@FreeBSD.org + + Add support for Qt 5 via USE_QT5. USE_QT5 is analogous to USE_QT4, + the only difference is the list of available components + (see Mk/bsd.qt.mk for details). USES=qmake supports Qt 5 as well. + 20140127: AUTHOR: mat@FreeBSD.org |