Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Dec 2022 08:03:34 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-branches@FreeBSD.org
Subject:   git: 9428f0c26f88 - 2022Q4 - deskutils/remind: update to 04.02.01
Message-ID:  <202212190803.2BJ83Y7V038592@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q4 has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9428f0c26f88e358653abb2ba9282d77f83a9d0b

commit 9428f0c26f88e358653abb2ba9282d77f83a9d0b
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:59:31 +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)
    
    (cherry picked from commit d23237cc44a8c792a3ad17c97896805cec977c5a)
---
 deskutils/remind/Makefile  | 2 +-
 deskutils/remind/distinfo  | 6 +++---
 deskutils/remind/pkg-plist | 2 ++
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/deskutils/remind/Makefile b/deskutils/remind/Makefile
index d5bdc89a2ef1..1d5d67c18bad 100644
--- a/deskutils/remind/Makefile
+++ b/deskutils/remind/Makefile
@@ -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/ \
diff --git a/deskutils/remind/distinfo b/deskutils/remind/distinfo
index 63af42e9580d..264a69205a65 100644
--- a/deskutils/remind/distinfo
+++ b/deskutils/remind/distinfo
@@ -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
diff --git a/deskutils/remind/pkg-plist b/deskutils/remind/pkg-plist
index 166ec8e0b3a8..f1538b1a2e75 100644
--- a/deskutils/remind/pkg-plist
+++ b/deskutils/remind/pkg-plist
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212190803.2BJ83Y7V038592>