svn commit: r544361 - head/sysutils/bashtop

Adam Weinberger adamw at adamw.org
Sat Aug 8 06:34:28 UTC 2020


On Sat, Aug 8, 2020 at 12:32 AM Adam Weinberger <adamw at adamw.org> wrote:
>
> On Fri, Aug 7, 2020 at 11:21 PM Li-Wen Hsu <lwhsu at 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 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
> >
>
> This also depends on bash
> root at builder:~ # bashtop
> env: bash: No such file or directory

And it needs a python3 dependency:
root at apnoea:~ # bashtop
Error: Missing python3!

Please, test the port in poudriere.

# Adam


-- 
Adam Weinberger
adamw at adamw.org
https://www.adamw.org


More information about the svn-ports-head mailing list