Bug 268441 - deskutils/remind: update to 04.02.01
Summary: deskutils/remind: update to 04.02.01
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-12-18 11:54 UTC by Robert Clausecker
Modified: 2022-12-19 08:04 UTC (History)
1 user (show)

See Also:
fernape: merge-quarterly+


Attachments
deskutils/remind: update to 04.02.01 (1.76 KB, patch)
2022-12-18 11:54 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-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(-)