Bug 267659 - devel/grex: Update to 1.4.1
Summary: devel/grex: Update to 1.4.1
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: https://github.com/pemistahl/grex/rel...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-09 06:58 UTC by Petteri Valkonen
Modified: 2022-11-17 07:04 UTC (History)
1 user (show)

See Also:


Attachments
Patch to update grex to version 1.4.1 (19.32 KB, patch)
2022-11-09 06:58 UTC, Petteri Valkonen
petteri.valkonen: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Petteri Valkonen 2022-11-09 06:58:28 UTC
Created attachment 237964 [details]
Patch to update grex to version 1.4.1

Changelog: https://github.com/pemistahl/grex/releases/tag/v1.4.1
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2022-11-15 12:37:10 UTC
^Triage: Simplifying title

^Triage: If there is a changelog or release notes URL available for this version, please add it to the URL field.

^Triage: Please set the maintainer-approval attachment flag (to +) on patches for ports you maintain to signify approval.
--
Attachment -> Details -> maintainer-approval [+]


Thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-11-17 06:59:14 UTC
A commit in branch main references this bug:

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

commit 6e256f49c9703ee68b927e86f4f3b8e5fdd7fdf9
Author:     Petteri Valkonen <petteri.valkonen@iki.fi>
AuthorDate: 2022-11-15 12:34:03 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-11-17 06:54:14 +0000

    devel/grex: Update to 1.4.1

    ChangeLog: https://github.com/pemistahl/grex/releases/tag/v1.4.1

     * clap has been updated to version 4.0. The help output of grex -h now looks a
       little different.
     * A bug in the grapheme segmentation was fixed that caused test cases which
       contain backslashes to produce incorrect regular expressions.
    PR:             267659
    Reported by:    petteri.valkonen@iki.fi (maintainer)

 devel/grex/Makefile |  58 ++++++++++++++++-----------
 devel/grex/distinfo | 112 +++++++++++++++++++++++++++++++---------------------
 2 files changed, 101 insertions(+), 69 deletions(-)
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2022-11-17 07:04:43 UTC
Committed,

Thanks!