Date: Mon, 7 Nov 2022 09:57:37 GMT From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: ad0a9347ee96 - 2022Q4 - www/iridium: use our own storage for PATCHFILES so that the checksum does not randomly change Message-ID: <202211070957.2A79vbDZ066583@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2022Q4 has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=ad0a9347ee96a09dcde4c1a87e245d4b85c488d1 commit ad0a9347ee96a09dcde4c1a87e245d4b85c488d1 Author: Robert Nagy <robert@openbsd.org> AuthorDate: 2022-11-07 09:54:27 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2022-11-07 09:57:31 +0000 www/iridium: use our own storage for PATCHFILES so that the checksum does not randomly change (cherry picked from commit 0868d6f5ed0bb91747c9fad76b1da5bba0ba70e2) --- www/iridium/Makefile | 4 ++-- www/iridium/distinfo | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/iridium/Makefile b/www/iridium/Makefile index 9f6c146536a8..92501c7988de 100644 --- a/www/iridium/Makefile +++ b/www/iridium/Makefile @@ -14,8 +14,8 @@ LICENSE_COMB= multi ONLY_FOR_ARCHS= aarch64 amd64 i386 -PATCH_SITES= https://raw.githubusercontent.com/ungoogled-software/ungoogled-chromium/master/patches/core/ungoogled-chromium/ -PATCHFILES+= disable-privacy-sandbox.patch:-p1 +PATCH_SITES= https://nerd.hu/distfiles/ +PATCHFILES+= disable-privacy-sandbox.patch:-p1 BUILD_DEPENDS= bash:shells/bash \ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \ diff --git a/www/iridium/distinfo b/www/iridium/distinfo index b014c889df70..86cfcca15e52 100644 --- a/www/iridium/distinfo +++ b/www/iridium/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1667118928 +TIMESTAMP = 1667814684 SHA256 (iridium-browser-2022.10.106.1.tar.xz) = 6f8b9706f58e05d9e08a56701ca3618a2489a76fcd1b03ab5a45f5e844e47c36 SIZE (iridium-browser-2022.10.106.1.tar.xz) = 1333421304 -SHA256 (disable-privacy-sandbox.patch) = 71196aab024da3db1c078e42599311e39f5e7760657461f07cc212bb17e0cd52 +SHA256 (disable-privacy-sandbox.patch) = 9797e71f4a6700d9a675ec90c9b03487532de68af568fd010eec3fc0cd97c4de SIZE (disable-privacy-sandbox.patch) = 4772
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211070957.2A79vbDZ066583>