diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-05-05 20:47:22 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-05-05 20:47:22 +0000 |
commit | 5b979ce1a8e238797d64d920189aa7f658df4dd2 (patch) | |
tree | 2015cfd3cef2d1e1dc4c19e9e7c48b34e3510de3 /misc/qt4-qtdemo/Makefile | |
parent | c1617bf42565a68989e579467ae7964eb9953cdd (diff) |
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
Notes
Notes:
svn path=/head/; revision=353040
Diffstat (limited to 'misc/qt4-qtdemo/Makefile')
-rw-r--r-- | misc/qt4-qtdemo/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/qt4-qtdemo/Makefile b/misc/qt4-qtdemo/Makefile index c2ffa15f705a..b7cb781152b0 100644 --- a/misc/qt4-qtdemo/Makefile +++ b/misc/qt4-qtdemo/Makefile @@ -3,7 +3,6 @@ PORTNAME= qtdemo DISTVERSION= ${QT4_VERSION} -PORTREVISION= 2 CATEGORIES= misc PKGNAMEPREFIX= qt4- |