Bug 270373 - sysutils/tuptime: update to 5.2.2
Summary: sysutils/tuptime: update to 5.2.2
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: 2023-03-20 21:24 UTC by Ricardo Fraile
Modified: 2023-03-22 11:18 UTC (History)
2 users (show)

See Also:
jeremy: maintainer-feedback+


Attachments
Patch to upgrade port to Tuptime 5.2.2 (1.98 KB, patch)
2023-03-20 21:24 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 2023-03-20 21:24:01 UTC
Created attachment 241020 [details]
Patch to upgrade port to Tuptime 5.2.2

Hi,


Tuptime have a new release (5.2.2) and it would be nice to have it on FreeBSD.

Changelog:

  * Swich between longest/shortest on default output with -i
  * Option -x, --silent renamed to -q, --quiet

Please, see the attached patch with the PORT upgrade changes.



Thanks,
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-03-22 11:18:25 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6af80e6ff0ebc9d185ddb71cc08867a92b64b1c3

commit 6af80e6ff0ebc9d185ddb71cc08867a92b64b1c3
Author:     Ricardo Fraile <r@rfmoz.eu>
AuthorDate: 2023-03-22 11:12:20 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-03-22 11:13:21 +0000

    sysutils/tuptime: update to 5.2.2

      * Swich between longest/shortest on default output with -i
      * Option -x, --silent renamed to -q, --quiet

    PR:             270373
    Reported by:    r@rfmoz.eu
    Approved by:    jeremy@smart-serv.net (maintainer)

 sysutils/tuptime/Makefile             | 2 +-
 sysutils/tuptime/distinfo             | 6 +++---
 sysutils/tuptime/files/pkg-message.in | 2 +-
 sysutils/tuptime/files/tuptime.in     | 4 ++--
 4 files changed, 7 insertions(+), 7 deletions(-)
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2023-03-22 11:18:30 UTC
Committed,

Thanks!