diff options
author | minskim <minskim@pkgsrc.org> | 2011-05-20 22:56:39 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-05-20 22:56:39 +0000 |
commit | e12b3f63b7b31ce4286162da4efd3fa48c05a359 (patch) | |
tree | 98f5e6bcd5b17f4d57f1018dbb66c88f70002112 /editors/emacs-snapshot/Makefile.common | |
parent | e07912080520c0c1ab1eb8426b24390e3cc83393 (diff) | |
download | pkgsrc-e12b3f63b7b31ce4286162da4efd3fa48c05a359.tar.gz |
Update emacs-snapshot to 24.0.50.20110520.
Changes:
- Fix some integer overflow issues, such as string length overflow.
- Fix handling of break-hardlink-on-save with non-existent files.
- Common Lisp indentation improvements on defmethod and lambda-lists.
Diffstat (limited to 'editors/emacs-snapshot/Makefile.common')
-rw-r--r-- | editors/emacs-snapshot/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs-snapshot/Makefile.common b/editors/emacs-snapshot/Makefile.common index 63a44e4e7f0..6a6d101a285 100644 --- a/editors/emacs-snapshot/Makefile.common +++ b/editors/emacs-snapshot/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.27 2011/05/08 23:28:44 minskim Exp $ +# $NetBSD: Makefile.common,v 1.28 2011/05/20 22:56:39 minskim Exp $ -DISTNAME= emacs-snapshot_20110505.orig +DISTNAME= emacs-snapshot_20110520.orig PKGNAME= ${DISTNAME:S/snapshot_/${EMACS_VERSION}./:S/.orig//} CATEGORIES= editors MASTER_SITES= http://emacs.naquadah.org/unstable/ |