summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMichael Osipov <michael.osipov@siemens.com>2022-10-13 07:38:48 +0200
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2022-10-14 07:43:28 +0200
commitdf3fca4f09e1dd7c5a320d23b04ebfac02587cd0 (patch)
treea8d760bc1a2e43d7982f3529470d9db5783fd5b2 /UPDATING
parentdatabases/emacsql: Update to 3.1.1 (diff)
devel/websvn: update to 2.8.0
PR: 266996 Reported by: michael.osipov@siemens.com (maintainer)
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 9087d5dac2b6..a2e595577d6a 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,16 @@ 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.
+20221012:
+ AFFECTS: devel/websvn
+ AUTHOR: michael.osipov@siemens.com
+
+ WebSVN 2.8.0 includes full PHP 8.x support which requires a change from PEAR
+ to Composer 2. You must manually install dependencies through it, the ports
+ system will not handle it anymore for you since */horde* (PR 266552) has been
+ marked as incompatible with PHP 8.x for the time being. See pkg-message for
+ detailed instructions.
+
20221011:
AFFECTS: users of security/acme.sh
AUTHOR: dvl@FreeBSD.org