diff options
author | minskim <minskim> | 2012-02-19 17:08:04 +0000 |
---|---|---|
committer | minskim <minskim> | 2012-02-19 17:08:04 +0000 |
commit | db035c3a8bcecb95ca5c689e0cce1e6640483106 (patch) | |
tree | 03a23cba4188f6040075877beb61298573c53dd2 /editors | |
parent | 3f342eff37987639fc1605d82f805f2ed1a0abd4 (diff) | |
download | pkgsrc-db035c3a8bcecb95ca5c689e0cce1e6640483106.tar.gz |
Update emacs-snapshot to 24.0.93.20120216.
Notable changes:
* mail/smtpmail.el (smtpmail-query-smtp-server):
(smtpmail-query-smtp-server): Prompt the user for a port number if
we can't connect to any of the standard ports (bug#10810).
* Fix a loop in c-set-fl-decl-start.
* Fix infinite loop with long macros.
* progmodes/python.el (python-end-of-statement): Fix infinite
loop. (Bug#10788)
* emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
(byte-compile-defvar): Use it to minimize .elc size.
Just use `defvar' rather than simulate it (bug#10761).
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs-snapshot/Makefile.common | 4 | ||||
-rw-r--r-- | editors/emacs-snapshot/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/editors/emacs-snapshot/Makefile.common b/editors/emacs-snapshot/Makefile.common index 9d596dc0191..e81edbd2209 100644 --- a/editors/emacs-snapshot/Makefile.common +++ b/editors/emacs-snapshot/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.46 2012/02/13 17:57:39 minskim Exp $ +# $NetBSD: Makefile.common,v 1.47 2012/02/19 17:08:04 minskim Exp $ -DISTNAME= emacs-snapshot_20120208.orig +DISTNAME= emacs-snapshot_20120216.orig PKGNAME= ${DISTNAME:S/snapshot_/${EMACS_VERSION}./:S/.orig//} CATEGORIES= editors MASTER_SITES= http://emacs.naquadah.org/unstable/ diff --git a/editors/emacs-snapshot/distinfo b/editors/emacs-snapshot/distinfo index 97bcd06b12a..661cce30e58 100644 --- a/editors/emacs-snapshot/distinfo +++ b/editors/emacs-snapshot/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.51 2012/02/13 17:57:39 minskim Exp $ +$NetBSD: distinfo,v 1.52 2012/02/19 17:08:04 minskim Exp $ -SHA1 (emacs-snapshot_20120208.orig.tar.xz) = 9a4488e021f5b826fd3482cd7dcc3321b87328b7 -RMD160 (emacs-snapshot_20120208.orig.tar.xz) = ecf3892249138ffe518db307e93bd03b47ddb52e -Size (emacs-snapshot_20120208.orig.tar.xz) = 23439944 bytes +SHA1 (emacs-snapshot_20120216.orig.tar.xz) = 4cbf8bee3ecb9e8fb22248234c90b775f01ebd3f +RMD160 (emacs-snapshot_20120216.orig.tar.xz) = d5bc420957a85b200941b47d0446463f527c3491 +Size (emacs-snapshot_20120216.orig.tar.xz) = 23453568 bytes SHA1 (patch-aa) = e77be157f2ad3c8002afe6c5483e61ff4769b85d SHA1 (patch-ac) = 7792cd247bcc40eafb4ec28f98bd0d2d9bd4b0c3 SHA1 (patch-ad) = b8faf958f7ab3effd6c8dbcbf51fe70ddb2ecdae |