aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2023-10-26 16:15:36 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2023-10-26 16:15:36 +0000
commitcd669580fd1b3298f9b75c1a958a71e8eeebc1b7 (patch)
treea337188a7289226b065d45ee9e487091e550f20e /UPDATING
parent7ccc120947de7b60b032ef8c27a7f775a91ae7f8 (diff)
downloadports-cd669580fd1b3298f9b75c1a958a71e8eeebc1b7.tar.gz
ports-cd669580fd1b3298f9b75c1a958a71e8eeebc1b7.zip
UPDATING: document lang/chicken binaries rename
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING9
1 files changed, 9 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index d3b0bbd7c919..fa1299dbc547 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,15 @@ 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.
+20231026:
+ AFFECTS: users of lang/chicken
+ AUTHOR: gahr@FreeBSD.org
+
+ The chicken binaries csc and csi, together with their manual pages, have been
+ renamed to chicken-csc and chicken-csi, to avoid conflicts with lang/mono.
+ This is in line with what several Linux distros do. See PR 274736.
+
+
20231017:
AFFECTS: users of lang/perl5*
AUTHOR: delphij@FreeBSD.org