git: 9f4ff6351205 - main - CHANGES: document move of WWW from pkg-descr files to Makefiles
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 07 Sep 2022 22:03:48 UTC
The branch main has been updated by se:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9f4ff63512050b35814d4f0e6730a9babde038e9
commit 9f4ff63512050b35814d4f0e6730a9babde038e9
Author: Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2022-09-07 22:02:34 +0000
Commit: Stefan Eßer <se@FreeBSD.org>
CommitDate: 2022-09-07 22:02:34 +0000
CHANGES: document move of WWW from pkg-descr files to Makefiles
Approved by: portmgr (implicit)
---
CHANGES | 10 ++++++++++
1 file changed, 10 insertions(+)
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