svn commit: r477968 - head/sysutils/plasma5-powerdevil

Tobias C. Berner tcberner at FreeBSD.org
Fri Aug 24 17:46:53 UTC 2018


Author: tcberner
Date: Fri Aug 24 17:46:52 2018
New Revision: 477968
URL: https://svnweb.freebsd.org/changeset/ports/477968

Log:
  sysutils/plasma5-powerdevil: add missing runtime dependency on upower
  
  PR:		230693
  Reported by:	cperciva

Modified:
  head/sysutils/plasma5-powerdevil/Makefile

Modified: head/sysutils/plasma5-powerdevil/Makefile
==============================================================================
--- head/sysutils/plasma5-powerdevil/Makefile	Fri Aug 24 17:22:01 2018	(r477967)
+++ head/sysutils/plasma5-powerdevil/Makefile	Fri Aug 24 17:46:52 2018	(r477968)
@@ -2,11 +2,13 @@
 
 PORTNAME=	powerdevil
 DISTVERSION=	${KDE_PLASMA_VERSION}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils kde kde-plasma
 
 MAINTAINER=	kde at FreeBSD.org
 COMMENT=	Plasma5 tool to manage the power consumption settings
+
+RUN_DEPENDS=	${LOCALBASE}/libexec/upowerd:sysutils/upower
 
 USES=		cmake:outsource compiler:c++11-lib cpe gettext kde:5 pkgconfig qt:5 tar:xz
 USE_KDE=	activities auth bookmarks codecs completion configwidgets \


More information about the svn-ports-all mailing list