Date: Mon, 24 Jan 2022 13:21:29 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2fdc125d178a - main - editors/elementary-code: unbreak build with Meson 0.61.0 Message-ID: <202201241321.20ODLT1V063216@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=2fdc125d178a45ed2b708d26b6e35c38b76614e9 commit 2fdc125d178a45ed2b708d26b6e35c38b76614e9 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-01-24 13:14:13 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-01-24 13:21:07 +0000 editors/elementary-code: unbreak build with Meson 0.61.0 data/meson.build:66:9: ERROR: Function does not take positional arguments. PR: 260943 Reported by: antoine (via exp-run) Regressed by: https://github.com/mesonbuild/meson/commit/61f2866a9fa1 --- editors/elementary-code/Makefile | 3 +++ editors/elementary-code/distinfo | 2 ++ 2 files changed, 5 insertions(+) diff --git a/editors/elementary-code/Makefile b/editors/elementary-code/Makefile index 15d8f1da682c..f1f5c8ef5796 100644 --- a/editors/elementary-code/Makefile +++ b/editors/elementary-code/Makefile @@ -3,6 +3,9 @@ DISTVERSION= 6.0.0 PORTREVISION= 2 CATEGORIES= editors +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= a2607cce3a6b.patch:-p1 # https://github.com/elementary/code/pull/1165 + MAINTAINER= miguel@gocobachi.dev COMMENT= Code editor designed for elementary OS diff --git a/editors/elementary-code/distinfo b/editors/elementary-code/distinfo index 42f3c1d99506..9f1d8950003b 100644 --- a/editors/elementary-code/distinfo +++ b/editors/elementary-code/distinfo @@ -1,3 +1,5 @@ TIMESTAMP = 1628896888 SHA256 (elementary-code-6.0.0_GH0.tar.gz) = c58b33db512e1c031f6870eb62b035dea764dbdd7c54b8e19c434af8ccd3a384 SIZE (elementary-code-6.0.0_GH0.tar.gz) = 1303421 +SHA256 (a2607cce3a6b.patch) = d16ec6023bbc26a5fd919d2233e52caa983af667533c44592ba0120bd6122119 +SIZE (a2607cce3a6b.patch) = 661
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201241321.20ODLT1V063216>