Date: Mon, 18 Oct 2021 21:45:59 GMT From: Adriaan de Groot <adridg@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8b003781df94 - main - x11/sddm: improve pkg-message Message-ID: <202110182145.19ILjxJB081680@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=8b003781df94d8f78bdc741ac7311c7af6620f6e commit 8b003781df94d8f78bdc741ac7311c7af6620f6e Author: Adriaan de Groot <adridg@FreeBSD.org> AuthorDate: 2021-10-18 21:42:28 +0000 Commit: Adriaan de Groot <adridg@FreeBSD.org> CommitDate: 2021-10-18 21:45:56 +0000 x11/sddm: improve pkg-message Make "requires" more clear: needs one of .xinitrc or xterm. PR: 259229 Reported by: Graham Perrin --- x11/sddm/Makefile | 2 +- x11/sddm/pkg-message | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11/sddm/Makefile b/x11/sddm/Makefile index d3afc62e8501..2615d7f6b885 100644 --- a/x11/sddm/Makefile +++ b/x11/sddm/Makefile @@ -1,7 +1,7 @@ PORTNAME= sddm PORTVERSION= 0.19.0 DISTVERSIONPREFIX= v -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11 MAINTAINER= kde@FreeBSD.org diff --git a/x11/sddm/pkg-message b/x11/sddm/pkg-message index 2f3a3614efe5..19fa73e2335c 100644 --- a/x11/sddm/pkg-message +++ b/x11/sddm/pkg-message @@ -12,9 +12,9 @@ EOM } { type: install message: <<EOM -SDDM lists a "user session" which requires an .xinitrc in the user's -home directory, or as a fallback, xterm. It is advised to write an -.xinitrc if you want to use the "user session" feature. +SDDM lists a "user session" which needs either an .xinitrc in the user's +home directory, or as a fallback, xterm. In order to use the "user session" +feature, a ~/.xinitrc is recommended. EOM } ]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110182145.19ILjxJB081680>