Bug 245195 - sysutils/checkrestart: update to 0.5.0
Summary: sysutils/checkrestart: update to 0.5.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: 2020-03-31 03:41 UTC by Thomas Hurst
Modified: 2020-04-02 11:53 UTC (History)
1 user (show)

See Also:


Attachments
Patch to 0.5.0 (4.76 KB, patch)
2020-03-31 03:41 UTC, Thomas Hurst
tom: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Hurst 2020-03-31 03:41:02 UTC
Created attachment 212880 [details]
Patch to 0.5.0

From ChangeLog: https://github.com/Freaky/checkrestart/releases/tag/v0.5.0

Added:
* -u flag for username/ID filtering
* USER column, and uid field for JSON/XML

Changed:
* COMMAND column is now ARGUMENTS
* NAME column is now COMMAND
* UPDATED column is now WHY
* libxo output version 2 for new/renamed fields

Fixed:
* Don't pad ARGUMENTS column
* Allow filtering by jid 0

The port also now includes a periodic(8) script.
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-04-02 11:52:11 UTC
A commit references this bug:

Author: fernape
Date: Thu Apr  2 11:51:25 UTC 2020
New revision: 530275
URL: https://svnweb.freebsd.org/changeset/ports/530275

Log:
  sysutils/checkrestart: Update to 0.5.0

  ChangeLog: https://github.com/Freaky/checkrestart/releases/tag/v0.5.0

  Added
      * -u flag for username/ID filtering
      * USER column, and uid field for JSON/XML

  Changed
      * COMMAND column is now ARGUMENTS
      * NAME column is now COMMAND
      * UPDATED column is now WHY
      * libxo output version 2 for new/renamed fields

  Fixed
      * Don't pad ARGUMENTS column
      * Allow filtering by jid 0

  PR:     245195
  Submitted by:   tom@hur.st (maintainer)

Changes:
  head/sysutils/checkrestart/Makefile
  head/sysutils/checkrestart/distinfo
  head/sysutils/checkrestart/files/
  head/sysutils/checkrestart/files/checkrestart.in
  head/sysutils/checkrestart/pkg-message
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2020-04-02 11:53:29 UTC
Committed,

Thanks!