git: cd669580fd1b - main - UPDATING: document lang/chicken binaries rename
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 26 Oct 2023 16:15:42 UTC
The branch main has been updated by gahr:
URL: https://cgit.FreeBSD.org/ports/commit/?id=cd669580fd1b3298f9b75c1a958a71e8eeebc1b7
commit cd669580fd1b3298f9b75c1a958a71e8eeebc1b7
Author: Pietro Cerutti <gahr@FreeBSD.org>
AuthorDate: 2023-10-26 16:15:36 +0000
Commit: Pietro Cerutti <gahr@FreeBSD.org>
CommitDate: 2023-10-26 16:15:36 +0000
UPDATING: document lang/chicken binaries rename
---
UPDATING | 9 +++++++++
1 file changed, 9 insertions(+)
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