diff options
author | obache <obache@pkgsrc.org> | 2010-09-09 11:39:58 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-09-09 11:39:58 +0000 |
commit | 6737d1c64cd11276d9745cf09525a94da5f15798 (patch) | |
tree | 8b6093f64472b2d60919aa81128ed4e63001ed90 /time/remind | |
parent | 99d5a897e6b963480ab44eeabba5ae52284dd9f1 (diff) | |
download | pkgsrc-6737d1c64cd11276d9745cf09525a94da5f15798.tar.gz |
Update remind to 3.1.9.
close PR#43791.
Changes to pkgsrc
* use INSTALL_SCRIPT from configure (patch-ab).
* update tclsh name, current its version in pkgsrc is 8.4.
CHANGES TO REMIND
* Version 3.1 Patch 9 - 2010-06-20
- MAJOR ENHANCEMENT: New "purge mode" to delete expired reminders. See
the PURGE MODE section of the remind man page.
- ENHANCEMENT: Support DURATION in TkRemind. Thanks to Marek Marczykowski.
- BUG FIX: Don't change the order of PS and PSFILE reminders. Bug found
by John McGowan.
- BUG FIX: "REM 1990-01-01 SATISFY 1" would yield a spurious parse error
in earlier versions of Remind.
- BUG FIX: Yom HaShoah is moved to Thursday if it would normally fall on
a Friday. Thanks to Jonathan Kamens for pointing this out.
* Version 3.1 Patch 8 - 2010-03-09
- ENHANCEMENT: Include some useful scripts in contrib/
- ENHANCEMENT: Add the $T, $Td, $Tm, $Tw, $Ty, $U, $Ud, $Um, $Uw, $Uy
special variables to make reminder files less wordy. See man page
for details.
- MINOR ENHANCEMENT: Set an icon photo window manager resource on TkRemind.
- POLICY CHANGE: Discourage use of Remind on MS Windows or Apple Mac OS X.
- BUG FIX: Ignore msgprefix() and msgsuffix() on RUN-type reminders.
- BUG FIX: Adjust Remind and Rem2PS so that SHADE specials don't obliterate
earlier MOON specials.
- BUG FIX: Fix bug in SCHED calculations if Remind is started in the middle
of a SCHED interval.
Diffstat (limited to 'time/remind')
-rw-r--r-- | time/remind/Makefile | 10 | ||||
-rw-r--r-- | time/remind/distinfo | 12 | ||||
-rw-r--r-- | time/remind/patches/patch-ab | 8 | ||||
-rw-r--r-- | time/remind/patches/patch-ac | 10 |
4 files changed, 21 insertions, 19 deletions
diff --git a/time/remind/Makefile b/time/remind/Makefile index 2c4dc3cf636..b050e44dab2 100644 --- a/time/remind/Makefile +++ b/time/remind/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2009/07/22 13:00:45 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2010/09/09 11:39:58 obache Exp $ # -DISTNAME= remind-03.01.07 +DISTNAME= remind-03.01.09 PKGNAME= ${DISTNAME:C/0([0-9])/\1/g} CATEGORIES= time MASTER_SITES= http://www.roaringpenguin.com/files/download/ @@ -19,13 +19,15 @@ USE_FEATURES= glob REPLACE_PERL= www/rem2html +TEST_TARGET= test + # We don't want to require tcl just for one script. post-build: - ${SED} -e 's,@TCLSH@,tclsh8.0,' \ + ${SED} -e 's,@TCLSH@,tclsh8.4,' \ < ${WRKSRC}/scripts/cm2rem.tcl \ > ${WRKSRC}/scripts/cm2rem ${MV} ${WRKSRC}/man/cm2rem.1 ${WRKSRC}/man/cm2rem.1.bak - ${SED} -e 's,@TCLSH@,tclsh8.0,' \ + ${SED} -e 's,@TCLSH@,tclsh8.4,' \ < ${WRKSRC}/man/cm2rem.1.bak \ > ${WRKSRC}/man/cm2rem.1 diff --git a/time/remind/distinfo b/time/remind/distinfo index 2a2ec05ec5a..4a4c43615c5 100644 --- a/time/remind/distinfo +++ b/time/remind/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.10 2009/07/22 13:00:45 wiz Exp $ +$NetBSD: distinfo,v 1.11 2010/09/09 11:39:58 obache Exp $ -SHA1 (remind-03.01.07.tar.gz) = cc5bd6de9675b6af972376cd1376a453a3758aa1 -RMD160 (remind-03.01.07.tar.gz) = f59fbd46e3cf04f9ca41601215ba0b6721264fe5 -Size (remind-03.01.07.tar.gz) = 319550 bytes -SHA1 (patch-ab) = 28843c39d50a54a4e3f1086ecdf71c0141e9f24f -SHA1 (patch-ac) = 7ddf21570f361b2d667ec331bab4059d16422dfd +SHA1 (remind-03.01.09.tar.gz) = 275f5375ac74269fa23df0c7de7aa9226e222e8a +RMD160 (remind-03.01.09.tar.gz) = 0e779483fe9ef10d030526da8ef6b2137aac9417 +Size (remind-03.01.09.tar.gz) = 353421 bytes +SHA1 (patch-ab) = 5f77b26fd8cf1f34b42e337a63137a2c3e84c48b +SHA1 (patch-ac) = a1a16349917f3fc5d5951b8c8fb92030859a3a2e SHA1 (patch-ad) = b91a7a59a6bd4f5c6ab45bc552c42eac2ca6bfc5 SHA1 (patch-ae) = aabd4cc46d61f50e90341867122095370c31c50b diff --git a/time/remind/patches/patch-ab b/time/remind/patches/patch-ab index a5bc41e2a4e..aca7e70a32f 100644 --- a/time/remind/patches/patch-ab +++ b/time/remind/patches/patch-ab @@ -1,12 +1,12 @@ -$NetBSD: patch-ab,v 1.4 2008/11/10 17:46:31 wiz Exp $ +$NetBSD: patch-ab,v 1.5 2010/09/09 11:39:58 obache Exp $ ---- src/Makefile.in.orig 2008-01-26 20:36:20.000000000 +0000 +--- src/Makefile.in.orig 2010-04-21 17:26:56.000000000 +0000 +++ src/Makefile.in @@ -15,10 +15,11 @@ VERSION=@VERSION@ INSTALL=@INSTALL@ INSTALL_PROGRAM=@INSTALL_PROGRAM@ -+INSTALL_SCRIPT=@INSTALL@ -m 0555 ++INSTALL_SCRIPT=@INSTALL_SCRIPT@ INSTALL_DATA=@INSTALL_DATA@ PROGS= remind rem2ps @@ -16,7 +16,7 @@ $NetBSD: patch-ab,v 1.4 2008/11/10 17:46:31 wiz Exp $ MANS= $(srcdir)/../man/rem2ps.1 $(srcdir)/../man/remind.1 \ $(srcdir)/../man/tkremind.1 $(srcdir)/../man/cm2rem.1 \ @@ -41,7 +42,7 @@ test: remind - sh ../tests/test-rem + @sh ../tests/test-rem .c.o: - @CC@ -c @CFLAGS@ @DEFS@ $(CEXTRA) $(LANGDEF) -I. -I$(srcdir) $< diff --git a/time/remind/patches/patch-ac b/time/remind/patches/patch-ac index 54f045a9fb1..024e5003526 100644 --- a/time/remind/patches/patch-ac +++ b/time/remind/patches/patch-ac @@ -1,16 +1,16 @@ -$NetBSD: patch-ac,v 1.6 2008/11/10 17:46:31 wiz Exp $ +$NetBSD: patch-ac,v 1.7 2010/09/09 11:39:58 obache Exp $ ---- src/files.c.orig 2008-03-25 03:12:37.000000000 +0000 +--- src/files.c.orig 2010-04-25 14:06:54.000000000 +0000 +++ src/files.c -@@ -18,6 +18,7 @@ - +@@ -19,6 +19,7 @@ #include <string.h> + #include <errno.h> #include <ctype.h> +#include <glob.h> #include <sys/stat.h> #ifdef TM_IN_SYS_TIME -@@ -445,16 +446,28 @@ int DoInclude(ParsePtr p) +@@ -511,16 +512,28 @@ int DoInclude(ParsePtr p) { DynamicBuffer buf; int r, e; |