diff options
| author | Stefan Eßer <se@FreeBSD.org> | 2022-09-07 22:02:34 +0000 |
|---|---|---|
| committer | Stefan Eßer <se@FreeBSD.org> | 2022-09-07 22:02:34 +0000 |
| commit | 9f4ff63512050b35814d4f0e6730a9babde038e9 (patch) | |
| tree | 1e204f5a29a4810cb9fee53d9d2b0f1fdd8d793e | |
| parent | fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 (diff) | |
CHANGES: document move of WWW from pkg-descr files to Makefiles
Approved by: portmgr (implicit)
| -rw-r--r-- | CHANGES | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |
