Tue Dec 6 17:12:09 2011 UTC ()
Update emacs-snapshot to 24.0.92.20111206.

Changes:
        * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
        overly zealous deletion of trailing whitespace.
        * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
        there's no inferior buffer (bug#10196).
        * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
        interrupt.  (Bug#10187)
        * info.el (Info-search): Display "end of manual" when Isearch
        reaches the end of single-file Info manual.  (Bug#9918)
        * isearch.el (isearch-message-prefix): Run the input method part
        of the prompt through bidi-string-mark-left-to-right.  (Bug#10183)
        * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
        aware of remote file names.  (Bug#10124)


(minskim)
diff -r1.40 -r1.41 pkgsrc/editors/emacs-snapshot/Makefile.common
diff -r1.44 -r1.45 pkgsrc/editors/emacs-snapshot/distinfo
diff -r1.9 -r1.10 pkgsrc/editors/emacs-snapshot/version.mk
diff -r1.1 -r0 pkgsrc/editors/emacs-snapshot/patches/patch-lib-src_emacsclient.c

cvs diff -r1.40 -r1.41 pkgsrc/editors/emacs-snapshot/Attic/Makefile.common (expand / switch to context diff)
--- pkgsrc/editors/emacs-snapshot/Attic/Makefile.common 2011/11/30 04:29:09 1.40
+++ pkgsrc/editors/emacs-snapshot/Attic/Makefile.common 2011/12/06 17:12:09 1.41
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.common,v 1.40 2011/11/30 04:29:09 minskim Exp $
+# $NetBSD: Makefile.common,v 1.41 2011/12/06 17:12:09 minskim Exp $
 
-DISTNAME=	emacs-snapshot_20111128.orig
+DISTNAME=	emacs-snapshot_20111206.orig
 PKGNAME=	${DISTNAME:S/snapshot_/${EMACS_VERSION}./:S/.orig//}
 CATEGORIES=	editors
 MASTER_SITES=	http://emacs.naquadah.org/unstable/

cvs diff -r1.44 -r1.45 pkgsrc/editors/emacs-snapshot/distinfo (expand / switch to context diff)
--- pkgsrc/editors/emacs-snapshot/distinfo 2011/11/30 04:29:09 1.44
+++ pkgsrc/editors/emacs-snapshot/distinfo 2011/12/06 17:12:09 1.45
@@ -1,11 +1,10 @@
-$NetBSD: distinfo,v 1.44 2011/11/30 04:29:09 minskim Exp $
+$NetBSD: distinfo,v 1.45 2011/12/06 17:12:09 minskim Exp $
 
-SHA1 (emacs-snapshot_20111128.orig.tar.xz) = 3dfef9d7bab6472e77ad2bb727f4e2b38a41cfca
-RMD160 (emacs-snapshot_20111128.orig.tar.xz) = b0d462a2de32346f50c7a317ac59aaceefad3cc5
-Size (emacs-snapshot_20111128.orig.tar.xz) = 23300368 bytes
+SHA1 (emacs-snapshot_20111206.orig.tar.xz) = c9694ce2570097879f602c2c313a32aae71c9e3e
+RMD160 (emacs-snapshot_20111206.orig.tar.xz) = 765f43dcac9f012d23834195a2312d63c97bbdc4
+Size (emacs-snapshot_20111206.orig.tar.xz) = 23310260 bytes
 SHA1 (patch-aa) = ecec22478b7e10ea0ed1818043761858b237b545
 SHA1 (patch-ac) = 7792cd247bcc40eafb4ec28f98bd0d2d9bd4b0c3
 SHA1 (patch-ad) = b8faf958f7ab3effd6c8dbcbf51fe70ddb2ecdae
 SHA1 (patch-ae) = 2dfe31015550feeaa47955136d3bbe2aa6790095
 SHA1 (patch-ag) = 2fc1d3fd953e595eb0ed1f3f5289a70a754e1aed
-SHA1 (patch-lib-src_emacsclient.c) = 4cdfecb23cb3475c5100f818dcbd9e7aeb863e2d

cvs diff -r1.9 -r1.10 pkgsrc/editors/emacs-snapshot/version.mk (expand / switch to context diff)
--- pkgsrc/editors/emacs-snapshot/version.mk 2011/11/05 17:46:10 1.9
+++ pkgsrc/editors/emacs-snapshot/version.mk 2011/12/06 17:12:09 1.10
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.9 2011/11/05 17:46:10 minskim Exp $
+# $NetBSD: version.mk,v 1.10 2011/12/06 17:12:09 minskim Exp $
 
 _EMACS_FLAVOR=	emacs
 _EMACS_REQD=	emacs>=23
@@ -7,4 +7,4 @@
 
 _EMACS_VERSION_MAJOR=	24
 _EMACS_VERSION_MINOR=	0
-_EMACS_VERSION_MICRO=	91
+_EMACS_VERSION_MICRO=	92

File Deleted: pkgsrc/editors/emacs-snapshot/patches/Attic/patch-lib-src_emacsclient.c