Date: Wed, 17 Aug 2022 16:10:45 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: 57207df73537 - 2022Q3 - deskutils/remind: update to 04.00.03 Message-ID: <202208171610.27HGAjvJ077483@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2022Q3 has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=57207df735374b5b82bf0cbd8ff0d4e3a3b99edf commit 57207df735374b5b82bf0cbd8ff0d4e3a3b99edf Author: Robert Clausecker <fuz@fuz.su> AuthorDate: 2022-08-17 05:45:19 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2022-08-17 16:07:40 +0000 deskutils/remind: update to 04.00.03 ChangeLog: https://git.skoll.ca/Skollsoft-Public/Remind/src/branch/master/docs/WHATSNEW * IMPROVEMENT: remind: add plain_body and calendar_body JSON keys in -pp... output. * BUG FIX: tkremind: Don't create empty files called '&1' when creating a new reminder. * BUG FIX: remind: Don't call signal-unsafe functions from signal handler PR: 265894 Reported by: fuz@fuz.su (maintainer) MFH: 2022Q3 (cherry picked from commit 94541c8fb5f1c4b3227c742625d5b7682115ea48) --- 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 764e1d2e3535..571ffc9e83f6 100644 --- a/deskutils/remind/Makefile +++ b/deskutils/remind/Makefile @@ -1,7 +1,7 @@ # Created by: Lewis Thompson <purple@lewiz.net> PORTNAME= remind -DISTVERSION= 04.00.02 +DISTVERSION= 04.00.03 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 39a02d37fc53..5f5851311835 100644 --- a/deskutils/remind/distinfo +++ b/deskutils/remind/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1659568749 -SHA256 (remind-04.00.02.tar.gz) = f18addbb720c375c83fb3940025116ebcf0456a3586508642b3c6db002ad7774 -SIZE (remind-04.00.02.tar.gz) = 465760 +TIMESTAMP = 1660710608 +SHA256 (remind-04.00.03.tar.gz) = b254de043ef3937694c5a458070aceb4dcf871b58bd2ae7b31ef125b00777879 +SIZE (remind-04.00.03.tar.gz) = 466497
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208171610.27HGAjvJ077483>