Created attachment 238109 [details] curl-7.86.0.patch https://curl.se/changes.html#7_86_0
fix portlint(1) and portclippy(1) compliant.
Created attachment 238415 [details] Updated patch file * Fix plist error when DOCS option is on. * Fix configure error when either GNUTLS or WOLFSSL option is on. * Tidy up Makefile with portfmt.
Set merge-quarterly flag as this version includes security fixes.
Maintainer timeout. Take.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=78ae7128f649c06d9a3c82fb9258c953f8a39b58 commit 78ae7128f649c06d9a3c82fb9258c953f8a39b58 Author: takefu <takefu@airport.fm> AuthorDate: 2022-11-16 03:07:00 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2022-12-14 01:32:35 +0000 ftp/curl: Update to 7.86.0 While here, * Switch to DISTVERSION. * Pet portlint and portclippy. * Tidy up Makefile with portfmt. ChangeLog: https://curl.se/changes.html#7_86_0 PR: 267802 Approved by: maintainer timeout MFH: 2022Q4 Security: 0f99a30c-7b4b-11ed-9168-080027f5fec9 ftp/curl/Makefile | 238 ++++++++++++++++++++++++++++------------------------- ftp/curl/distinfo | 6 +- ftp/curl/pkg-plist | 6 ++ 3 files changed, 133 insertions(+), 117 deletions(-)
A commit in branch 2022Q4 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ca162ab86e62a84352d04fdafd41dc91a42f72f5 commit ca162ab86e62a84352d04fdafd41dc91a42f72f5 Author: takefu <takefu@airport.fm> AuthorDate: 2022-11-16 03:07:00 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2022-12-14 01:34:35 +0000 ftp/curl: Update to 7.86.0 While here, * Switch to DISTVERSION. * Pet portlint and portclippy. * Tidy up Makefile with portfmt. ChangeLog: https://curl.se/changes.html#7_86_0 PR: 267802 Approved by: maintainer timeout MFH: 2022Q4 Security: 0f99a30c-7b4b-11ed-9168-080027f5fec9 (cherry picked from commit 78ae7128f649c06d9a3c82fb9258c953f8a39b58) ftp/curl/Makefile | 238 ++++++++++++++++++++++++++++------------------------- ftp/curl/distinfo | 6 +- ftp/curl/pkg-plist | 6 ++ 3 files changed, 133 insertions(+), 117 deletions(-)
Committed with some more refinements. Thanks!