diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2008-06-03 14:36:50 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2008-06-03 14:36:50 +0000 |
commit | 23f3a4a8581cdabcfc22dbb9fefff7f9ed696b06 (patch) | |
tree | c99a2336f9e69091c7a86ca141f970f4ae14ef89 /UPDATING | |
parent | 7ee76ecac5a7a35cd9b94b74b409b19c68d42de4 (diff) |
- Update editors/emacs to 22.2.
- Change bsd.emacs.mk accordingly.
- Fix comment about emacs-devel in bsd.emacs.mk.
- Some lisp directories are changed, add a note to UPDATING.
PR: 122783
Submitted by: KIMURA Yasuhiro <yasu at utahime.org>
Approved by: keramida (maintainer timeout, 6 weeks)
Notes
Notes:
svn path=/head/; revision=214251
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -6,6 +6,16 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20080603: + AFFECTS: users of editors/emacs + AUTHOR: Yasuhiro KIMURA <yasu@utahime.org> + + The port (editors/emacs) is updated to 22.2 and some of emacs lisp + directories are changed. So you should reinstall all ports depending on + this one. Run something like: + + # portupgrade -fr emacs + 20080601: AFFECTS: users of www/ikiwiki AUTHOR: brix@FreeBSD.org |