aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2020-01-07 04:55:40 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2020-01-07 04:55:40 +0000
commitced1e88d5ec94a9d75353644b1684410966846e9 (patch)
tree41d4941aad79ad61cd188bfa11ed88ac66201f80 /UPDATING
parent670d33426bfbd05033eb75f5a341bec70efecbec (diff)
downloadports-ced1e88d5ec94a9d75353644b1684410966846e9.tar.gz
ports-ced1e88d5ec94a9d75353644b1684410966846e9.zip
editors/emacs-devel: Update to latest master branch commit, 4f2b415
This update includes an Emacs major version change from 27.0.50 to 28.0.50. Ports that may depend on editors/emacs-devel must chase this update with a PORTREVISION bump. Submitted by: ashish (maintainer) Differential Revision: https://reviews.freebsd.org/D23012
Notes
Notes: svn path=/head/; revision=522315
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 2ea679f56bac..b3e2a2b46055 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,19 @@ 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.
+20200107:
+ AFFECTS: Users of *-emacs27-* packages
+ AUTHOR: ashish@FreeBSD.org
+
+ There is a major version bump in 28.0.50, therefore to upgrade all the
+ packages dependent on editors/emacs-devel, please use the following commands:
+
+ # sh
+ # for i in $(pkg query -g %n '*-emacs27*'); do \
+ nn=$(echo "$i" | sed -e 's/emacs27/emacs28/'); \
+ pkg set -yn "$i":"$nn"; done;
+ # pkg upgrade
+
20200106:
AFFECTS: users of net/gnatsd
AUTHOR: olgeni@FreeBSD.org