git: 637e9f45c7e8 - main - deskutils/remind: update to 03.04.02

From: Tobias C. Berner <tcberner_at_FreeBSD.org>
Date: Tue, 15 Mar 2022 18:08:18 UTC
The branch main has been updated by tcberner:

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(-)

diff --git a/deskutils/remind/Makefile b/deskutils/remind/Makefile
index 3c2a6a98cb19..b1c38993cf4c 100644
--- a/deskutils/remind/Makefile
+++ b/deskutils/remind/Makefile
@@ -1,7 +1,7 @@
 # Created by: Lewis Thompson <purple@lewiz.net>
 
 PORTNAME=	remind
-DISTVERSION=	03.04.01
+DISTVERSION=	03.04.02
 CATEGORIES=	deskutils
 # upstream moves distfiles to OLD once a new release appears
 MASTER_SITES=	https://dianne.skoll.ca/projects/remind/download/ \
diff --git a/deskutils/remind/distinfo b/deskutils/remind/distinfo
index ec305f8401ef..3e73204cce06 100644
--- a/deskutils/remind/distinfo
+++ b/deskutils/remind/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1645662874
-SHA256 (remind-03.04.01.tar.gz) = f0836d1667ed31bd494a8b54743b4c5dd4a6f9413ff33416ff020e131afc9e42
-SIZE (remind-03.04.01.tar.gz) = 440483
+TIMESTAMP = 1647334233
+SHA256 (remind-03.04.02.tar.gz) = 9230dc3b4977f65d8a257a347a565eb0a6560d9a12a145c8bb551aec8c56638c
+SIZE (remind-03.04.02.tar.gz) = 448199