pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/43791: Update time/remind to 3.1.9



>Number:         43791
>Category:       pkg
>Synopsis:       Update time/remind to 3.1.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Aug 22 14:30:00 +0000 2010
>Originator:     Derouiche
>Release:        NetBSD 5.0.2
>Organization:
>Environment:
NetBSD ToraboraServer 5.0.2 NetBSD 5.0.2 (GENERIC) #0: Sat Feb  6 17:53:27 UTC 
2010  
builds%b7.netbsd.org@localhost:/home/builds/ab/netbsd-5-0-2-RELEASE/i386/201002061851Z-obj/home/builds/ab/netbsd-5-0-2-RELEASE/src/sys/arch/i386/compile/GENERIC
 i386

>Description:
pkgsrc-changes:
==============
Update to 3.1.9 

amont changes:
==============

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.

* Version 3.1 Patch 7 - 2009-05-31




>How-To-Repeat:
n/a
>Fix:
$diff -ruN Makefile.orig Makefile--- Makefile.orig       2010-08-22 
14:12:59.000000000 +0000
+++ Makefile    2010-08-22 14:52:44.000000000 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2009/07/07 20:07:07 joerg Exp $
+# $NetBSD$
 #
 
-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/
$diff -ruN PLIST.orig PLIST
--- PLIST.orig  2010-08-22 14:12:59.000000000 +0000
+++ PLIST       2010-08-22 14:51:07.000000000 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2008/11/10 17:46:31 wiz Exp $
+@comment $NetBSD$
 bin/cm2rem
 bin/rem
 bin/rem2html
$diff -ruN distinfo.orig distinfo--- distinfo.orig       2010-08-22 
14:12:59.000000000 +0000
+++ distinfo    2010-08-22 15:18:06.000000000 +0000
@@ -1,9 +1,8 @@
 $NetBSD: distinfo,v 1.9 2009/01/07 21:43:28 wiz 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) = 0fc28cdb4bf4c0884b22fc8f2bd38026b3bf1bf4
 SHA1 (patch-ad) = b91a7a59a6bd4f5c6ab45bc552c42eac2ca6bfc5
 SHA1 (patch-ae) = aabd4cc46d61f50e90341867122095370c31c50b

$diff -ruN ./patches.orig/patch-ab ./patches/patch-ab
--- ./patches.orig/patch-ab     2010-08-22 14:12:59.000000000 +0000
+++ ./patches/patch-ab  2010-08-22 15:17:56.000000000 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.3 2006/10/01 08:26:56 schwarz Exp $
+$NetBSD$
 
---- src/Makefile.in.orig       2008-01-26 20:36:20.000000000 +0000
-+++ src/Makefile.in
-@@ -15,10 +15,11 @@ VERSION=@VERSION@
+--- ./src/Makefile.in.orig     2010-04-21 17:26:56.000000000 +0000
++++ ./src/Makefile.in  2010-08-22 14:50:02.000000000 +0000
+@@ -15,10 +15,11 @@
  
  INSTALL=@INSTALL@
  INSTALL_PROGRAM=@INSTALL_PROGRAM@
@@ -15,8 +15,8 @@
  
  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
+@@ -41,7 +42,7 @@
+       @sh ../tests/test-rem
  
  .c.o:
 -      @CC@ -c @CFLAGS@ @DEFS@ $(CEXTRA) $(LANGDEF) -I. -I$(srcdir) $<
@@ -24,7 +24,7 @@
  
  rem2ps: rem2ps.o dynbuf.o
        @CC@ @LDFLAGS@ $(LDEXTRA) -o rem2ps rem2ps.o dynbuf.o
-@@ -51,9 +52,12 @@ remind: $(REMINDOBJS)
+@@ -51,9 +52,12 @@
  
  install-nostripped: all
        -mkdir -p $(DESTDIR)$(bindir) || true



Home | Main Index | Thread Index | Old Index