summaryrefslogtreecommitdiff
path: root/time/remind/Makefile
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-09-09 11:39:58 +0000
committerobache <obache@pkgsrc.org>2010-09-09 11:39:58 +0000
commit6737d1c64cd11276d9745cf09525a94da5f15798 (patch)
tree8b6093f64472b2d60919aa81128ed4e63001ed90 /time/remind/Makefile
parent99d5a897e6b963480ab44eeabba5ae52284dd9f1 (diff)
downloadpkgsrc-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/Makefile')
-rw-r--r--time/remind/Makefile10
1 files changed, 6 insertions, 4 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