summaryrefslogtreecommitdiff
path: root/x11/qt5
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2018-01-17 19:30:46 +0000
committermarkd <markd@pkgsrc.org>2018-01-17 19:30:46 +0000
commit18c1dafceeaaf3a6a67945c099ee11fc0b21a590 (patch)
tree6dc8f194ce4b5a6a9b1def7a25dd4090a665259e /x11/qt5
parent9e90447d08deb94c60ee7ccd0bdaa846ad13bb88 (diff)
downloadpkgsrc-18c1dafceeaaf3a6a67945c099ee11fc0b21a590.tar.gz
qt5: update to 5.10.0
2+ years worth of bug fixes and feature enhancements
Diffstat (limited to 'x11/qt5')
-rw-r--r--x11/qt5/Makefile11
-rw-r--r--x11/qt5/Makefile.common6
2 files changed, 5 insertions, 12 deletions
diff --git a/x11/qt5/Makefile b/x11/qt5/Makefile
index a7b98e62763..1f2e620cefe 100644
--- a/x11/qt5/Makefile
+++ b/x11/qt5/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2017/12/05 19:57:46 joerg Exp $
+# $NetBSD: Makefile,v 1.11 2018/01/17 19:30:46 markd Exp $
DISTNAME= qt5-${QTVERSION}
-PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= # none
@@ -11,9 +10,6 @@ META_PACKAGE= yes
.include "Makefile.common"
-DEPENDS+= qt5-mysql-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-mysql
-DEPENDS+= qt5-odbc-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-odbc
-DEPENDS+= qt5-psql-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-psql
DEPENDS+= qt5-qtbase-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtbase
DEPENDS+= qt5-qtdeclarative-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtdeclarative
DEPENDS+= qt5-qtdoc-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtdoc
@@ -21,7 +17,6 @@ DEPENDS+= qt5-qtgraphicaleffects-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtgraphic
DEPENDS+= qt5-qtimageformats-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtimageformats
DEPENDS+= qt5-qtlocation-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtlocation
DEPENDS+= qt5-qtmultimedia-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtmultimedia
-DEPENDS+= qt5-qtquick1-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtquick1
DEPENDS+= qt5-qtquickcontrols-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtquickcontrols
DEPENDS+= qt5-qtscript-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtscript
DEPENDS+= qt5-qtsensors-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtsensors
@@ -30,10 +25,8 @@ DEPENDS+= qt5-qtsvg-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtsvg
DEPENDS+= qt5-qttools-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qttools
DEPENDS+= qt5-qttranslations-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qttranslations
DEPENDS+= qt5-qtwebchannel-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtwebchannel
-DEPENDS+= qt5-qtwebkit-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtwebkit
-DEPENDS+= qt5-websockets-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtwebsockets
+DEPENDS+= qt5-qtwebsockets-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtwebsockets
DEPENDS+= qt5-qtxmlpatterns-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtxmlpatterns
-DEPENDS+= qt5-sqlite3-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-sqlite3
.if ${OPSYS} == "Darwin"
DEPENDS+= qt5-qtmacextras-${QTVERSION}{,nb[0-9]*}:../../x11/qt5-qtmacextras
.else
diff --git a/x11/qt5/Makefile.common b/x11/qt5/Makefile.common
index 54f79754077..e6eb0275f16 100644
--- a/x11/qt5/Makefile.common
+++ b/x11/qt5/Makefile.common
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.5 2015/10/26 19:03:59 adam Exp $
-# used by x11/qt5-qtbase/Makefile.common
+# $NetBSD: Makefile.common,v 1.6 2018/01/17 19:30:46 markd Exp $
+# used by wip/qt5-qtbase/Makefile.common
# used by inputmethod/qt5-uim/Makefile
-QTVERSION= 5.5.1
+QTVERSION= 5.10.0
.include "../../mk/bsd.prefs.mk"