diff options
author | minskim <minskim@pkgsrc.org> | 2012-02-23 20:14:51 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2012-02-23 20:14:51 +0000 |
commit | bb0421264fb2fb8970ca89e698924d7de4869323 (patch) | |
tree | e0a4f7a5e0d6e9026d274e3ae00abaa0d3057d3c /editors | |
parent | 12beca449e3309467fedb280746f7a3ee6f24851 (diff) | |
download | pkgsrc-bb0421264fb2fb8970ca89e698924d7de4869323.tar.gz |
Update emacs-snapshot to 24.0.93.20120222.
Notable changes:
* dired-x.el (dired-guess-shell-alist-default):
Remove escape sequences from nroff output. (Bug#172)
* icomplete.el (icomplete-completions): Check FROM arg before
passing to substring (Bug#10850).
* international/characters.el (script-list): Sync with the latest
Unicode Character Database.
* newcomment.el (uncomment-region-default): Don't leave extra space
when an arg is provided (bug#8150).
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 e81edbd2209..b55730f9f6b 100644 --- a/editors/emacs-snapshot/Makefile.common +++ b/editors/emacs-snapshot/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.47 2012/02/19 17:08:04 minskim Exp $ +# $NetBSD: Makefile.common,v 1.48 2012/02/23 20:14:51 minskim Exp $ -DISTNAME= emacs-snapshot_20120216.orig +DISTNAME= emacs-snapshot_20120222.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 661cce30e58..5f8ca22c392 100644 --- a/editors/emacs-snapshot/distinfo +++ b/editors/emacs-snapshot/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.52 2012/02/19 17:08:04 minskim Exp $ +$NetBSD: distinfo,v 1.53 2012/02/23 20:14:51 minskim Exp $ -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 (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 (patch-aa) = e77be157f2ad3c8002afe6c5483e61ff4769b85d SHA1 (patch-ac) = 7792cd247bcc40eafb4ec28f98bd0d2d9bd4b0c3 SHA1 (patch-ad) = b8faf958f7ab3effd6c8dbcbf51fe70ddb2ecdae |