Date: Mon, 19 Dec 2022 08:01:00 GMT From: =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d23237cc44a8 - main - deskutils/remind: update to 04.02.01 Message-ID: <202212190801.2BJ810Ns033327@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=d23237cc44a8c792a3ad17c97896805cec977c5a commit d23237cc44a8c792a3ad17c97896805cec977c5a Author: Robert Clausecker <fuz@fuz.su> AuthorDate: 2022-12-18 18:43:23 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2022-12-19 07:57:00 +0000 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) --- deskutils/remind/Makefile | 2 +- deskutils/remind/distinfo | 6 +++--- deskutils/remind/pkg-plist | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/deskutils/remind/Makefile b/deskutils/remind/Makefile index 4320f8fd9948..6d60fa689463 100644 --- a/deskutils/remind/Makefile +++ b/deskutils/remind/Makefile @@ -1,5 +1,5 @@ PORTNAME= remind -DISTVERSION= 04.02.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/ \ diff --git a/deskutils/remind/distinfo b/deskutils/remind/distinfo index e26f3f1b5b44..264a69205a65 100644 --- a/deskutils/remind/distinfo +++ b/deskutils/remind/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1665870102 -SHA256 (remind-04.02.00.tar.gz) = a6476cf0dfe71bc4668e774669100c58d68b68dc6ccf08ca7ea9fa3345e72739 -SIZE (remind-04.02.00.tar.gz) = 486788 +TIMESTAMP = 1671209241 +SHA256 (remind-04.02.01.tar.gz) = 4649c6d52c8a29848c2d68a147618cf0c551389c74134135803faf48bbfaba4d +SIZE (remind-04.02.01.tar.gz) = 487960 diff --git a/deskutils/remind/pkg-plist b/deskutils/remind/pkg-plist index 46c290aa281d..4510f4e01a08 100644 --- a/deskutils/remind/pkg-plist +++ b/deskutils/remind/pkg-plist @@ -16,6 +16,7 @@ man/man1/remind.1.gz %%TCLTK%%man/man1/tkremind.1.gz %%DATADIR%%/ansitext.rem %%DATADIR%%/holidays/ca.rem +%%DATADIR%%/holidays/fr.rem %%DATADIR%%/holidays/jewish.rem %%DATADIR%%/holidays/us.rem %%DATADIR%%/lang/auto.rem
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212190801.2BJ810Ns033327>