Bug 267659

Summary: devel/grex: Update to 1.4.1
Product: Ports & Packages Reporter: Petteri Valkonen <petteri.valkonen>
Component: Individual Port(s)Assignee: Fernando Apesteguía <fernape>
Status: Closed FIXED    
Severity: Affects Only Me CC: fernape
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/pemistahl/grex/releases/tag/v1.4.1
Attachments:
Description Flags
Patch to update grex to version 1.4.1 petteri.valkonen: maintainer-approval+

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!