aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2022-09-07 22:02:34 +0000
committerStefan Eßer <se@FreeBSD.org>2022-09-07 22:02:34 +0000
commit9f4ff63512050b35814d4f0e6730a9babde038e9 (patch)
tree1e204f5a29a4810cb9fee53d9d2b0f1fdd8d793e
parentfb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 (diff)
CHANGES: document move of WWW from pkg-descr files to Makefiles
Approved by: portmgr (implicit)
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index dfbff119b8e5..5c5b6235ad83 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,16 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20220907:
+AUTHOR: se@FreeBSD.org
+
+ The convention of a WWW: line at the end of each port's pkg-descr file
+ has been changed to a WWW= definition in the port's Makefile. All ports
+ have been converted to follow this new scheme.
+
+ The portlint and portfmt ports will be updated, but may erroneously flag
+ the new convention as incorrect until the new versions have been installed.
+
20220826:
AUTHOR: tcberner@FreeBSD.org