Bug 262566

Summary: deskutils/remind: update to 03.04.02
Product: Ports & Packages Reporter: Robert Clausecker <fuz>
Component: Individual Port(s)Assignee: Tobias C. Berner <tcberner>
Status: Closed FIXED    
Severity: Affects Only Me CC: tcberner
Priority: ---    
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 03.04.02 fuz: maintainer-approval+

Description Robert Clausecker freebsd_committer freebsd_triage 2022-03-15 09:14:52 UTC
Created attachment 232469 [details]
deskutils/remind: update to 03.04.02

A patch release.  Selected upstream changes:

 - remind: Add syntactic sugar to simplify some common types of
   reminders.
 - remind: Always parse the body of REM statements to catch
   expression errors.
 - remind: Add the "trig" function to allow more
   expressiveness when creating triggers.
 - tkremind: Tweak the calendar display; improve ability to
   customize colors, including supplying two built-in themes.
 - remind: The "||" operator now returns the value of the first non-zero
   operand rather than just returning 1 or 0.  Similarly, "&&" returns 0
   if either operand is false or the value of the last operand if both
   operands are true.

Tested with Poudriere on armv7 arm64 FreeBSD 13.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-03-15 18:08:28 UTC
A commit in branch main references this bug:

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

commit 637e9f45c7e8d9910320d07b7afcdbcd55b691c4
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2022-03-15 09:10:35 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2022-03-15 18:08:10 +0000

    deskutils/remind: update to 03.04.02

    A patch release.  Selected upstream changes:

     - remind: Add syntactic sugar to simplify some common types of
       reminders.
     - remind: Always parse the body of REM statements to catch
       expression errors.
     - remind: Add the "trig" function to allow more
       expressiveness when creating triggers.
     - tkremind: Tweak the calendar display; improve ability to
       customize colors, including supplying two built-in themes.
     - remind: The "||" operator now returns the value of the first non-zero
       operand rather than just returning 1 or 0.  Similarly, "&&" returns 0
       if either operand is false or the value of the last operand if both
       operands are true.

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

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