diff options
author | minskim <minskim@pkgsrc.org> | 2011-05-27 21:41:14 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-05-27 21:41:14 +0000 |
commit | 87b5e8ef279ba7a59180282fd8edca91d2bc1d14 (patch) | |
tree | 5429fe78eaa8696ffc5ada3fb4ab940116766c48 /editors | |
parent | effd380bf970fb6c676af04d8ba5d3d17a4c1ea6 (diff) | |
download | pkgsrc-87b5e8ef279ba7a59180282fd8edca91d2bc1d14.tar.gz |
Update emacs-snapshot to 24.0.50.20110526.
Notable changes:
* textmodes/rst.el (rst-define-level-faces): Do not define face
symbol if it is already defined.
* sha1.el: Remove. Function `sha1' is now builtin.
* mail/sendmail.el: Require `rfc2047'.
* Add an :exit-function for completion-at-point.
* textmodes/bibtex.el: Convert to lexical binding.
* <lots-of-files>.el: Don't quote lambda expressions with `quote'.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs-snapshot/Makefile.common | 4 | ||||
-rw-r--r-- | editors/emacs-snapshot/PLIST | 4 | ||||
-rw-r--r-- | editors/emacs-snapshot/distinfo | 8 |
3 files changed, 7 insertions, 9 deletions
diff --git a/editors/emacs-snapshot/Makefile.common b/editors/emacs-snapshot/Makefile.common index 6a6d101a285..1657d31c289 100644 --- a/editors/emacs-snapshot/Makefile.common +++ b/editors/emacs-snapshot/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.28 2011/05/20 22:56:39 minskim Exp $ +# $NetBSD: Makefile.common,v 1.29 2011/05/27 21:41:14 minskim Exp $ -DISTNAME= emacs-snapshot_20110520.orig +DISTNAME= emacs-snapshot_20110526.orig PKGNAME= ${DISTNAME:S/snapshot_/${EMACS_VERSION}./:S/.orig//} CATEGORIES= editors MASTER_SITES= http://emacs.naquadah.org/unstable/ diff --git a/editors/emacs-snapshot/PLIST b/editors/emacs-snapshot/PLIST index 7e4f724d17f..9e320892f36 100644 --- a/editors/emacs-snapshot/PLIST +++ b/editors/emacs-snapshot/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.22 2011/05/20 22:56:39 minskim Exp $ +@comment $NetBSD: PLIST,v 1.23 2011/05/27 21:41:14 minskim Exp $ bin/ctags bin/ebrowse bin/emacs @@ -3393,8 +3393,6 @@ share/emacs/${EMACS_VERSION}/lisp/server.el.gz share/emacs/${EMACS_VERSION}/lisp/server.elc share/emacs/${EMACS_VERSION}/lisp/ses.el.gz share/emacs/${EMACS_VERSION}/lisp/ses.elc -share/emacs/${EMACS_VERSION}/lisp/sha1.el.gz -share/emacs/${EMACS_VERSION}/lisp/sha1.elc share/emacs/${EMACS_VERSION}/lisp/shadowfile.el.gz share/emacs/${EMACS_VERSION}/lisp/shadowfile.elc share/emacs/${EMACS_VERSION}/lisp/shell.el.gz diff --git a/editors/emacs-snapshot/distinfo b/editors/emacs-snapshot/distinfo index 18474f9b286..93cc37d38ae 100644 --- a/editors/emacs-snapshot/distinfo +++ b/editors/emacs-snapshot/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.33 2011/05/20 22:56:39 minskim Exp $ +$NetBSD: distinfo,v 1.34 2011/05/27 21:41:14 minskim Exp $ -SHA1 (emacs-snapshot_20110520.orig.tar.xz) = cd8477f9cd777e25035ba55b25d1dd14a6bf01a7 -RMD160 (emacs-snapshot_20110520.orig.tar.xz) = 7df7f79cdc0220304de43355548eabbfed12c40c -Size (emacs-snapshot_20110520.orig.tar.xz) = 23195332 bytes +SHA1 (emacs-snapshot_20110526.orig.tar.xz) = 7bcacdecf8f3629c6037baa39cda50f1e6cbb243 +RMD160 (emacs-snapshot_20110526.orig.tar.xz) = 22f119d7b90a8bedb0009f0b5c6a6f6a4e4876ad +Size (emacs-snapshot_20110526.orig.tar.xz) = 23199436 bytes SHA1 (patch-aa) = 052ea84f7e3b35d1aba08bd641d7250ec07d09aa SHA1 (patch-ac) = 7792cd247bcc40eafb4ec28f98bd0d2d9bd4b0c3 SHA1 (patch-ad) = b8faf958f7ab3effd6c8dbcbf51fe70ddb2ecdae |