[Midnightbsd-cvs] mports [23630] trunk/x11: update console kit

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Jul 22 12:56:04 EDT 2018


Revision: 23630
          http://svnweb.midnightbsd.org/mports/?rev=23630
Author:   laffer1
Date:     2018-07-22 12:56:03 -0400 (Sun, 22 Jul 2018)
Log Message:
-----------
update console kit

Modified Paths:
--------------
    trunk/x11/mlogind/Makefile
    trunk/x11/slim/Makefile

Modified: trunk/x11/mlogind/Makefile
===================================================================
--- trunk/x11/mlogind/Makefile	2018-07-22 16:55:25 UTC (rev 23629)
+++ trunk/x11/mlogind/Makefile	2018-07-22 16:56:03 UTC (rev 23630)
@@ -2,7 +2,7 @@
 
 PORTNAME=	mlogind
 PORTVERSION=	1.3.7
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	ports at midnightbsd.org
@@ -54,7 +54,7 @@
 
 .if ${PORT_OPTIONS:MCONSOLEKIT}
 CMAKE_ARGS+=	-DUSE_CONSOLEKIT=yes
-LIB_DEPENDS+=	libck-connector.so:sysutils/consolekit
+LIB_DEPENDS+=	libck-connector.so:sysutils/consolekit2
 .else
 CMAKE_ARGS+=	-DUSE_CONSOLEKIT=no
 .endif

Modified: trunk/x11/slim/Makefile
===================================================================
--- trunk/x11/slim/Makefile	2018-07-22 16:55:25 UTC (rev 23629)
+++ trunk/x11/slim/Makefile	2018-07-22 16:56:03 UTC (rev 23630)
@@ -55,7 +55,7 @@
 
 .if ${PORT_OPTIONS:MCONSOLEKIT}
 CMAKE_ARGS+=	-DUSE_CONSOLEKIT=yes
-LIB_DEPENDS+=	libck-connector.so:${PORTSDIR}/sysutils/consolekit
+LIB_DEPENDS+=	libck-connector.so:${PORTSDIR}/sysutils/consolekit2
 .else
 CMAKE_ARGS+=	-DUSE_CONSOLEKIT=no
 .endif



More information about the Midnightbsd-cvs mailing list