ME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: git: 1e979f3647cd - main - sysutils/btop: update to 1.4.7 To: Vladimir Druzenko , Piotr Kubaj Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org References: <69f87bca.277b0.1b119a43@gitrepo.freebsd.org> <0d093337-33c0-48b0-9f7e-42d456ab9d39@freebsd.org> Content-Language: en-US From: Yusuf Yaman In-Reply-To: <0d093337-33c0-48b0-9f7e-42d456ab9d39@freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit See also: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295003 :) On 5/4/26 16:38, Vladimir Druzenko wrote: > Hello! > > ====> Checking for pkg-plist issues (check-plist) > ===> Parsing plist > ===> Checking for items in STAGEDIR missing from pkg-plist > ===> Checking for items in pkg-plist which are not in STAGEDIR > Error: Missing: %%PORTDOCS%%%%DOCSDIR%%/README.md > ===> Error: Plist issues found. > *** Error code 1 > > Patch: > +OPTIONS_DEFINE= DOCS > > 04.05.2026 13:58, Piotr Kubaj пишет: >> The branch main has been updated by pkubaj: >> >> URL: >> https://cgit.FreeBSD.org/ports/commit/?id=1e979f3647cdb3d73ace280c79d9b951d2eb8be6 >> >> commit 1e979f3647cdb3d73ace280c79d9b951d2eb8be6 >> Author:     Piotr Kubaj >> AuthorDate: 2026-05-01 20:41:03 +0000 >> Commit:     Piotr Kubaj >> CommitDate: 2026-05-04 10:40:15 +0000 >> >>      sysutils/btop: update to 1.4.7 >>           Changelog: >> https://github.com/aristocratos/btop/releases/tag/v1.4.7 >> --- >>   sysutils/btop/Makefile  | 2 +- >>   sysutils/btop/distinfo  | 6 +++--- >>   sysutils/btop/pkg-plist | 6 ++++++ >>   3 files changed, 10 insertions(+), 4 deletions(-) >> >> diff --git a/sysutils/btop/Makefile b/sysutils/btop/Makefile >> index 27617bab8fa3..cf0ba660838b 100644 >> --- a/sysutils/btop/Makefile >> +++ b/sysutils/btop/Makefile >> @@ -1,6 +1,6 @@ >>   PORTNAME=    btop >>   DISTVERSIONPREFIX=    v >> -DISTVERSION=    1.4.6 >> +DISTVERSION=    1.4.7 >>   CATEGORIES=    sysutils >>     MAINTAINER=    pkubaj@FreeBSD.org >> diff --git a/sysutils/btop/distinfo b/sysutils/btop/distinfo >> index 7a7b0097374f..0564b37d30b0 100644 >> --- a/sysutils/btop/distinfo >> +++ b/sysutils/btop/distinfo >> @@ -1,3 +1,3 @@ >> -TIMESTAMP = 1766842131 >> -SHA256 (aristocratos-btop-v1.4.6_GH0.tar.gz) = >> 4beb90172c6acaac08c1b4a5112fb616772e214a7ef992bcbd461453295a58be >> -SIZE (aristocratos-btop-v1.4.6_GH0.tar.gz) = 1261873 >> +TIMESTAMP = 1777667987 >> +SHA256 (aristocratos-btop-v1.4.7_GH0.tar.gz) = >> 933de2e4d1b2211a638be463eb6e8616891bfba73aef5d38060bd8319baeefc6 >> +SIZE (aristocratos-btop-v1.4.7_GH0.tar.gz) = 1280005 >> diff --git a/sysutils/btop/pkg-plist b/sysutils/btop/pkg-plist >> index 2cb1c1ace0ec..d9889de2e466 100644 >> --- a/sysutils/btop/pkg-plist >> +++ b/sysutils/btop/pkg-plist >> @@ -13,6 +13,8 @@ share/applications/btop.desktop >>   %%DATADIR%%/themes/everforest-light-medium.theme >>   %%DATADIR%%/themes/flat-remix-light.theme >>   %%DATADIR%%/themes/flat-remix.theme >> +%%DATADIR%%/themes/flexoki-dark.theme >> +%%DATADIR%%/themes/flexoki-light.theme >>   %%DATADIR%%/themes/gotham.theme >>   %%DATADIR%%/themes/greyscale.theme >>   %%DATADIR%%/themes/gruvbox_dark.theme >> @@ -20,6 +22,7 @@ share/applications/btop.desktop >>   %%DATADIR%%/themes/gruvbox_light.theme >>   %%DATADIR%%/themes/gruvbox_material_dark.theme >>   %%DATADIR%%/themes/horizon.theme >> +%%DATADIR%%/themes/kanagawa-dragon.theme >>   %%DATADIR%%/themes/kanagawa-lotus.theme >>   %%DATADIR%%/themes/kanagawa-wave.theme >>   %%DATADIR%%/themes/kyli0x.theme >> @@ -28,6 +31,7 @@ share/applications/btop.desktop >>   %%DATADIR%%/themes/night-owl.theme >>   %%DATADIR%%/themes/nord.theme >>   %%DATADIR%%/themes/onedark.theme >> +%%DATADIR%%/themes/orange.theme >>   %%DATADIR%%/themes/paper.theme >>   %%DATADIR%%/themes/phoenix-night.theme >>   %%DATADIR%%/themes/solarized_dark.theme >> @@ -35,7 +39,9 @@ share/applications/btop.desktop >>   %%DATADIR%%/themes/tokyo-night.theme >>   %%DATADIR%%/themes/tokyo-storm.theme >>   %%DATADIR%%/themes/tomorrow-night.theme >> +%%DATADIR%%/themes/twilight.theme >>   %%DATADIR%%/themes/whiteout.theme >> +%%PORTDOCS%%%%DOCSDIR%%/README.md >>   share/icons/hicolor/48x48/apps/btop.png >>   share/icons/hicolor/scalable/apps/btop.svg >>   share/man/man1/btop.1.gz >> > -- Yusuf Yaman