diff options
author | wiz <wiz@pkgsrc.org> | 2000-12-18 00:41:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-12-18 00:41:50 +0000 |
commit | 8cfd3e9795c617f477f3cece0edfcb7c7d26c634 (patch) | |
tree | f7a31afc10e950c18d62ae3c7be636799f0241cd /time/remind | |
parent | 6b687df9ffc13f6430209d2adb53a8e79bcbf493 (diff) | |
download | pkgsrc-8cfd3e9795c617f477f3cece0edfcb7c7d26c634.tar.gz |
Update to 3.0.22. Changes:
- Added option to have TkRemind display all of today's reminders in a text
box on startup. This option is on by default.
- Makefile in "www" directory allows you to add ".cgi" suffix to CGI scripts.
- Added option to completely delete a reminder from the reminder file in
the timed reminder popup dialog.
- Clarified build instructions.
- Fixed packing order in TkRemind so resizing window doesn't make control
buttons disappear.
- Fixed serious bug in which background queued reminders were ignored and
Remind simply exited. Doh! Sorry about that.
Diffstat (limited to 'time/remind')
-rw-r--r-- | time/remind/Makefile | 4 | ||||
-rw-r--r-- | time/remind/files/md5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/time/remind/Makefile b/time/remind/Makefile index b9d76f093de..e1129ca297a 100644 --- a/time/remind/Makefile +++ b/time/remind/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/12/17 23:32:11 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2000/12/18 00:41:50 wiz Exp $ # -DISTNAME= remind-03.00.21 +DISTNAME= remind-03.00.22 PKGNAME= ${DISTNAME:C/0([0-9])/\1/g} CATEGORIES= time MASTER_SITES= http://www.roaringpenguin.com/ diff --git a/time/remind/files/md5 b/time/remind/files/md5 index 7daa94ba414..924471392e2 100644 --- a/time/remind/files/md5 +++ b/time/remind/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 2000/12/17 23:32:11 wiz Exp $ +$NetBSD: md5,v 1.2 2000/12/18 00:41:50 wiz Exp $ -MD5 (remind-03.00.21.tar.gz) = f70e2bca2b73dad27c52148017a8615b +MD5 (remind-03.00.22.tar.gz) = 5655ad8209f8453443d0b95658cd82ca |