Index: misc/bbdb/distinfo =================================================================== RCS file: /cvsroot/pkgsrc/misc/bbdb/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- misc/bbdb/distinfo 19 Nov 2008 13:03:37 -0000 1.3 +++ misc/bbdb/distinfo 13 May 2011 13:43:06 -0000 @@ -4,3 +4,4 @@ RMD160 (bbdb-2.34.tar.gz) = 24e4606cb94b5c311139fab910af909f5b95e0fa Size (bbdb-2.34.tar.gz) = 363841 bytes SHA1 (patch-aa) = 4b9942a4b1f8e2675cdaca67777c80d6490d01ac +SHA1 (patch-ab) = b98668b270174163452fb65dab46f4fc41895e61 Index: misc/bbdb/patches/patch-ab =================================================================== RCS file: misc/bbdb/patches/patch-ab diff -N misc/bbdb/patches/patch-ab --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ misc/bbdb/patches/patch-ab 13 May 2011 13:43:06 -0000 @@ -0,0 +1,19 @@ +$NetBSD$ + +To avoid being flagged by emacs-24.0.50 + bbdb-mhe.el:56:41:Error: Invalid function: + bbdb-mhe.el:38:30:Warning: `(\` (let* ((attrs (file-attributes ((\, + ..... (ommitted) + status-time-2)))))' is a malformed function + +--- work/bbdb-2.34/lisp/bbdb-mhe.el.orig 2011-04-02 20:42:13.000000000 +0900 ++++ lisp/bbdb-mhe.el 2011-04-02 20:42:28.000000000 +0900 +@@ -37,7 +37,7 @@ + + (defmacro bbdb/mh-cache-key (message) + "Return a (numeric) key for MESSAGE" +- (`(let* ((attrs (file-attributes (, message))) ++ ( ` (let* ((attrs (file-attributes (, message))) + (status-time (nth 6 attrs)) + (status-time-2 (cdr status-time)) + (inode (nth 10 attrs)))