10.11.2024 12:02, Kirill A. Korinsky пишет: > On Sat, 09 Nov 2024 23:02:59 +0100, > Klemens Nanni <k...@openbsd.org> wrote: >> >> Makefile has spaces instead of tabs after =. >> >> Deps are not sorted. >> >> NO_TEST=Yes seems correct as there are no tests in the distfile, but the >> comment >> reads as if there were some, which fail due to account+network requirements. >> >> PKGNAME can be simpler backblaze-${DISTNAME}. >> >> Subject says net/ but CATEGORIES has sysutils; perhaps net and sysutils? >> >> The main program can be renamed in post-install, no need for a patch: >> post-install: >> mv ${PREFIX}/bin/{,backblaze-}b2 >> > > Here an updated port where, I've addresed Klemens remarks plus my tweaks. > > Anyway, I had discovered that few weeks ago a new version was released. > > Changelog: > > - Remove Python 3.7 support in new releases. > - Update to b2sdk 2.5.1 to fix `b2 sync` stopping when encountering > inaccessible directory. > ([#1040](https://github.com/Backblaze/B2_Command_Line_Tool/issues/1040)) > - Fix `b2 file hide b2://bucket/file` handling and test coverage. > - Fix `getdefaultlocale` deprecation warning on Python 3.11+. > - Add `b2 file server-side-copy b2id://XXX` (also accepts > `b2://bucket/objectName` syntax). > - Declare official support for Python 3.13 in `b2` CLI. > > Ok?
Makefile is still space-only except for deps on their own line. post-install comment needs an extra s: "... with boost'[s] b2". OK kn with these fixed.