From bd70527bfea98623e34b8209481f08d9c96ee510 Mon Sep 17 00:00:00 2001 From: MANTANI Nobutaka Date: Mon, 16 Jul 2007 17:08:58 +0000 Subject: [PATCH] Add notes for editors/emacs users. --- UPDATING | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/UPDATING b/UPDATING index 1be5038c5c3e..f9d144e20569 100644 --- a/UPDATING +++ b/UPDATING @@ -6,6 +6,24 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20070716: + AFFECTS: users of editors/emacs + AUTHOR: nobutaka@FreeBSD.org + + editors/emacs port is upgraded to 22.1. + Since this is a major upgrade, all installed elisp ports should be + reinstalled. + + Please add EMACS_PORT_NAME=emacs22 to /etc/make.conf and + upgrade Emacs and related ports with: + + # portupgrade -fr emacs + + If you want to keep using Emacs 21.3, please add EMACS_PORT_NAME=emacs21 + to /etc/make.conf and reinstall Emacs from editors/emacs21 port: + + # portupgrade -f -o editors/emacs21 emacs + 20070713: AFFECTS: users of audio/pulseaudio AUTHOR: gnome@FreeBSD.org