aboutsummaryrefslogtreecommitdiff
path: root/misc/qtchooser
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2020-09-13 04:01:28 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2020-09-13 04:01:28 +0000
commit5e7b0f7d540e18978dcc21c137303fd6efabb190 (patch)
tree614ddbccf53b937badd11d4e7fac14be386d3480 /misc/qtchooser
parent238d925aae9c19070fe5982b9e12e6d62336b86e (diff)
downloadports-5e7b0f7d540e18978dcc21c137303fd6efabb190.tar.gz
ports-5e7b0f7d540e18978dcc21c137303fd6efabb190.zip
Ports Collection no longer offers Qt4 support, make the wording Qt version-
agnostic so it won't become inaccurate with every Qt(n+1) vs. Qt(n) cadence.
Notes
Notes: svn path=/head/; revision=548448
Diffstat (limited to 'misc/qtchooser')
-rw-r--r--misc/qtchooser/Makefile2
-rw-r--r--misc/qtchooser/pkg-message7
2 files changed, 5 insertions, 4 deletions
diff --git a/misc/qtchooser/Makefile b/misc/qtchooser/Makefile
index 6a5346fea6c1..e4eff8a72836 100644
--- a/misc/qtchooser/Makefile
+++ b/misc/qtchooser/Makefile
@@ -2,7 +2,7 @@
PORTNAME= qtchooser
PORTVERSION= 66
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= misc
MASTER_SITES= QT/official_releases/${PORTNAME}
DIST_SUBDIR= KDE/Qt/qtchooser
diff --git a/misc/qtchooser/pkg-message b/misc/qtchooser/pkg-message
index cfb766ac4221..a483281aa96e 100644
--- a/misc/qtchooser/pkg-message
+++ b/misc/qtchooser/pkg-message
@@ -1,12 +1,13 @@
[
{ type: install
message: <<EOM
-qtchooser is a wrapper that allows selecting whether Qt4 or Qt5 binaries for
+qtchooser is a wrapper that allows to specify Qt version of binaries for
qmake, moc and other tools will be run when invoking the binaries in $PATH.
By default, the Qt5 versions are run. It is possible to change the behavior by
-setting the QT_SELECT environment variable to "qt4". See qtchooser(1) for more
-information.
+setting the QT_SELECT environment variable to "qtX", where X is desired Qt
+version, provided that it is offered by the Ports Collection. See qtchooser(1)
+for more information.
EOM
}
]