diff options
-rw-r--r-- | editors/emacs-snapshot/Makefile.common | 4 | ||||
-rw-r--r-- | editors/emacs-snapshot/distinfo | 9 | ||||
-rw-r--r-- | editors/emacs-snapshot/patches/patch-lib-src_emacsclient.c | 12 | ||||
-rw-r--r-- | editors/emacs-snapshot/version.mk | 4 |
4 files changed, 8 insertions, 21 deletions
diff --git a/editors/emacs-snapshot/Makefile.common b/editors/emacs-snapshot/Makefile.common index 093ba080e89..5ed613d818b 100644 --- a/editors/emacs-snapshot/Makefile.common +++ b/editors/emacs-snapshot/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.40 2011/11/30 04:29:09 minskim Exp $ +# $NetBSD: Makefile.common,v 1.41 2011/12/06 17:12:09 minskim Exp $ -DISTNAME= emacs-snapshot_20111128.orig +DISTNAME= emacs-snapshot_20111206.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 82289c5668a..a4753146550 100644 --- a/editors/emacs-snapshot/distinfo +++ b/editors/emacs-snapshot/distinfo @@ -1,11 +1,10 @@ -$NetBSD: distinfo,v 1.44 2011/11/30 04:29:09 minskim Exp $ +$NetBSD: distinfo,v 1.45 2011/12/06 17:12:09 minskim Exp $ -SHA1 (emacs-snapshot_20111128.orig.tar.xz) = 3dfef9d7bab6472e77ad2bb727f4e2b38a41cfca -RMD160 (emacs-snapshot_20111128.orig.tar.xz) = b0d462a2de32346f50c7a317ac59aaceefad3cc5 -Size (emacs-snapshot_20111128.orig.tar.xz) = 23300368 bytes +SHA1 (emacs-snapshot_20111206.orig.tar.xz) = c9694ce2570097879f602c2c313a32aae71c9e3e +RMD160 (emacs-snapshot_20111206.orig.tar.xz) = 765f43dcac9f012d23834195a2312d63c97bbdc4 +Size (emacs-snapshot_20111206.orig.tar.xz) = 23310260 bytes SHA1 (patch-aa) = ecec22478b7e10ea0ed1818043761858b237b545 SHA1 (patch-ac) = 7792cd247bcc40eafb4ec28f98bd0d2d9bd4b0c3 SHA1 (patch-ad) = b8faf958f7ab3effd6c8dbcbf51fe70ddb2ecdae SHA1 (patch-ae) = 2dfe31015550feeaa47955136d3bbe2aa6790095 SHA1 (patch-ag) = 2fc1d3fd953e595eb0ed1f3f5289a70a754e1aed -SHA1 (patch-lib-src_emacsclient.c) = 4cdfecb23cb3475c5100f818dcbd9e7aeb863e2d diff --git a/editors/emacs-snapshot/patches/patch-lib-src_emacsclient.c b/editors/emacs-snapshot/patches/patch-lib-src_emacsclient.c deleted file mode 100644 index 6202b323c9a..00000000000 --- a/editors/emacs-snapshot/patches/patch-lib-src_emacsclient.c +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-lib-src_emacsclient.c,v 1.1 2011/11/30 04:29:10 minskim Exp $ - ---- lib-src/emacsclient.c.orig 2011-11-28 09:24:08.000000000 +0000 -+++ lib-src/emacsclient.c -@@ -1635,6 +1635,7 @@ main (int argc, char **argv) - /* Send over our environment and current directory. */ - if (!current_frame) - { -+ extern char **environ; - int i; - for (i = 0; environ[i]; i++) - { diff --git a/editors/emacs-snapshot/version.mk b/editors/emacs-snapshot/version.mk index f56aac1d032..c95b8f09040 100644 --- a/editors/emacs-snapshot/version.mk +++ b/editors/emacs-snapshot/version.mk @@ -1,4 +1,4 @@ -# $NetBSD: version.mk,v 1.9 2011/11/05 17:46:10 minskim Exp $ +# $NetBSD: version.mk,v 1.10 2011/12/06 17:12:09 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= 91 +_EMACS_VERSION_MICRO= 92 |