diff options
author | minskim <minskim@pkgsrc.org> | 2011-11-05 17:46:10 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-11-05 17:46:10 +0000 |
commit | 1b7ac208e4cad7b0a733916e09a02664a9aade97 (patch) | |
tree | 002633ff92bdde8ca8fdfe8bff00b30f3270acb8 /editors/emacs-snapshot | |
parent | a7daba030816ff76216633328e33790e3b9ca441 (diff) | |
download | pkgsrc-1b7ac208e4cad7b0a733916e09a02664a9aade97.tar.gz |
Update emacs-snapshot to 24.0.91.20111104.
Changes:
- Use `force-same-window' interactively.
- vc-bzr.el: Accept status with more than 9 shelves.
- Add isearch-scroll property to split-window-below and
split-window-right.
- Amend the handling of c-beginning/end-of-defun in nested declaration
scopes.
Diffstat (limited to 'editors/emacs-snapshot')
-rw-r--r-- | editors/emacs-snapshot/Makefile | 4 | ||||
-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, 11 deletions
diff --git a/editors/emacs-snapshot/Makefile b/editors/emacs-snapshot/Makefile index 676d44ef90c..7dba7391fdc 100644 --- a/editors/emacs-snapshot/Makefile +++ b/editors/emacs-snapshot/Makefile @@ -1,6 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2011/11/01 06:11:53 sbd Exp $ - -PKGREVISION= 1 +# $NetBSD: Makefile,v 1.24 2011/11/05 17:46:10 minskim Exp $ CONFLICTS+= emacs-nox11-[0-9]* diff --git a/editors/emacs-snapshot/Makefile.common b/editors/emacs-snapshot/Makefile.common index 74a5ba1bec3..3c338f0781b 100644 --- a/editors/emacs-snapshot/Makefile.common +++ b/editors/emacs-snapshot/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.37 2011/10/30 20:10:16 minskim Exp $ +# $NetBSD: Makefile.common,v 1.38 2011/11/05 17:46:10 minskim Exp $ -DISTNAME= emacs-snapshot_20111026.orig +DISTNAME= emacs-snapshot_20111104.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 7f2feda1a18..0eece3f9519 100644 --- a/editors/emacs-snapshot/distinfo +++ b/editors/emacs-snapshot/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.41 2011/10/30 20:10:16 minskim Exp $ +$NetBSD: distinfo,v 1.42 2011/11/05 17:46:10 minskim Exp $ -SHA1 (emacs-snapshot_20111026.orig.tar.xz) = d399249bdc41fe73ff716a29cee966bb1c75b528 -RMD160 (emacs-snapshot_20111026.orig.tar.xz) = e23346134d65891aa142e603a9e0d2ea98f74d41 -Size (emacs-snapshot_20111026.orig.tar.xz) = 23286696 bytes +SHA1 (emacs-snapshot_20111104.orig.tar.xz) = 3e8b89fbfb6650aaad405b0abb7b6270a3dbd0d5 +RMD160 (emacs-snapshot_20111104.orig.tar.xz) = d601c34dfde56493fd4bd6c41da1849a4a079a41 +Size (emacs-snapshot_20111104.orig.tar.xz) = 23288592 bytes SHA1 (patch-aa) = 052ea84f7e3b35d1aba08bd641d7250ec07d09aa SHA1 (patch-ac) = 7792cd247bcc40eafb4ec28f98bd0d2d9bd4b0c3 SHA1 (patch-ad) = b8faf958f7ab3effd6c8dbcbf51fe70ddb2ecdae diff --git a/editors/emacs-snapshot/version.mk b/editors/emacs-snapshot/version.mk index d8391a3bba2..f56aac1d032 100644 --- a/editors/emacs-snapshot/version.mk +++ b/editors/emacs-snapshot/version.mk @@ -1,4 +1,4 @@ -# $NetBSD: version.mk,v 1.8 2011/10/04 19:30:02 minskim Exp $ +# $NetBSD: version.mk,v 1.9 2011/11/05 17:46:10 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= 90 +_EMACS_VERSION_MICRO= 91 |