summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authordbj <dbj@pkgsrc.org>2020-11-29 22:33:21 +0000
committerdbj <dbj@pkgsrc.org>2020-11-29 22:33:21 +0000
commitd8b33f4efec7048a1da83a0b6ebe728128f8e785 (patch)
treeb18b6b4fc7195be0896818f5e1a9fd958d939536 /x11
parentc5fe4a8f4ec206836ec4e3d600f7c8657e0416b7 (diff)
downloadpkgsrc-d8b33f4efec7048a1da83a0b6ebe728128f8e785.tar.gz
x11/qt5-*: avoid calling install_name_tool on symlinks
otherwise, it converts symlinks to copies which creates problems with duplicate dylibs at runtime
Diffstat (limited to 'x11')
-rw-r--r--x11/qt5-mysql/Makefile3
-rw-r--r--x11/qt5-odbc/Makefile3
-rw-r--r--x11/qt5-psql/Makefile3
-rw-r--r--x11/qt5-qtbase/Makefile3
-rw-r--r--x11/qt5-qtbase/Makefile.common4
-rw-r--r--x11/qt5-qtcharts/Makefile3
-rw-r--r--x11/qt5-qtconnectivity/Makefile3
-rw-r--r--x11/qt5-qtdeclarative/Makefile3
-rw-r--r--x11/qt5-qtdoc/Makefile3
-rw-r--r--x11/qt5-qtgraphicaleffects/Makefile3
-rw-r--r--x11/qt5-qtimageformats/Makefile3
-rw-r--r--x11/qt5-qtlocation/Makefile3
-rw-r--r--x11/qt5-qtmacextras/Makefile3
-rw-r--r--x11/qt5-qtmultimedia/Makefile3
-rw-r--r--x11/qt5-qtnetworkauth/Makefile3
-rw-r--r--x11/qt5-qtquickcontrols/Makefile3
-rw-r--r--x11/qt5-qtquickcontrols2/Makefile3
-rw-r--r--x11/qt5-qtscript/Makefile3
-rw-r--r--x11/qt5-qtscxml/Makefile3
-rw-r--r--x11/qt5-qtsensors/Makefile3
-rw-r--r--x11/qt5-qtserialport/Makefile3
-rw-r--r--x11/qt5-qtspeech/Makefile3
-rw-r--r--x11/qt5-qtsvg/Makefile3
-rw-r--r--x11/qt5-qttools/Makefile3
-rw-r--r--x11/qt5-qttranslations/Makefile3
-rw-r--r--x11/qt5-qtvirtualkeyboard/Makefile3
-rw-r--r--x11/qt5-qtwayland/Makefile3
-rw-r--r--x11/qt5-qtwebchannel/Makefile3
-rw-r--r--x11/qt5-qtwebsockets/Makefile3
-rw-r--r--x11/qt5-qtx11extras/Makefile3
-rw-r--r--x11/qt5-qtxmlpatterns/Makefile3
31 files changed, 62 insertions, 32 deletions
diff --git a/x11/qt5-mysql/Makefile b/x11/qt5-mysql/Makefile
index 741fd5166c2..805d98a3199 100644
--- a/x11/qt5-mysql/Makefile
+++ b/x11/qt5-mysql/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.48 2020/11/21 11:22:31 adam Exp $
+# $NetBSD: Makefile,v 1.49 2020/11/29 22:33:21 dbj Exp $
DISTNAME= qtbase-everywhere-src-${QTVERSION}
PKGNAME= qt5-mysql-${QTVERSION}
+PKGREVISION= 1
COMMENT= Qt5 MySQL plugin
CFLAGS+= -I${BUILDLINK_PREFIX.mysql-client}/include/mysql
diff --git a/x11/qt5-odbc/Makefile b/x11/qt5-odbc/Makefile
index 080b7a2b115..8ee17074f80 100644
--- a/x11/qt5-odbc/Makefile
+++ b/x11/qt5-odbc/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.49 2020/11/21 11:22:31 adam Exp $
+# $NetBSD: Makefile,v 1.50 2020/11/29 22:33:21 dbj Exp $
DISTNAME= qtbase-everywhere-src-${QTVERSION}
PKGNAME= qt5-odbc-${QTVERSION}
+PKGREVISION= 1
COMMENT= Qt5 odbc plugin
BUILD_DIRS= src/plugins/sqldrivers
diff --git a/x11/qt5-psql/Makefile b/x11/qt5-psql/Makefile
index aacf9337abc..6fa62095d3d 100644
--- a/x11/qt5-psql/Makefile
+++ b/x11/qt5-psql/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.51 2020/11/21 11:22:31 adam Exp $
+# $NetBSD: Makefile,v 1.52 2020/11/29 22:33:21 dbj Exp $
DISTNAME= qtbase-everywhere-src-${QTVERSION}
PKGNAME= qt5-psql-${QTVERSION}
+PKGREVISION= 1
COMMENT= Qt5 PostgreSQL plugin
BUILD_QT5= yes
diff --git a/x11/qt5-qtbase/Makefile b/x11/qt5-qtbase/Makefile
index 60cdd693cef..b24119697d7 100644
--- a/x11/qt5-qtbase/Makefile
+++ b/x11/qt5-qtbase/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.104 2020/11/21 11:22:31 adam Exp $
+# $NetBSD: Makefile,v 1.105 2020/11/29 22:33:21 dbj Exp $
DISTNAME= qtbase-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtbase-${QTVERSION}
+PKGREVISION= 1
COMMENT= C++ X GUI toolkit
.include "../../x11/qt5-qtbase/Makefile.common"
diff --git a/x11/qt5-qtbase/Makefile.common b/x11/qt5-qtbase/Makefile.common
index f822b988d87..b79ead64caa 100644
--- a/x11/qt5-qtbase/Makefile.common
+++ b/x11/qt5-qtbase/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.45 2020/11/29 22:32:17 dbj Exp $
+# $NetBSD: Makefile.common,v 1.46 2020/11/29 22:33:21 dbj Exp $
# used by x11/qt5-mysql/Makefile
# used by x11/qt5-odbc/Makefile
# used by x11/qt5-psql/Makefile
@@ -77,7 +77,7 @@ do-configure:
.PHONY: fix-darwin-install-name
post-install: fix-darwin-install-name
fix-darwin-install-name:
- ${FIND} ${DESTDIR}${PREFIX} -name "*.dylib" -print | \
+ ${FIND} ${DESTDIR}${PREFIX} -name "*.dylib" -type f -print | \
while read lib; do \
libname=`basename $${lib}`; \
libdir=`dirname $${lib} | sed -e 's,${DESTDIR},,'`; \
diff --git a/x11/qt5-qtcharts/Makefile b/x11/qt5-qtcharts/Makefile
index 325a83cf26d..d45f0ab91da 100644
--- a/x11/qt5-qtcharts/Makefile
+++ b/x11/qt5-qtcharts/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2020/11/21 11:22:31 adam Exp $
+# $NetBSD: Makefile,v 1.22 2020/11/29 22:33:21 dbj Exp $
DISTNAME= qtcharts-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtcharts-${QTVERSION}
+PKGREVISION= 1
COMMENT= Qt5 module for charts framework
BUILD_TARGET= sub-src
diff --git a/x11/qt5-qtconnectivity/Makefile b/x11/qt5-qtconnectivity/Makefile
index 9b6d8665b29..7627a7311c2 100644
--- a/x11/qt5-qtconnectivity/Makefile
+++ b/x11/qt5-qtconnectivity/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2020/11/21 11:22:32 adam Exp $
+# $NetBSD: Makefile,v 1.18 2020/11/29 22:33:21 dbj Exp $
DISTNAME= qtconnectivity-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtconnectivity-${QTVERSION}
+PKGREVISION= 1
COMMENT= Qt5 module for connectivity framework
BUILD_TARGET= sub-src
diff --git a/x11/qt5-qtdeclarative/Makefile b/x11/qt5-qtdeclarative/Makefile
index 42d40f6c1b7..7162817cda3 100644
--- a/x11/qt5-qtdeclarative/Makefile
+++ b/x11/qt5-qtdeclarative/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.55 2020/11/21 11:22:32 adam Exp $
+# $NetBSD: Makefile,v 1.56 2020/11/29 22:33:22 dbj Exp $
DISTNAME= qtdeclarative-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtdeclarative-${QTVERSION}
+PKGREVISION= 1
COMMENT= Qt5 module for declarative framework
BUILD_TARGET= sub-tools
diff --git a/x11/qt5-qtdoc/Makefile b/x11/qt5-qtdoc/Makefile
index 9c70bac0c3a..c2764923a96 100644
--- a/x11/qt5-qtdoc/Makefile
+++ b/x11/qt5-qtdoc/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.63 2020/11/21 11:22:32 adam Exp $
+# $NetBSD: Makefile,v 1.64 2020/11/29 22:33:22 dbj Exp $
DISTNAME= qtdoc-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtdoc-${QTVERSION}
+PKGREVISION= 1
COMMENT= Qt5 documentations
MAKE_ENV+= QTDIR=${QTDIR}
diff --git a/x11/qt5-qtgraphicaleffects/Makefile b/x11/qt5-qtgraphicaleffects/Makefile
index 095a292f49a..81479e3aa4b 100644
--- a/x11/qt5-qtgraphicaleffects/Makefile
+++ b/x11/qt5-qtgraphicaleffects/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.47 2020/11/21 11:22:32 adam Exp $
+# $NetBSD: Makefile,v 1.48 2020/11/29 22:33:22 dbj Exp $
DISTNAME= qtgraphicaleffects-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtgraphicaleffects-${QTVERSION}
+PKGREVISION= 1
COMMENT= Qt5 module for Graphics effects
BUILD_TARGET= sub-src
diff --git a/x11/qt5-qtimageformats/Makefile b/x11/qt5-qtimageformats/Makefile
index 1049cf7280d..860e2d3b5c4 100644
--- a/x11/qt5-qtimageformats/Makefile
+++ b/x11/qt5-qtimageformats/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.51 2020/11/21 11:22:32 adam Exp $
+# $NetBSD: Makefile,v 1.52 2020/11/29 22:33:22 dbj Exp $
DISTNAME= qtimageformats-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtimageformats-${QTVERSION}
+PKGREVISION= 1
COMMENT= Qt5 module for Image formats
BUILD_TARGET= sub-src
diff --git a/x11/qt5-qtlocation/Makefile b/x11/qt5-qtlocation/Makefile
index 1370b125ca3..ed6ff3606d3 100644
--- a/x11/qt5-qtlocation/Makefile
+++ b/x11/qt5-qtlocation/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.51 2020/11/21 11:22:32 adam Exp $
+# $NetBSD: Makefile,v 1.52 2020/11/29 22:33:22 dbj Exp $
DISTNAME= qtlocation-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtlocation-${QTVERSION}
+PKGREVISION= 1
COMMENT= Qt5 module for qtlocation
BUILD_TARGET= sub-src
diff --git a/x11/qt5-qtmacextras/Makefile b/x11/qt5-qtmacextras/Makefile
index d02bb925f77..b7d18a52bcc 100644
--- a/x11/qt5-qtmacextras/Makefile
+++ b/x11/qt5-qtmacextras/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.42 2020/11/21 11:22:32 adam Exp $
+# $NetBSD: Makefile,v 1.43 2020/11/29 22:33:22 dbj Exp $
DISTNAME= qtmacextras-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtmacextras-${QTVERSION}
+PKGREVISION= 1
COMMENT= Qt5 module for Mac extras
BUILD_TARGET= sub-src
diff --git a/x11/qt5-qtmultimedia/Makefile b/x11/qt5-qtmultimedia/Makefile
index 73f55c3afc8..a15a3fe420c 100644
--- a/x11/qt5-qtmultimedia/Makefile
+++ b/x11/qt5-qtmultimedia/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.72 2020/11/21 11:22:33 adam Exp $
+# $NetBSD: Makefile,v 1.73 2020/11/29 22:33:22 dbj Exp $
DISTNAME= qtmultimedia-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtmultimedia-${QTVERSION}
+PKGREVISION= 1
COMMENT= Qt5 module for multimedia
BUILD_TARGET= sub-src
diff --git a/x11/qt5-qtnetworkauth/Makefile b/x11/qt5-qtnetworkauth/Makefile
index 1c3d17fdd81..fb1dde59b3d 100644
--- a/x11/qt5-qtnetworkauth/Makefile
+++ b/x11/qt5-qtnetworkauth/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2020/11/21 11:22:33 adam Exp $
+# $NetBSD: Makefile,v 1.22 2020/11/29 22:33:22 dbj Exp $
DISTNAME= qtnetworkauth-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtnetworkauth-${QTVERSION}
+PKGREVISION= 1
COMMENT= Qt5 module for networkauth framework
BUILD_TARGET= sub-src
diff --git a/x11/qt5-qtquickcontrols/Makefile b/x11/qt5-qtquickcontrols/Makefile
index 02b23b8262a..1c379a2e1c3 100644
--- a/x11/qt5-qtquickcontrols/Makefile
+++ b/x11/qt5-qtquickcontrols/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.47 2020/11/21 11:22:33 adam Exp $
+# $NetBSD: Makefile,v 1.48 2020/11/29 22:33:22 dbj Exp $
DISTNAME= qtquickcontrols-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtquickcontrols-${QTVERSION}
+PKGREVISION= 1
COMMENT= Qt5 module for QuickControls
BUILD_TARGET= sub-src
diff --git a/x11/qt5-qtquickcontrols2/Makefile b/x11/qt5-qtquickcontrols2/Makefile
index 219750e05e8..8754b89d323 100644
--- a/x11/qt5-qtquickcontrols2/Makefile
+++ b/x11/qt5-qtquickcontrols2/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.29 2020/11/21 11:22:33 adam Exp $
+# $NetBSD: Makefile,v 1.30 2020/11/29 22:33:23 dbj Exp $
DISTNAME= qtquickcontrols2-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtquickcontrols2-${QTVERSION}
+PKGREVISION= 1
COMMENT= Next generation user interface controls based on Qt Quick
BUILD_TARGET= sub-src
diff --git a/x11/qt5-qtscript/Makefile b/x11/qt5-qtscript/Makefile
index 16fc576561e..4be9efc07c2 100644
--- a/x11/qt5-qtscript/Makefile
+++ b/x11/qt5-qtscript/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.64 2020/11/21 11:22:33 adam Exp $
+# $NetBSD: Makefile,v 1.65 2020/11/29 22:33:23 dbj Exp $
DISTNAME= qtscript-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtscript-${QTVERSION}
+PKGREVISION= 1
COMMENT= Qt5 module for script
BUILD_TARGET= sub-src
diff --git a/x11/qt5-qtscxml/Makefile b/x11/qt5-qtscxml/Makefile
index a1312f2a24c..4794316a6ce 100644
--- a/x11/qt5-qtscxml/Makefile
+++ b/x11/qt5-qtscxml/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2020/11/21 11:22:33 adam Exp $
+# $NetBSD: Makefile,v 1.14 2020/11/29 22:33:23 dbj Exp $
DISTNAME= qtscxml-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtscxml-${QTVERSION}
+PKGREVISION= 1
COMMENT= Qt5 module for scxml framework
BUILD_TARGET= sub-src
diff --git a/x11/qt5-qtsensors/Makefile b/x11/qt5-qtsensors/Makefile
index 144441389f2..8133bc82b0b 100644
--- a/x11/qt5-qtsensors/Makefile
+++ b/x11/qt5-qtsensors/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.50 2020/11/21 11:22:33 adam Exp $
+# $NetBSD: Makefile,v 1.51 2020/11/29 22:33:23 dbj Exp $
DISTNAME= qtsensors-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtsensors-${QTVERSION}
+PKGREVISION= 1
COMMENT= Qt5 module for Sensors
BUILD_TARGET= sub-src
diff --git a/x11/qt5-qtserialport/Makefile b/x11/qt5-qtserialport/Makefile
index d62dc34ed9a..db48cbf034f 100644
--- a/x11/qt5-qtserialport/Makefile
+++ b/x11/qt5-qtserialport/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.48 2020/11/21 11:22:34 adam Exp $
+# $NetBSD: Makefile,v 1.49 2020/11/29 22:33:23 dbj Exp $
DISTNAME= qtserialport-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtserialport-${QTVERSION}
+PKGREVISION= 1
COMMENT= Qt5 module for Serial Port
BUILD_TARGET= sub-src
diff --git a/x11/qt5-qtspeech/Makefile b/x11/qt5-qtspeech/Makefile
index db7fdb4220b..8ca0461ddc4 100644
--- a/x11/qt5-qtspeech/Makefile
+++ b/x11/qt5-qtspeech/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2020/11/21 11:22:34 adam Exp $
+# $NetBSD: Makefile,v 1.17 2020/11/29 22:33:23 dbj Exp $
DISTNAME= qtspeech-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtspeech-${QTVERSION}
+PKGREVISION= 1
COMMENT= Qt5 module to make text to speech and speech recognition easy
MAKE_ENV+= QTDIR=${QTDIR}
diff --git a/x11/qt5-qtsvg/Makefile b/x11/qt5-qtsvg/Makefile
index 55df62d096d..e81dd74949f 100644
--- a/x11/qt5-qtsvg/Makefile
+++ b/x11/qt5-qtsvg/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.48 2020/11/21 11:22:34 adam Exp $
+# $NetBSD: Makefile,v 1.49 2020/11/29 22:33:23 dbj Exp $
DISTNAME= qtsvg-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtsvg-${QTVERSION}
+PKGREVISION= 1
COMMENT= Qt5 module for SVG
BUILD_TARGET= sub-src
diff --git a/x11/qt5-qttools/Makefile b/x11/qt5-qttools/Makefile
index e68aae9cf66..a7617377dad 100644
--- a/x11/qt5-qttools/Makefile
+++ b/x11/qt5-qttools/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.71 2020/11/21 11:22:34 adam Exp $
+# $NetBSD: Makefile,v 1.72 2020/11/29 22:33:23 dbj Exp $
DISTNAME= qttools-everywhere-src-${QTVERSION}
PKGNAME= qt5-qttools-${QTVERSION}
+PKGREVISION= 1
COMMENT= Qt5 tools
DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils
diff --git a/x11/qt5-qttranslations/Makefile b/x11/qt5-qttranslations/Makefile
index 572c2d9c0fa..af511d531d6 100644
--- a/x11/qt5-qttranslations/Makefile
+++ b/x11/qt5-qttranslations/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.63 2020/11/21 11:22:34 adam Exp $
+# $NetBSD: Makefile,v 1.64 2020/11/29 22:33:23 dbj Exp $
DISTNAME= qttranslations-everywhere-src-${QTVERSION}
PKGNAME= qt5-qttranslations-${QTVERSION}
+PKGREVISION= 1
COMMENT= Qt5 translations
MAKE_ENV+= QTDIR=${QTDIR}
diff --git a/x11/qt5-qtvirtualkeyboard/Makefile b/x11/qt5-qtvirtualkeyboard/Makefile
index 562e2f7b7ff..11204f986cb 100644
--- a/x11/qt5-qtvirtualkeyboard/Makefile
+++ b/x11/qt5-qtvirtualkeyboard/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2020/11/21 11:22:34 adam Exp $
+# $NetBSD: Makefile,v 1.14 2020/11/29 22:33:24 dbj Exp $
DISTNAME= qtvirtualkeyboard-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtvirtualkeyboard-${QTVERSION}
+PKGREVISION= 2
COMMENT= Qt5 module for virtualkeyboard framework
BUILD_TARGET= sub-src
diff --git a/x11/qt5-qtwayland/Makefile b/x11/qt5-qtwayland/Makefile
index e4b8ed07acf..365b7b03345 100644
--- a/x11/qt5-qtwayland/Makefile
+++ b/x11/qt5-qtwayland/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2020/11/21 11:22:34 adam Exp $
+# $NetBSD: Makefile,v 1.17 2020/11/29 22:33:24 dbj Exp $
DISTNAME= qtwayland-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtwayland-${QTVERSION}
+PKGREVISION= 1
COMMENT= Qt5 module for Wayland support
.include "../../devel/wayland/platform.mk"
diff --git a/x11/qt5-qtwebchannel/Makefile b/x11/qt5-qtwebchannel/Makefile
index aa128bbae5f..c64bf9a5372 100644
--- a/x11/qt5-qtwebchannel/Makefile
+++ b/x11/qt5-qtwebchannel/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.44 2020/11/21 11:22:34 adam Exp $
+# $NetBSD: Makefile,v 1.45 2020/11/29 22:33:24 dbj Exp $
DISTNAME= qtwebchannel-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtwebchannel-${QTVERSION}
+PKGREVISION= 1
COMMENT= Qt5 WebChannel module
MAKE_ENV+= QTDIR=${QTDIR}
diff --git a/x11/qt5-qtwebsockets/Makefile b/x11/qt5-qtwebsockets/Makefile
index 5ec70c2506f..7f251f54b90 100644
--- a/x11/qt5-qtwebsockets/Makefile
+++ b/x11/qt5-qtwebsockets/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.42 2020/11/21 11:22:35 adam Exp $
+# $NetBSD: Makefile,v 1.43 2020/11/29 22:33:24 dbj Exp $
DISTNAME= qtwebsockets-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtwebsockets-${QTVERSION}
+PKGREVISION= 1
COMMENT= Qt5 module for websockets
MAKE_ENV+= QTDIR=${QTDIR}
diff --git a/x11/qt5-qtx11extras/Makefile b/x11/qt5-qtx11extras/Makefile
index b0ee982d06a..814139c6161 100644
--- a/x11/qt5-qtx11extras/Makefile
+++ b/x11/qt5-qtx11extras/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.48 2020/11/21 11:22:35 adam Exp $
+# $NetBSD: Makefile,v 1.49 2020/11/29 22:33:24 dbj Exp $
DISTNAME= qtx11extras-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtx11extras-${QTVERSION}
+PKGREVISION= 1
COMMENT= Qt5 module for X11 extras
BUILD_TARGET= sub-src
diff --git a/x11/qt5-qtxmlpatterns/Makefile b/x11/qt5-qtxmlpatterns/Makefile
index a672c4b51ab..4f9a9907ac0 100644
--- a/x11/qt5-qtxmlpatterns/Makefile
+++ b/x11/qt5-qtxmlpatterns/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.48 2020/11/21 11:22:35 adam Exp $
+# $NetBSD: Makefile,v 1.49 2020/11/29 22:33:24 dbj Exp $
DISTNAME= qtxmlpatterns-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtxmlpatterns-${QTVERSION}
+PKGREVISION= 1
COMMENT= Qt5 module for XML Patterns
BUILD_TARGET= sub-tools