Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 May 2018 21:13:13 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r470720 - head/sysutils/plasma5-user-manager
Message-ID:  <201805232113.w4NLDDDK079751@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhale
Date: Wed May 23 21:13:13 2018
New Revision: 470720
URL: https://svnweb.freebsd.org/changeset/ports/470720

Log:
  Add missing RUN_DEPENDS (sysutils/accountsservice)
  
  If not installed, the user list in the Plasma 5 System Settings
  (Personalization->Account Details->User Manager)
  will be empty and adding/editing users is not possible.
  
  Reviewed by:	tcberner
  Differential Revision:	https://reviews.freebsd.org/D15538

Modified:
  head/sysutils/plasma5-user-manager/Makefile

Modified: head/sysutils/plasma5-user-manager/Makefile
==============================================================================
--- head/sysutils/plasma5-user-manager/Makefile	Wed May 23 20:54:16 2018	(r470719)
+++ head/sysutils/plasma5-user-manager/Makefile	Wed May 23 21:13:13 2018	(r470720)
@@ -2,12 +2,14 @@
 
 PORTNAME=	user-manager
 DISTVERSION=	${KDE_PLASMA_VERSION}
+PORTREVISION=	1
 CATEGORIES=	sysutils kde kde-plasma
 
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	Plasma5 user manager
 
 LIB_DEPENDS=	libpwquality.so:security/libpwquality
+RUN_DEPENDS=	accountsservice>=0:sysutils/accountsservice
 
 USES=		cmake:outsource compiler:c++11-lib cpe gettext \
 		kde:5 pkgconfig tar:xz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805232113.w4NLDDDK079751>