Created attachment 231615 [details] Patch to upgrade port to Tuptime 5.1.0 Hi, Tuptime have a new release (5.1.0) and it would be nice to have it on FreeBSD. Changelog: * Cover DB writes with transactions * Register DB version on PRAGMA user_version * Adding --pctl option. Show percentil over average values * Code refactoring Please, see the attached patch with the PORT upgrade changes. Thanks,
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=6c56a1073e8c2c2ccd5de46669f000006fb6302d commit 6c56a1073e8c2c2ccd5de46669f000006fb6302d Author: Ricardo Fraile <rfraile@rfraile.eu> AuthorDate: 2022-02-08 15:03:23 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-02-16 08:17:31 +0000 sysutils/tuptime: update to 5.1.0 From ChangeLog: https://github.com/rfrail3/tuptime/releases/tag/5.1.0 * Cover DB writes with transactions * Register DB version on PRAGMA user_version * Adding --pctl option. Show percentil over average values * Code refactoring * Update .deb package PR: 261780 Reported by: rfraile@rfraile.eu Approved by: jeremy@smart-serv.net (maintainer) sysutils/tuptime/Makefile | 2 +- sysutils/tuptime/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
Committed, Thanks!