Date: Tue, 22 Oct 2024 07:13:35 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ad266f7ef9df - main - cad/horizon-eda: Prepare for libgit2 1.8.2 Message-ID: <202410220713.49M7DZcR043095@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=ad266f7ef9dfa9b6c0641c9b658458b45d0e3f0c commit ad266f7ef9dfa9b6c0641c9b658458b45d0e3f0c Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-10-22 07:11:13 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-10-22 07:13:23 +0000 cad/horizon-eda: Prepare for libgit2 1.8.2 Upstream patch to fix build with upcoming libgit2 1.8.2. PR: 282239 --- cad/horizon-eda/Makefile | 3 +++ cad/horizon-eda/distinfo | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/cad/horizon-eda/Makefile b/cad/horizon-eda/Makefile index e9e77bcf27fa..34578a7d3ee8 100644 --- a/cad/horizon-eda/Makefile +++ b/cad/horizon-eda/Makefile @@ -4,6 +4,9 @@ DISTVERSION= 2.6.0 PORTREVISION= 2 CATEGORIES= cad +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= 3b6b783db797b593119756821c04ac64b66b7ffa.patch:-p1 # Fix build with libgit2 1.8.2 + MAINTAINER= yuri@FreeBSD.org COMMENT= EDA package for printed circuit board design WWW= https://horizon-eda.org/ diff --git a/cad/horizon-eda/distinfo b/cad/horizon-eda/distinfo index 1b57d89a6c08..c42d839493f0 100644 --- a/cad/horizon-eda/distinfo +++ b/cad/horizon-eda/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1716104194 +TIMESTAMP = 1729495536 SHA256 (horizon-eda-horizon-v2.6.0_GH0.tar.gz) = e7e680a05b92ac8ab4b6a32fb8e3b17bc298245d3d3d9224e9b3f7fb55b81256 SIZE (horizon-eda-horizon-v2.6.0_GH0.tar.gz) = 4358268 +SHA256 (3b6b783db797b593119756821c04ac64b66b7ffa.patch) = 7f168ab1af5e51b2e357a621f36ece6e55b690d7987ef343ac6ff1be37814573 +SIZE (3b6b783db797b593119756821c04ac64b66b7ffa.patch) = 2170
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410220713.49M7DZcR043095>