summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2012-02-02 20:21:10 +0000
committerminskim <minskim@pkgsrc.org>2012-02-02 20:21:10 +0000
commit1c6515efa0b6708330c367f1366054a159db8b42 (patch)
tree0dc8538960ae438104d5882be5f8c2e5e23ce3ec /editors
parenteef67711122fcd869e972fb7bf3d09c82fe26ecf (diff)
downloadpkgsrc-1c6515efa0b6708330c367f1366054a159db8b42.tar.gz
Update emacs-snapshot to 24.0.93.20120201.
Notable changes: * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz and .lzma compressed files. * mail/emacsbug.el (report-emacs-bug): Fill the potentially long line that displays system-configuration-options. * descr-text.el (describe-char): Show the raw character, not only its display form at POS.
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs-snapshot/Makefile.common4
-rw-r--r--editors/emacs-snapshot/distinfo8
-rw-r--r--editors/emacs-snapshot/version.mk4
3 files changed, 8 insertions, 8 deletions
diff --git a/editors/emacs-snapshot/Makefile.common b/editors/emacs-snapshot/Makefile.common
index 46a0413ca2e..962b36e3196 100644
--- a/editors/emacs-snapshot/Makefile.common
+++ b/editors/emacs-snapshot/Makefile.common
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.common,v 1.44 2012/01/28 23:17:36 minskim Exp $
+# $NetBSD: Makefile.common,v 1.45 2012/02/02 20:21:10 minskim Exp $
-DISTNAME= emacs-snapshot_20120126.orig
+DISTNAME= emacs-snapshot_20120201.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 e5528248539..c151c1001c3 100644
--- a/editors/emacs-snapshot/distinfo
+++ b/editors/emacs-snapshot/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.49 2012/01/28 23:17:36 minskim Exp $
+$NetBSD: distinfo,v 1.50 2012/02/02 20:21:10 minskim Exp $
-SHA1 (emacs-snapshot_20120126.orig.tar.xz) = e42fca20592bad6ac2080691987e283b948a320e
-RMD160 (emacs-snapshot_20120126.orig.tar.xz) = be29b482329494356704de4ad65fcfe5c290306f
-Size (emacs-snapshot_20120126.orig.tar.xz) = 23421636 bytes
+SHA1 (emacs-snapshot_20120201.orig.tar.xz) = 83feb061b22c0e7225ff4fdef34c6b8940945205
+RMD160 (emacs-snapshot_20120201.orig.tar.xz) = e9e3e9f32e3135c86da07b4ea8f22c241d5fb45a
+Size (emacs-snapshot_20120201.orig.tar.xz) = 23429900 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 c95b8f09040..689b71ff33f 100644
--- a/editors/emacs-snapshot/version.mk
+++ b/editors/emacs-snapshot/version.mk
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.10 2011/12/06 17:12:09 minskim Exp $
+# $NetBSD: version.mk,v 1.11 2012/02/02 20:21: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= 92
+_EMACS_VERSION_MICRO= 93