Bug 261780 - sysutils/tuptime: update to 5.1.0
Summary: sysutils/tuptime: update to 5.1.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-07 18:02 UTC by Ricardo Fraile
Modified: 2022-02-16 08:22 UTC (History)
2 users (show)

See Also:
jeremy: maintainer-feedback+


Attachments
Patch to upgrade port to Tuptime 5.1.0 (861 bytes, patch)
2022-02-07 18:02 UTC, Ricardo Fraile
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ricardo Fraile 2022-02-07 18:02:46 UTC
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,
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-02-16 08:20:42 UTC
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(-)
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2022-02-16 08:22:04 UTC
Committed,

Thanks!