Bug 265894 - deskutils/remind: update to 04.00.03
Summary: deskutils/remind: update to 04.00.03
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://git.skoll.ca/Skollsoft-Public...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-17 04:48 UTC by Robert Clausecker
Modified: 2022-08-17 16:11 UTC (History)
1 user (show)

See Also:
fernape: merge-quarterly+


Attachments
deskutils/remind: update to 04.00.03 (1.54 KB, patch)
2022-08-17 04:48 UTC, Robert Clausecker
fuz: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Clausecker freebsd_committer freebsd_triage 2022-08-17 04:48:17 UTC
Created attachment 235955 [details]
deskutils/remind: update to 04.00.03

A patch release.

 - remind: add plain_body and calendar_body JSON keys in -pp... output.
 - tkremind: Don't create empty files called '&1' when creating
   a new reminder.
 - remind: Don't call signal-unsafe functions from signal handler

Changelog: https://git.skoll.ca/Skollsoft-Public/Remind/src/branch/master/docs/WHATSNEW

Tested with Poudriere on armv7 arm64 FreeBSD 13.1.
Please MFH this patch release.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-08-17 16:08:17 UTC
A commit in branch main references this bug:

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

commit 94541c8fb5f1c4b3227c742625d5b7682115ea48
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2022-08-17 05:45:19 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-08-17 16:04:34 +0000

    deskutils/remind: update to 04.00.03

    ChangeLog:
    https://git.skoll.ca/Skollsoft-Public/Remind/src/branch/master/docs/WHATSNEW

     * IMPROVEMENT: remind: add plain_body and calendar_body JSON keys in -pp...
       output.

     * BUG FIX: tkremind: Don't create empty files called '&1' when
       creating a new reminder.

     * BUG FIX: remind: Don't call signal-unsafe functions from signal handler

    PR:             265894
    Reported by:    fuz@fuz.su (maintainer)
    MFH:            2022Q3

 deskutils/remind/Makefile | 2 +-
 deskutils/remind/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-08-17 16:11:18 UTC
A commit in branch 2022Q3 references this bug:

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

commit 57207df735374b5b82bf0cbd8ff0d4e3a3b99edf
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2022-08-17 05:45:19 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-08-17 16:07:40 +0000

    deskutils/remind: update to 04.00.03

    ChangeLog:
    https://git.skoll.ca/Skollsoft-Public/Remind/src/branch/master/docs/WHATSNEW

     * IMPROVEMENT: remind: add plain_body and calendar_body JSON keys in -pp...
       output.

     * BUG FIX: tkremind: Don't create empty files called '&1' when
       creating a new reminder.

     * BUG FIX: remind: Don't call signal-unsafe functions from signal handler

    PR:             265894
    Reported by:    fuz@fuz.su (maintainer)
    MFH:            2022Q3

    (cherry picked from commit 94541c8fb5f1c4b3227c742625d5b7682115ea48)

 deskutils/remind/Makefile | 2 +-
 deskutils/remind/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2022-08-17 16:11:31 UTC
Committed and merged to 2022Q3.

Thanks!