summaryrefslogtreecommitdiff
path: root/time/remind/distinfo
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>2020-01-07 10:09:38 +0000
committerkim <kim@pkgsrc.org>2020-01-07 10:09:38 +0000
commit9de7cf4336453a05a44a15baa1cb4a15240b5fd7 (patch)
tree1130d711b82cce4d566a7a6b94ea1f3c88859c27 /time/remind/distinfo
parent5a9cea16bc91d3b0a054a1eed77d050ed69f9066 (diff)
downloadpkgsrc-9de7cf4336453a05a44a15baa1cb4a15240b5fd7.tar.gz
Update time/remind to 3.2.0
Notable changes: * Version 3.2 Patch 0 - 2020-01-03 - IMPROVEMENT: Add support for events spanning multiple days (with AT and DURATION). Add trigeventstart() and trigeventduration() introspection functions; see "MULTI-DAY EVENTS" in the man page. - IMPROVEMENT: Add introspection functions trigback(), trigdelta(), trigduration(), trigfrom(), trigpriority(), trigrep(), trigscanfrom(), trigtimedelta(), trigtimerep(), and triguntil(). See man page for details; thanks to Tim Chase for the suggestion. - CHANGE: Modify addition so that previously-illegal combinations TIME + TIME, TIME + DATETIME and DATETIME + TIME are now allowed. Also allow DATETIME - TIME. If t1 and t2 are expressions of type TIME and dt is an expression of type DATETIME, then the following are now equivalent (before, the expressions on the left-hand side would fail with a "Type mismatch" error.) t1 + t2 == t1 + coerce("INT", t2) dt + t2 == dt + coerce("INT", t2) t1 + dt == coerce("INT", t1) + dt dt - t2 == dt - coerce("INT", t2) - BUG FIX: Specifying a DURATION without an AT clause results in an error. Before, it would be accepted but not do anything useful. - BUG FIX: TkRemind: Fix startup failure of TkRemind if options are at default. :( * Version 3.1 Patch 17 - 2019-11-15 - SYNTACTIC SUGAR: Make "SCANFROM -n" the same as "SCANFROM [today() - n]" - BUG FIX: Fix failure when specifying a Jahrzeit in Adar. Fix courtesy of Dov Feldstern * Version 3.1 Patch 16 - 2018-11-09 - IMPROVEMENT: Add patch from Stephen Morgan to calculate astronomical and nautical twilight in addition to civil twilight. - IMPROVEMENT: Remind accepts DATETIME constants in ISO-8601 format and can optionally be configured to output them that way too.
Diffstat (limited to 'time/remind/distinfo')
-rw-r--r--time/remind/distinfo12
1 files changed, 6 insertions, 6 deletions
diff --git a/time/remind/distinfo b/time/remind/distinfo
index 6774d141369..ae24cb8169f 100644
--- a/time/remind/distinfo
+++ b/time/remind/distinfo
@@ -1,13 +1,13 @@
-$NetBSD: distinfo,v 1.15 2016/06/22 10:41:28 wiz Exp $
+$NetBSD: distinfo,v 1.16 2020/01/07 10:09:38 kim Exp $
-SHA1 (remind-03.01.15.tar.gz) = 4295177c2f6bef742262f11ad0ec6d07d9551409
-RMD160 (remind-03.01.15.tar.gz) = 645f4cee9c7ee45a02228a1a055fc86762dc4927
-SHA512 (remind-03.01.15.tar.gz) = 335f3ca88237f1ae53768b9ecdeb03f0bb1e706a8afd3ba36121ec76048a08fbc0d5ec72b05e552394b4cf2131be335c49533e1212b7e713ef16002a0621fc84
-Size (remind-03.01.15.tar.gz) = 363101 bytes
+SHA1 (remind-03.02.00.tar.gz) = 1151ee8741fae36274c0391a65fc8a0733c0f8fb
+RMD160 (remind-03.02.00.tar.gz) = 197b921545c3f39b40016ebc60f9842f3a857ec5
+SHA512 (remind-03.02.00.tar.gz) = 978ee2e6a45756e02bc2de0495d95c4b4377d9af76cb1ea5070f8e2438a451d2bf44245b93018bcbf6ea217520b7b4c8766d5eab354f9a0bc4982b25e90bd278
+Size (remind-03.02.00.tar.gz) = 365896 bytes
SHA1 (patch-ab) = d32cb94e8d7a6126cb39bb611471949b93e472bb
SHA1 (patch-ac) = a1a16349917f3fc5d5951b8c8fb92030859a3a2e
SHA1 (patch-ad) = b91a7a59a6bd4f5c6ab45bc552c42eac2ca6bfc5
-SHA1 (patch-ae) = 02bba81d8437c7675903519a20bd77104623816a
+SHA1 (patch-ae) = 3b8e3417607d0ed15f31a1ced9e2bb0b27f35b08
SHA1 (patch-configure) = bfc8a09c8640f6674e7f1b7263a68d38f75764bd
SHA1 (patch-configure.in) = edde127c2b9744ffe1d624890dda6d68f039715b
SHA1 (patch-src_init.c) = 5dc380d1520438eedd645bb441abe5c8e73c8e9d