Index: head/sysutils/bpytop/Makefile =================================================================== --- head/sysutils/bpytop/Makefile (revision 554104) +++ head/sysutils/bpytop/Makefile (revision 554105) @@ -1,30 +1,30 @@ # $FreeBSD$ PORTNAME= bpytop -PORTVERSION= 1.0.49 +PORTVERSION= 1.0.50 DISTVERSIONPREFIX= v CATEGORIES= sysutils MAINTAINER= lwhsu@FreeBSD.org COMMENT= Linux/OSX/FreeBSD resource monitor LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} USES= python:3.5+,run shebangfix USE_GITHUB= yes GH_ACCOUNT= aristocratos SHEBANG_FILES= ${WRKSRC}/bpytop.py NO_ARCH= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bpytop.py ${STAGEDIR}${PREFIX}/bin/bpytop ${MKDIR} ${STAGEDIR}${DATADIR} (cd ${WRKSRC} && ${COPYTREE_SHARE} themes ${STAGEDIR}${DATADIR}) .include Index: head/sysutils/bpytop/distinfo =================================================================== --- head/sysutils/bpytop/distinfo (revision 554104) +++ head/sysutils/bpytop/distinfo (revision 554105) @@ -1,3 +1,3 @@ -TIMESTAMP = 1604358692 -SHA256 (aristocratos-bpytop-v1.0.49_GH0.tar.gz) = 6ae591c9b67be080e53a0d82635586256594d7bfcc8cb4c8f49c33ed3495a805 -SIZE (aristocratos-bpytop-v1.0.49_GH0.tar.gz) = 614610 +TIMESTAMP = 1604534493 +SHA256 (aristocratos-bpytop-v1.0.50_GH0.tar.gz) = ba4647c5db37ef87dbe730762306ae1c00e57e4249d18d65fa4ac0d3a9559123 +SIZE (aristocratos-bpytop-v1.0.50_GH0.tar.gz) = 614986 Index: head/sysutils/bpytop/pkg-plist =================================================================== --- head/sysutils/bpytop/pkg-plist (revision 554104) +++ head/sysutils/bpytop/pkg-plist (revision 554105) @@ -1,12 +1,14 @@ bin/bpytop %%DATADIR%%/themes/default_black.theme %%DATADIR%%/themes/dracula.theme +%%DATADIR%%/themes/dusklight.theme %%DATADIR%%/themes/flat-remix-light.theme %%DATADIR%%/themes/flat-remix.theme %%DATADIR%%/themes/greyscale.theme %%DATADIR%%/themes/gruvbox_dark.theme %%DATADIR%%/themes/kyli0x.theme +%%DATADIR%%/themes/matcha-dark-sea.theme %%DATADIR%%/themes/monokai.theme %%DATADIR%%/themes/nord.theme %%DATADIR%%/themes/solarized_dark.theme %%DATADIR%%/themes/whiteout.theme