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 d23237cc44
)
This commit is contained in:
parent
37077a8c4e
commit
9428f0c26f
@ -1,5 +1,5 @@
|
||||
PORTNAME= remind
|
||||
DISTVERSION= 04.01.00
|
||||
DISTVERSION= 04.02.01
|
||||
CATEGORIES= deskutils
|
||||
# upstream moves distfiles to OLD once a new release appears
|
||||
MASTER_SITES= https://dianne.skoll.ca/projects/remind/download/ \
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1664321839
|
||||
SHA256 (remind-04.01.00.tar.gz) = 3f46839841e4c4c1a4de0c200f014894d3682ce7d265f38753555842438b4061
|
||||
SIZE (remind-04.01.00.tar.gz) = 471394
|
||||
TIMESTAMP = 1671209241
|
||||
SHA256 (remind-04.02.01.tar.gz) = 4649c6d52c8a29848c2d68a147618cf0c551389c74134135803faf48bbfaba4d
|
||||
SIZE (remind-04.02.01.tar.gz) = 487960
|
||||
|
@ -15,6 +15,8 @@ man/man1/rem2ps.1.gz
|
||||
man/man1/remind.1.gz
|
||||
%%TCLTK%%man/man1/tkremind.1.gz
|
||||
%%DATADIR%%/holidays/ca.rem
|
||||
%%DATADIR%%/holidays/fr.rem
|
||||
%%DATADIR%%/holidays/jewish.rem
|
||||
%%DATADIR%%/holidays/us.rem
|
||||
%%DATADIR%%/lang/auto.rem
|
||||
%%DATADIR%%/lang/da.rem
|
||||
|
Loading…
Reference in New Issue
Block a user