aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2018-06-12 18:33:25 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2018-06-12 18:33:25 +0000
commitb939f5ab0693e28bd643af610df427c99a0557c6 (patch)
treea00b80e7abbc4ff970e81d22f87e6aaded1291fe /UPDATING
parent9dda6c635fd7b6c74b1adc6815a00bb1e7b33fd3 (diff)
downloadports-b939f5ab0693e28bd643af610df427c99a0557c6.tar.gz
ports-b939f5ab0693e28bd643af610df427c99a0557c6.zip
UPDATING: Document new package names for Emacs major version update
Notes
Notes: svn path=/head/; revision=472268
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING20
1 files changed, 20 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 673f02310613..61298741d5c4 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,26 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20180612:
+ AFFECTS: users of packages that depend on Emacs
+ AUTHOR: jrm@FreeBSD.org
+
+ With the release of Emacs version 26.1, the major version of editors/emacs
+ changed from 25 to 26, so the names of packages that depend on Emacs have also
+ changed. For example, pdf-tools-emacs25-0.80.79_1 is now called
+ pdf-tools-emacs26-0.80.79_1. The name change means simply running `pkg
+ upgrade` will not upgrade foo-emacs25-x to foo-emacs26-x.
+
+ To list the packages to upgrade, use
+
+ # pkg info \*emacs25\*
+
+ then install the new version for each with
+
+ # pkg install foo-emacs26
+
+ pkg should remove the old and install the new packages.
+
20180611:
AFFECTS: users of PHP based applications
AUTHOR: mat@FreeBSD.org