Date: Sat, 8 Aug 2020 00:34:10 -0600 From: Adam Weinberger <adamw@adamw.org> To: Li-Wen Hsu <lwhsu@freebsd.org> Cc: ports-committers <ports-committers@freebsd.org>, svn-ports-all <svn-ports-all@freebsd.org>, svn-ports-head <svn-ports-head@freebsd.org> Subject: Re: svn commit: r544361 - head/sysutils/bashtop Message-ID: <CAP7rwci3PLC1FjsiVYVJ%2BW_XCNXw-mi=SE%2By9Bdkj8WonLTcCQ@mail.gmail.com> In-Reply-To: <CAP7rwcjOsmrXFRpLmCMSso6X-jypEXzcRvWoZWkjEdb3mSh9wg@mail.gmail.com> References: <202008080521.0785L2CM016633@repo.freebsd.org> <CAP7rwcjOsmrXFRpLmCMSso6X-jypEXzcRvWoZWkjEdb3mSh9wg@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Aug 8, 2020 at 12:32 AM Adam Weinberger <adamw@adamw.org> wrote: > > On Fri, Aug 7, 2020 at 11:21 PM Li-Wen Hsu <lwhsu@freebsd.org> wrote: > > > > 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@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 > > > > This also depends on bash > root@builder:~ # bashtop > env: bash: No such file or directory And it needs a python3 dependency: root@apnoea:~ # bashtop Error: Missing python3! Please, test the port in poudriere. # Adam -- Adam Weinberger adamw@adamw.org https://www.adamw.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAP7rwci3PLC1FjsiVYVJ%2BW_XCNXw-mi=SE%2By9Bdkj8WonLTcCQ>