summaryrefslogtreecommitdiff
path: root/x11/qt5
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-12-18 09:57:17 +0000
committeradam <adam@pkgsrc.org>2018-12-18 09:57:17 +0000
commit3f8cb09fcc29557a8be5199029619afebdf0dbf8 (patch)
treed5495d5c61d57c6459932124374bbdbeacec7341 /x11/qt5
parent1baa3d1bea48d8d76979e4980fcafc1ce414075e (diff)
downloadpkgsrc-3f8cb09fcc29557a8be5199029619afebdf0dbf8.tar.gz
qt5: updated to 5.12.0
Just in time for the end of the year, we have released Qt 5.12 LTS today. This is a long-term-supported (LTS) release that we will support for 3 years to come. We have had a strong focus on quality and fixed more than 2000 bugs since the last Qt LTS version, Qt 5.9.7 – make that over 5000 bugfixes since Qt 5.6.3. Of course, this is only the start, and we will work hard on continuously improving the quality of Qt 5.12 in upcoming patches
Diffstat (limited to 'x11/qt5')
-rw-r--r--x11/qt5/Makefile3
-rw-r--r--x11/qt5/Makefile.common4
2 files changed, 3 insertions, 4 deletions
diff --git a/x11/qt5/Makefile b/x11/qt5/Makefile
index 23026a42988..f38df9fe9ab 100644
--- a/x11/qt5/Makefile
+++ b/x11/qt5/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2018/10/06 22:41:22 adam Exp $
+# $NetBSD: Makefile,v 1.14 2018/12/18 09:57:17 adam Exp $
DISTNAME= qt5-${QTVERSION}
-PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= # none
diff --git a/x11/qt5/Makefile.common b/x11/qt5/Makefile.common
index 9bdff04a708..d17253f98cd 100644
--- a/x11/qt5/Makefile.common
+++ b/x11/qt5/Makefile.common
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.11 2018/10/01 17:44:46 adam Exp $
+# $NetBSD: Makefile.common,v 1.12 2018/12/18 09:57:17 adam Exp $
# used by x11/qt5-qtbase/Makefile.common
# used by inputmethod/qt5-uim/Makefile
-QTVERSION= 5.11.2
+QTVERSION= 5.12.0
.include "../../mk/bsd.prefs.mk"