summaryrefslogtreecommitdiff
path: root/editors/emacs-snapshot/Makefile.common
diff options
context:
space:
mode:
authorminskim <minskim>2013-07-22 08:13:56 +0000
committerminskim <minskim>2013-07-22 08:13:56 +0000
commitb4d97c6271573ecdf07fed04708c45cf8d6406ce (patch)
tree596205f92c413412cb24689ed989f11665b83afc /editors/emacs-snapshot/Makefile.common
parent2836c8e62f42e6664850c8e5afee41f13cca7536 (diff)
downloadpkgsrc-b4d97c6271573ecdf07fed04708c45cf8d6406ce.tar.gz
Update emacs-snapshot tot 24.3.50.20130713.
Notable changes: - Fix races with threads and file descriptors. - progmodes/ruby-mode.el: Support array of symbols for Ruby 2.0. - filenotify.el: New package. - textmodes/bibtex.el: Add support for DOI URLs. - Convert symbol prettification into minor mode and global minor mode. - Add support for dired in saveplace. - Implement changes in Secret Service API.
Diffstat (limited to 'editors/emacs-snapshot/Makefile.common')
-rw-r--r--editors/emacs-snapshot/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs-snapshot/Makefile.common b/editors/emacs-snapshot/Makefile.common
index 38ad15a4489..fc9b0b7734a 100644
--- a/editors/emacs-snapshot/Makefile.common
+++ b/editors/emacs-snapshot/Makefile.common
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.common,v 1.59 2013/05/31 23:20:18 minskim Exp $
+# $NetBSD: Makefile.common,v 1.60 2013/07/22 08:13:56 minskim Exp $
-DISTNAME= emacs-snapshot_20130527.orig
+DISTNAME= emacs-snapshot_20130713.orig
SNAPDATE= ${DISTNAME:S/emacs-snapshot_//:S/.orig//}
PKGNAME= emacs${_EMACS_VERSION_MAJOR}-${EMACS_VERSION}.${SNAPDATE}
CATEGORIES= editors