diff options
author | minskim <minskim@pkgsrc.org> | 2010-11-20 20:20:11 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-11-20 20:20:11 +0000 |
commit | f675719c8307aa25f38340872969112c5ec95853 (patch) | |
tree | 89c061594a765ff7ae89bef57df693d3cb147296 /editors | |
parent | 2e8fcabba56d531742206ee2a14c658591247112 (diff) | |
download | pkgsrc-f675719c8307aa25f38340872969112c5ec95853.tar.gz |
Update emacs-snapshot to 24.0.50.20101120.
- Sync with Tramp 2.2.0.
* net/tramp.el (tramp-handle-insert-file-contents): Don't use
`file-remote-p' (due to compatibility).
* net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
(tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
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 0196fd6390f..d2d99b3c74a 100644 --- a/editors/emacs-snapshot/Makefile.common +++ b/editors/emacs-snapshot/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.20 2010/11/17 17:06:08 minskim Exp $ +# $NetBSD: Makefile.common,v 1.21 2010/11/20 20:20:11 minskim Exp $ -DISTNAME= emacs-snapshot_20101116.orig +DISTNAME= emacs-snapshot_20101120.orig PKGNAME= ${DISTNAME:S/snapshot_/${EMACS_VERSION}./:S/.orig//} CATEGORIES= editors MASTER_SITES= http://emacs.orebokech.com/pool/main/e/emacs-snapshot/ diff --git a/editors/emacs-snapshot/distinfo b/editors/emacs-snapshot/distinfo index 9931ad13682..63fc2c22243 100644 --- a/editors/emacs-snapshot/distinfo +++ b/editors/emacs-snapshot/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.24 2010/11/17 17:06:08 minskim Exp $ +$NetBSD: distinfo,v 1.25 2010/11/20 20:20:11 minskim Exp $ -SHA1 (emacs-snapshot_20101116.orig.tar.lzma) = bcd86c3c05b8553dbe9230fcfb55f2caf42c1e43 -RMD160 (emacs-snapshot_20101116.orig.tar.lzma) = c6737e5357085270cc04427e71a1f0188f6a512c -Size (emacs-snapshot_20101116.orig.tar.lzma) = 22831593 bytes +SHA1 (emacs-snapshot_20101120.orig.tar.lzma) = 5885aac783d28613962bd3d0766dfff231282bbb +RMD160 (emacs-snapshot_20101120.orig.tar.lzma) = d02b53e8e1f66f4b6c6aa9548a7b2440c092d4d8 +Size (emacs-snapshot_20101120.orig.tar.lzma) = 22842989 bytes SHA1 (patch-aa) = de76919bedcdfaffe567bc80633a9e908714ec2b SHA1 (patch-ab) = f40d65cdbce564de8f7f5a5f8ec64f9ab747d157 SHA1 (patch-ac) = e3d87b7227054652fc84cc485c98e933e2a602b3 |