git: fec4fe9f84a8 - main - x11/sddm: requires xauth at runtime
Adriaan de Groot
adridg at FreeBSD.org
Wed Jul 14 13:11:51 UTC 2021
The branch main has been updated by adridg:
URL: https://cgit.FreeBSD.org/ports/commit/?id=fec4fe9f84a8d5bdc690986856ed7ea39950c880
commit fec4fe9f84a8d5bdc690986856ed7ea39950c880
Author: Aoek <pr at aoek.com>
AuthorDate: 2021-07-14 12:47:41 +0000
Commit: Adriaan de Groot <adridg at FreeBSD.org>
CommitDate: 2021-07-14 13:11:42 +0000
x11/sddm: requires xauth at runtime
PR: 256870
---
x11/sddm/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/x11/sddm/Makefile b/x11/sddm/Makefile
index 1c8dbc0b20c6..b13d0c4c0940 100644
--- a/x11/sddm/Makefile
+++ b/x11/sddm/Makefile
@@ -1,7 +1,7 @@
PORTNAME= sddm
PORTVERSION= 0.19.0
DISTVERSIONPREFIX= v
-PORTREVISION= 3
+PORTREVISION= 4
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-all
mailing list