git: d736135190cf - 2021Q3 - x11/sddm: requires xauth at runtime

Tobias C. Berner tcberner at FreeBSD.org
Wed Jul 14 13:17:50 UTC 2021


The branch 2021Q3 has been updated by tcberner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d736135190cfdfde6f3f2421ad69c909367eba4f

commit d736135190cfdfde6f3f2421ad69c909367eba4f
Author:     Aoek <pr at aoek.com>
AuthorDate: 2021-07-14 12:47:41 +0000
Commit:     Tobias C. Berner <tcberner at FreeBSD.org>
CommitDate: 2021-07-14 13:17:27 +0000

    x11/sddm: requires xauth at runtime
    
    PR:             256870
    (cherry picked from commit fec4fe9f84a8d5bdc690986856ed7ea39950c880)
---
 x11/sddm/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/x11/sddm/Makefile b/x11/sddm/Makefile
index 7a7271f28433..a3e52ad8f5cb 100644
--- a/x11/sddm/Makefile
+++ b/x11/sddm/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	sddm
 PORTVERSION=	0.19.0
 DISTVERSIONPREFIX=	v
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11
 
 MAINTAINER=	kde at FreeBSD.org
@@ -17,7 +17,8 @@ LICENSE_FILE_GPLv2+ =	${WRKSRC}/LICENSE
 LICENSE_FILE_CC-BY-3.0=	${WRKSRC}/LICENSE.CC-BY-3.0
 
 BUILD_DEPENDS=	rst2man.py-${PYTHON_VER}:textproc/py-docutils@${PY_FLAVOR}
-RUN_DEPENDS=	dbus-run-session:devel/dbus
+RUN_DEPENDS=	dbus-run-session:devel/dbus \
+		xauth:x11/xauth
 
 USES=		cmake compiler:c++11-lang kde:5 pkgconfig python:build qt:5 xorg
 USE_GITHUB=	yes


More information about the dev-commits-ports-branches mailing list