svn commit: r544361 - head/sysutils/bashtop

Li-Wen Hsu lwhsu at FreeBSD.org
Sat Aug 8 05:21:03 UTC 2020


Author: lwhsu
Date: Sat Aug  8 05:21:02 2020
New Revision: 544361
URL: https://svnweb.freebsd.org/changeset/ports/544361

Log:
  Add missing dependency sysutils/py-psutil

Modified:
  head/sysutils/bashtop/Makefile

Modified: head/sysutils/bashtop/Makefile
==============================================================================
--- head/sysutils/bashtop/Makefile	Sat Aug  8 05:17:01 2020	(r544360)
+++ head/sysutils/bashtop/Makefile	Sat Aug  8 05:21:02 2020	(r544361)
@@ -2,6 +2,7 @@
 
 PORTNAME=	bashtop
 DISTVERSION=	0.9.25
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	lwhsu at FreeBSD.org
@@ -11,7 +12,8 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	coreutils>0:sysutils/coreutils \
-		gsed:textproc/gsed
+		gsed:textproc/gsed \
+		${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR}
 
 USES=	python:3.5+,run
 


More information about the svn-ports-head mailing list