Bug 278248 - editors/mg: Update to 20240405
Summary: editors/mg: Update to 20240405
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://cvsweb.openbsd.org/src/usr.bi...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-08 07:41 UTC by Mark Willson
Modified: 2024-04-11 06:15 UTC (History)
1 user (show)

See Also:


Attachments
Git format-patch (3.59 KB, patch)
2024-04-08 07:41 UTC, Mark Willson
cdr.nil: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Willson 2024-04-08 07:41:29 UTC
Created attachment 249823 [details]
Git format-patch

Update to OpenBSD 7.5 version (20240405)

Changes in this release:
  * Reinstate space-to-tabstop entry in manpage
  * Call vttidy in the exit path for batch mode
  * Fix hang for (regexp-replace "^.*$" "")

From: https://cvsweb.openbsd.org/src/usr.bin/mg/
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2024-04-08 16:54:41 UTC
^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 Mark Willson 2024-04-08 17:46:56 UTC
There's no change-log/release notes for mg in this OpenBSD release. The closest is the cvsweb link. Should I add that as the URL?

Set the maintainer-approval flag.

Thanks for your comments.
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2024-04-08 17:53:26 UTC
(In reply to Mark Willson from comment #2)
Sure it will help, thanks!
Comment 4 Mark Willson 2024-04-08 17:56:24 UTC
(In reply to Fernando Apesteguía from comment #3)
URL field updated with OpenBSD cvsweb link.

Thanks.
Comment 5 Fernando Apesteguía freebsd_committer freebsd_triage 2024-04-11 06:15:25 UTC
Committed,

Thanks!
Comment 6 commit-hook freebsd_committer freebsd_triage 2024-04-11 06:15:41 UTC
A commit in branch main references this bug:

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

commit 37579ae72a820c019ca16792b56274b5aa4c5544
Author:     Mark Willson <cdr.nil@gmail.com>
AuthorDate: 2024-04-08 16:54:47 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2024-04-11 06:14:33 +0000

    editors/mg: Update to 20240405

    ChangeLog: https://cvsweb.openbsd.org/src/usr.bin/mg/

     * Reinstate space-to-tabstop entry in manpage
     * Call vttidy in the exit path for batch mode
     * Fix hang for (regexp-replace "^.*$" "")

    PR:             278248
    Reported by:    cdr.nil@gmail.com

 editors/mg/Makefile                      |  3 +--
 editors/mg/distinfo                      |  6 +++---
 editors/mg/files/patch-main.c            | 26 ++++++--------------------
 editors/mg/files/patch-re_search.c (new) | 15 +++++++++++++++
 4 files changed, 25 insertions(+), 25 deletions(-)