Bug 272779 - sysutils/initool: Update to 0.11.0
Summary: sysutils/initool: Update to 0.11.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: Robert Clausecker
URL: https://github.com/dbohdan/initool/re...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-28 16:07 UTC by Jesús Daniel Colmenares Oviedo
Modified: 2023-07-30 23:05 UTC (History)
1 user (show)

See Also:


Attachments
initool-0.11.0.patch (1.65 KB, patch)
2023-07-28 16:07 UTC, Jesús Daniel Colmenares Oviedo
DtxdF: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesús Daniel Colmenares Oviedo 2023-07-28 16:07:26 UTC
Created attachment 243668 [details]
initool-0.11.0.patch

Description:

ChangeLog: https://github.com/dbohdan/initool/releases/tag/v0.11.0

* Fixed adding top-level properties to a file with properties only
  in sections. They were erroneously added to the last section.
* Added long commands. For example, you can use exists instead of e.
  This change is fully backwards-compatible; short commands remain
  supported. You can also use the flag -v instead of --value-only.
* Improved the usage message.

QA:

* portlint: OK (looks fine.)
* testport: OK (poudriere: 13.2-RELEASE, amd64)
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-07-30 23:01:02 UTC
A commit in branch main references this bug:

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

commit e83c93803363a0f958e88675586147dc4a6f8c2e
Author:     Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>
AuthorDate: 2023-07-28 16:02:54 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-07-30 22:59:05 +0000

    sysutils/initool: Update to 0.11.0

    ChangeLog: https://github.com/dbohdan/initool/releases/tag/v0.11.0

    * Fixed adding top-level properties to a file with properties only
      in sections. They were erroneously added to the last section.
    * Added long commands. For example, you can use exists instead of e.
      This change is fully backwards-compatible; short commands remain
      supported. You can also use the flag -v instead of --value-only.
    * Improved the usage message.

    PR:             272779

 sysutils/initool/Makefile | 2 +-
 sysutils/initool/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 2 Robert Clausecker freebsd_committer freebsd_triage 2023-07-30 23:05:29 UTC
Thank you for your contribution.