1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

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
This commit is contained in:
Robert Clausecker 2022-03-15 10:10:35 +01:00 committed by Tobias C. Berner
parent e08c951eda
commit 637e9f45c7
2 changed files with 4 additions and 4 deletions

View File

@ -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/ \

View File

@ -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