Bug 268441

Summary: deskutils/remind: update to 04.02.01
Product: Ports & Packages Reporter: Robert Clausecker <fuz>
Component: Individual Port(s)Assignee: Fernando Apesteguía <fernape>
Status: Closed FIXED    
Severity: Affects Only Me CC: fernape
Priority: --- Flags: fernape: merge-quarterly+
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://git.skoll.ca/Skollsoft-Public/Remind/src/branch/master/docs/WHATSNEW
Attachments:
Description Flags
deskutils/remind: update to 04.02.01 fuz: maintainer-approval+

Description Robert Clausecker freebsd_committer freebsd_triage 2022-12-18 11:54:50 UTC
Created attachment 238892 [details]
deskutils/remind: update to 04.02.01

A patch release.  Please MFH if possible.

Tested with Poudriere on armv7 arm64 FreeBSD 13.1.
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2022-12-19 08:01:18 UTC
Committed,

Thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-12-19 08:01:29 UTC
A commit in branch main references this bug:

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

commit d23237cc44a8c792a3ad17c97896805cec977c5a
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2022-12-18 18:43:23 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-12-19 07:57:00 +0000

    deskutils/remind: update to 04.02.01

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

     * MINOR IMPROVEMENT: TkRemind: If "Extra Remind Options" contains -m, make
       TkRemind start the calendar with Monday instead of Sunday.
     * MINOR IMPROVEMENT: Sample files: Add French holidays.
     * MINOR IMPROVEMENT: A few performance fixes, likely not even noticeable in
       most cases.
     * MINOR FIXES: Fix misleading comments in the source code.
     * MINOR FIX: Remove a bunch of dead code in the moon-phase routines.
     * MINOR FIX: Remove unnecessary %"...%" markers in holidays/us.rem
     * MINOR FIX: Don't use the -ffat-lto-objects command-line option if we're
       compiling with Clang.
     * MINOR FIX: Remind: Fix a broken printf-format string (need to double up on %
       to get a literal % in the output.)
     * BUG FIX: Make test suite pass regardless of the date on which it is run.
     * BUG FIX: Make sure the banner gets printed each time through a "*N"
       command-line option loop.

    PR:             268441
    Reported by:    fuz@fuz.su (maintainer)
    MFH:            2022Q4 (bugfix release)

 deskutils/remind/Makefile  | 2 +-
 deskutils/remind/distinfo  | 6 +++---
 deskutils/remind/pkg-plist | 1 +
 3 files changed, 5 insertions(+), 4 deletions(-)
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-12-19 08:04:30 UTC
A commit in branch 2022Q4 references this bug:

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

commit 9428f0c26f88e358653abb2ba9282d77f83a9d0b
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2022-12-18 18:43:23 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-12-19 07:59:31 +0000

    deskutils/remind: update to 04.02.01

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

     * MINOR IMPROVEMENT: TkRemind: If "Extra Remind Options" contains -m, make
       TkRemind start the calendar with Monday instead of Sunday.
     * MINOR IMPROVEMENT: Sample files: Add French holidays.
     * MINOR IMPROVEMENT: A few performance fixes, likely not even noticeable in
       most cases.
     * MINOR FIXES: Fix misleading comments in the source code.
     * MINOR FIX: Remove a bunch of dead code in the moon-phase routines.
     * MINOR FIX: Remove unnecessary %"...%" markers in holidays/us.rem
     * MINOR FIX: Don't use the -ffat-lto-objects command-line option if we're
       compiling with Clang.
     * MINOR FIX: Remind: Fix a broken printf-format string (need to double up on %
       to get a literal % in the output.)
     * BUG FIX: Make test suite pass regardless of the date on which it is run.
     * BUG FIX: Make sure the banner gets printed each time through a "*N"
       command-line option loop.

    PR:             268441
    Reported by:    fuz@fuz.su (maintainer)
    MFH:            2022Q4 (bugfix release)

    (cherry picked from commit d23237cc44a8c792a3ad17c97896805cec977c5a)

 deskutils/remind/Makefile  | 2 +-
 deskutils/remind/distinfo  | 6 +++---
 deskutils/remind/pkg-plist | 2 ++
 3 files changed, 6 insertions(+), 4 deletions(-)