diff options
author | minskim <minskim> | 2012-03-06 03:01:30 +0000 |
---|---|---|
committer | minskim <minskim> | 2012-03-06 03:01:30 +0000 |
commit | ab12269c5cd2a23bd40356ddfe9512909884b762 (patch) | |
tree | 4fba98f57abebad57f72047ccbaa3fa9f46257f4 /editors | |
parent | af4dd151965261f12850b0ba8f2baf93695ed853 (diff) | |
download | pkgsrc-ab12269c5cd2a23bd40356ddfe9512909884b762.tar.gz |
Update emacs-snapshot to 24.0.94.20120305.
Notable changes:
* simple.el (count-words): If called from Lisp, return the word
count, for symmetry with `count-lines'. Arglist changed.
* faces.el (face-spec-reset-face): For the default face, reset the
attributes to default values (Bug#10748).
* mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
previous patch: Check `message-send-mail-function', and not the
default function (bug#10897).
* cus-start.el: Make x-select-enable-clipboard-manager
customizable.
* Depessimize the handling of very large macros.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs-snapshot/Makefile | 3 | ||||
-rw-r--r-- | editors/emacs-snapshot/Makefile.common | 4 | ||||
-rw-r--r-- | editors/emacs-snapshot/distinfo | 8 | ||||
-rw-r--r-- | editors/emacs-snapshot/version.mk | 4 |
4 files changed, 9 insertions, 10 deletions
diff --git a/editors/emacs-snapshot/Makefile b/editors/emacs-snapshot/Makefile index 1dca3c40a8f..bb30d30f2bc 100644 --- a/editors/emacs-snapshot/Makefile +++ b/editors/emacs-snapshot/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2012/03/03 12:54:16 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2012/03/06 03:01:30 minskim Exp $ CONFLICTS+= emacs-nox11-[0-9]* .include "../../editors/emacs-snapshot/Makefile.common" -PKGREVISION=1 .include "options.mk" diff --git a/editors/emacs-snapshot/Makefile.common b/editors/emacs-snapshot/Makefile.common index b55730f9f6b..b7bca3c659b 100644 --- a/editors/emacs-snapshot/Makefile.common +++ b/editors/emacs-snapshot/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.48 2012/02/23 20:14:51 minskim Exp $ +# $NetBSD: Makefile.common,v 1.49 2012/03/06 03:01:30 minskim Exp $ -DISTNAME= emacs-snapshot_20120222.orig +DISTNAME= emacs-snapshot_20120305.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 5f8ca22c392..8ae849d8ae9 100644 --- a/editors/emacs-snapshot/distinfo +++ b/editors/emacs-snapshot/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.53 2012/02/23 20:14:51 minskim Exp $ +$NetBSD: distinfo,v 1.54 2012/03/06 03:01:30 minskim Exp $ -SHA1 (emacs-snapshot_20120222.orig.tar.xz) = efcdb844c8fb3b6dba45093513c987375351ccb6 -RMD160 (emacs-snapshot_20120222.orig.tar.xz) = efdf67a4e0fc2e7fecd57a9c080fb9e098b82759 -Size (emacs-snapshot_20120222.orig.tar.xz) = 23454284 bytes +SHA1 (emacs-snapshot_20120305.orig.tar.xz) = 59c768f767b3793ad57d5c039724516f105d5d66 +RMD160 (emacs-snapshot_20120305.orig.tar.xz) = 4291f54696b7602e162b36d631d0118ff1c9bdb9 +Size (emacs-snapshot_20120305.orig.tar.xz) = 23465148 bytes SHA1 (patch-aa) = e77be157f2ad3c8002afe6c5483e61ff4769b85d SHA1 (patch-ac) = 7792cd247bcc40eafb4ec28f98bd0d2d9bd4b0c3 SHA1 (patch-ad) = b8faf958f7ab3effd6c8dbcbf51fe70ddb2ecdae diff --git a/editors/emacs-snapshot/version.mk b/editors/emacs-snapshot/version.mk index 689b71ff33f..46b7a4104f6 100644 --- a/editors/emacs-snapshot/version.mk +++ b/editors/emacs-snapshot/version.mk @@ -1,4 +1,4 @@ -# $NetBSD: version.mk,v 1.11 2012/02/02 20:21:10 minskim Exp $ +# $NetBSD: version.mk,v 1.12 2012/03/06 03:01:30 minskim Exp $ _EMACS_FLAVOR= emacs _EMACS_REQD= emacs>=23 @@ -7,4 +7,4 @@ _EMACS_PKGDEP.leim= _EMACS_VERSION_MAJOR= 24 _EMACS_VERSION_MINOR= 0 -_EMACS_VERSION_MICRO= 93 +_EMACS_VERSION_MICRO= 94 |