git: 0bdaa08f3044 - main - x11/hypridle: adjust consolekit2 comment

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Mon, 26 Feb 2024 13:14:23 UTC
The branch main has been updated by jbeich:

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

commit 0bdaa08f3044e8d4f213e146606d2afc71ab8adf
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-02-26 13:10:33 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-02-26 13:14:11 +0000

    x11/hypridle: adjust consolekit2 comment
---
 x11/hypridle/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11/hypridle/Makefile b/x11/hypridle/Makefile
index 5c72eef434f2..6dddb29d3c3a 100644
--- a/x11/hypridle/Makefile
+++ b/x11/hypridle/Makefile
@@ -26,7 +26,8 @@ LDFLAGS+=	-Wl,--as-needed # sdbus-cpp deps
 PLIST_FILES=	bin/${PORTNAME}
 
 post-patch:
-# Temporarily use ConsoleKit2 like sysutils/gnome-settings-daemon
+# https://github.com/ConsoleKit2/ConsoleKit2/issues/150
+# https://github.com/ConsoleKit2/ConsoleKit2/issues/151
 	@${REINPLACE_CMD} -e 's,/login1,/ConsoleKit/Manager,' \
 		-e 's,login1,ConsoleKit,' \
 		-e 's,logind,consolekit2,' \