aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorbsam <bsam@FreeBSD.org>2008-06-03 22:36:50 +0800
committerbsam <bsam@FreeBSD.org>2008-06-03 22:36:50 +0800
commitbce20eafab0e7d70865c0cb2f3df31769b81dbc7 (patch)
tree469692a02e38a619e081cb0b5c24cd2c31f26362 /UPDATING
parent6f4e804a8a1e8cc4af30da1962f32e445034a2f5 (diff)
downloadfreebsd-ports-graphics-bce20eafab0e7d70865c0cb2f3df31769b81dbc7.tar.gz
freebsd-ports-graphics-bce20eafab0e7d70865c0cb2f3df31769b81dbc7.tar.zst
freebsd-ports-graphics-bce20eafab0e7d70865c0cb2f3df31769b81dbc7.zip
- 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)
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index b84381cd77e..52fe5b39b1c 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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