Created attachment 255163 [details] 0001-tor-browser-update-to-14.0.2.patch Hi, this is an update tor-browser to 14.0.2. The operation will free 331 MiB. [141amd64-default] [1/1] Deinstalling tor-browser-14.0.2... [141amd64-default] [1/1] Deleting files for tor-browser-14.0.2: .......... done ==> Running trigger: desktop-file-utils.ucl Building cache database of MIME types =========================================================================== =>> Checking for extra files and directories [01:07:39] Installing from package [141amd64-default] Installing tor-browser-14.0.2... [141amd64-default] Extracting tor-browser-14.0.2: .......... done ==> Running trigger: desktop-file-utils.ucl Building cache database of MIME types [01:07:39] Cleaning up ===> Cleaning for tor-browser-14.0.2 [01:07:58] Deinstalling package Updating database digests format: . done Checking integrity... done (0 conflicting) Deinstallation has been requested for the following 1 packages (of 0 packages in the universe): Installed packages to be REMOVED: tor-browser: 14.0.2 Number of packages to be removed: 1 The operation will free 331 MiB. [141amd64-default] [1/1] Deinstalling tor-browser-14.0.2... [141amd64-default] [1/1] Deleting files for tor-browser-14.0.2: .......... done
Created attachment 255167 [details] 0001-tor-browser-update-to-14.0.2.patch
Created attachment 255178 [details] 0001-tor-browser-update-to-14.0.2.patch
Created attachment 255179 [details] 0001-tor-browser-update-to-14.0.2.patch
Very long lines in Makefile. Also, IMHO, better create variables with tags and change in one place instead of "in 10 different places".
A lot of warnings from portclippy.
Created attachment 255335 [details] 0001-tor-browser-update-to-14.0.2.patch Hi, I fixed portclippy
Created attachment 255359 [details] v1: sort options, align lines, pet portclippy, move git tags to variables Check plz this patch. Tested build on 14.1-p6 amd64 in poudriere and on live system. Run without errors.
(In reply to Vladimir Druzenko from comment #7) it looks like good. Thank you.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=2ba33d0e9c94e8f05c02c4cc2be5e99fc42705df commit 2ba33d0e9c94e8f05c02c4cc2be5e99fc42705df Author: Vladimir Druzenko <vvd@FreeBSD.org> AuthorDate: 2024-11-22 16:01:15 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-11-22 16:04:22 +0000 www/tor-browser: Update 14.0.1 → 14.0.2 Release notes: https://blog.torproject.org/new-release-tor-browser-1402/ PR: 282752 Approved by: Martin Filla <freebsd@sysctl.cz> (maintainer) MFH: 2024Q4 www/tor-browser/Makefile | 10 +++++----- www/tor-browser/distinfo | 18 +++++++++--------- 2 files changed, 14 insertions(+), 14 deletions(-)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=b9efb7c8e0a8814e4c0c789127407c19edd3cc4e commit b9efb7c8e0a8814e4c0c789127407c19edd3cc4e Author: Vladimir Druzenko <vvd@FreeBSD.org> AuthorDate: 2024-11-22 15:48:59 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-11-22 16:04:21 +0000 www/tor-browser: Improve port - move git tags to variables, - move list of locales to variable, - replace CP+CHMOD with COPYTREE_SHARE, - sort options, - align lines, - strip long lines, - pet portclippy, - use UNZIP_NATIVE_CMD instead if direct run unzip, - remove unnecessary BUILD_DEPENDS from zip. PR: 282752 Approved by: Martin Filla <freebsd@sysctl.cz> (maintainer) MFH: 2024Q4 www/tor-browser/Makefile | 165 ++++++++++++++++++++++++++--------------------- 1 file changed, 91 insertions(+), 74 deletions(-)
A commit in branch 2024Q4 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=746fb80588248293b0b39deb0ba256ade5faea4a commit 746fb80588248293b0b39deb0ba256ade5faea4a Author: Vladimir Druzenko <vvd@FreeBSD.org> AuthorDate: 2024-11-22 15:48:59 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-11-22 16:12:35 +0000 www/tor-browser: Improve port - move git tags to variables, - move list of locales to variable, - replace CP+CHMOD with COPYTREE_SHARE, - sort options, - align lines, - strip long lines, - pet portclippy, - use UNZIP_NATIVE_CMD instead if direct run unzip, - remove unnecessary BUILD_DEPENDS from zip. PR: 282752 Approved by: Martin Filla <freebsd@sysctl.cz> (maintainer) MFH: 2024Q4 (cherry picked from commit b9efb7c8e0a8814e4c0c789127407c19edd3cc4e) www/tor-browser/Makefile | 165 ++++++++++++++++++++++++++--------------------- 1 file changed, 91 insertions(+), 74 deletions(-)
A commit in branch 2024Q4 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=f56874033f51fd9de6c9bf59c8bd2288df2ff22e commit f56874033f51fd9de6c9bf59c8bd2288df2ff22e Author: Vladimir Druzenko <vvd@FreeBSD.org> AuthorDate: 2024-11-22 16:01:15 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-11-22 16:12:41 +0000 www/tor-browser: Update 14.0.1 → 14.0.2 Release notes: https://blog.torproject.org/new-release-tor-browser-1402/ PR: 282752 Approved by: Martin Filla <freebsd@sysctl.cz> (maintainer) MFH: 2024Q4 (cherry picked from commit 2ba33d0e9c94e8f05c02c4cc2be5e99fc42705df) www/tor-browser/Makefile | 10 +++++----- www/tor-browser/distinfo | 18 +++++++++--------- 2 files changed, 14 insertions(+), 14 deletions(-)
Thanks.