Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Sep 2020 04:01:28 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548448 - head/misc/qtchooser
Message-ID:  <202009130401.08D41SRD002096@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Sun Sep 13 04:01:28 2020
New Revision: 548448
URL: https://svnweb.freebsd.org/changeset/ports/548448

Log:
  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.

Modified:
  head/misc/qtchooser/Makefile
  head/misc/qtchooser/pkg-message

Modified: head/misc/qtchooser/Makefile
==============================================================================
--- head/misc/qtchooser/Makefile	Sun Sep 13 03:19:20 2020	(r548447)
+++ head/misc/qtchooser/Makefile	Sun Sep 13 04:01:28 2020	(r548448)
@@ -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

Modified: head/misc/qtchooser/pkg-message
==============================================================================
--- head/misc/qtchooser/pkg-message	Sun Sep 13 03:19:20 2020	(r548447)
+++ head/misc/qtchooser/pkg-message	Sun Sep 13 04:01:28 2020	(r548448)
@@ -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
 }
 ]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009130401.08D41SRD002096>