Bug 262566 - deskutils/remind: update to 03.04.02
Summary: deskutils/remind: update to 03.04.02
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: Tobias C. Berner
URL: https://git.skoll.ca/Skollsoft-Public...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-15 09:14 UTC by Robert Clausecker
Modified: 2022-03-25 07:11 UTC (History)
1 user (show)

See Also:


Attachments
deskutils/remind: update to 03.04.02 (2.01 KB, patch)
2022-03-15 09:14 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-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(-)