git: a5835387dff7 - main - deskutils/remind: update to 03.03.11
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 04 Jan 2022 01:04:08 UTC
The branch main has been updated by tagattie:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a5835387dff795a5ff79e53211e4859b0ff34161
commit a5835387dff795a5ff79e53211e4859b0ff34161
Author: Robert Clausecker <fuz@fuz.su>
AuthorDate: 2022-01-04 01:00:56 +0000
Commit: Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2022-01-04 01:03:36 +0000
deskutils/remind: update to 03.03.11
Port changes:
- simplify language handling in Makefile
Upstream changes:
- TkRemind: Save the print dialog settings so they persist
- TkRemind: Show queue in sorted order
- TkRemind: Pass "-r" flag to inotifywait
- TkRemind: Draw moon phases with Tk canvas items rather than using PNG
images. This lets them change color along with other TkRemind
preferences.
- TkRemind: Underline editable reminders when the pointer enters them;
fire up the editor with either Button-1 or Button-3 for
non-TkRemind-generated reminders.
- Remind: Add the isany() built-in function.
- rem2html: Add class names indicating number of rows in calendar
- remind: In -z0 mode, sleep with higher precision to ensure we wake as
close to possible to each 1-minute boundary.
- rem2html: Coalesce table.rem-cal CSS into one block.
- examples/defs.rem: Modernize the examples and get rid of some cruft.
- Add $Latitude and $Longitude system variables. Deprecate
$LatDeg, $LatMin, $LatSec, $LongDeg, $LongMin and $LongSec.
- Test: Add "dump $" to test.rem.
(https://git.skoll.ca/Skollsoft-Public/Remind/src/branch/master/docs/WHATSNEW)
PR: 260862
Reported by: Robert Clausecker <fuz@fuz.su> (maintainer)
---
deskutils/remind/Makefile | 8 ++------
deskutils/remind/distinfo | 6 +++---
2 files changed, 5 insertions(+), 9 deletions(-)
diff --git a/deskutils/remind/Makefile b/deskutils/remind/Makefile
index e5413b71310e..56b4af6ea559 100644
--- a/deskutils/remind/Makefile
+++ b/deskutils/remind/Makefile
@@ -1,7 +1,7 @@
# Created by: Lewis Thompson <purple@lewiz.net>
PORTNAME= remind
-DISTVERSION= 03.03.10
+DISTVERSION= 03.03.11
CATEGORIES= deskutils
MASTER_SITES= https://dianne.skoll.ca/projects/remind/download/
@@ -32,6 +32,7 @@ LANGUAGE_DESC= User interface language
REM2HTML_DESC= Build and install rem2html (requires Perl)
# do not sort these -- correspond to enumeration in source code
+LANG.US= ENGLISH
LANG.DE= GERMAN
LANG.NL= DUTCH
LANG.FI= FINNISH
@@ -49,7 +50,6 @@ TCLTK_USES= tk
TCLTK_RUN_DEPENDS= dtplite:devel/tcllib
TCLTK_PLIST_FILES= bin/tkremind \
man/man1/tkremind.1.gz
-
REM2HTML_USES= perl5
REM2HTML_BUILD_DEPENDS= p5-JSON-Any>0:converters/p5-JSON-Any
REM2HTML_RUN_DEPENDS= p5-JSON-Any>0:converters/p5-JSON-Any
@@ -64,11 +64,7 @@ LON_MIN?= 39
LON_SEC?= 0
LOCATION?= Ottawa
-.include <bsd.port.options.mk>
-
-.if "${PORT_OPTIONS:MLANG_*}" != "" && "${PORT_OPTIONS:MLANG_*}" != LANG_US
CFLAGS+= -DLANG=${${PORT_OPTIONS:MLANG_*:S/_/./}}
-.endif
post-patch:
@${REINPLACE_CMD} \
diff --git a/deskutils/remind/distinfo b/deskutils/remind/distinfo
index db7bf0467552..870d72a1f248 100644
--- a/deskutils/remind/distinfo
+++ b/deskutils/remind/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1638372316
-SHA256 (remind-03.03.10.tar.gz) = 06a16dddfe3e85fcf89e3cce2359a4ad426147bcceab34ff4cd592fac9365c47
-SIZE (remind-03.03.10.tar.gz) = 420644
+TIMESTAMP = 1641044721
+SHA256 (remind-03.03.11.tar.gz) = 08267b08435e23cccd520b4161eb0659ba9fe77382afd8414cdd626de801e25a
+SIZE (remind-03.03.11.tar.gz) = 422444