Date: Sat, 10 Apr 2021 19:23:49 GMT From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 184fb3b97dad - main - devel/samurai: Update to 1.2-16-gca5a6ba Message-ID: <202104101923.13AJNntJ078143@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=184fb3b97dad08d285e583c05a20ad8d71875d3d commit 184fb3b97dad08d285e583c05a20ad8d71875d3d Author: Tobias Kortkamp <tobik@FreeBSD.org> AuthorDate: 2021-04-10 19:10:23 +0000 Commit: Tobias Kortkamp <tobik@FreeBSD.org> CommitDate: 2021-04-10 19:21:40 +0000 devel/samurai: Update to 1.2-16-gca5a6ba This makes --version return 1.9.0 instead of 1.9. qt5-webengine's configure checks for system ninja and tries to parse --version and expects it to have 3 components. Without this qt5-webengine falls back to using a bundled copy of ninja instead. https://github.com/michaelforney/samurai/issues/70 PR: 254678 --- devel/samurai/Makefile | 4 ++-- devel/samurai/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/samurai/Makefile b/devel/samurai/Makefile index eb081ccf231f..55417aed6c83 100644 --- a/devel/samurai/Makefile +++ b/devel/samurai/Makefile @@ -1,6 +1,6 @@ PORTNAME= samurai -DISTVERSION= 1.2-15 -DISTVERSIONSUFFIX= -gaff2085 +DISTVERSION= 1.2-16 +DISTVERSIONSUFFIX= -gca5a6ba CATEGORIES= devel #MASTER_SITES= https://github.com/michaelforney/samurai/releases/download/${DISTVERSION}/ diff --git a/devel/samurai/distinfo b/devel/samurai/distinfo index 32ef394efd13..1db8b476dfd3 100644 --- a/devel/samurai/distinfo +++ b/devel/samurai/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617945575 -SHA256 (michaelforney-samurai-1.2-15-gaff2085_GH0.tar.gz) = 7ce2118ec727ed1246d049c0ac436bb7e6cdc92c405bd468073b9190c3542dd8 -SIZE (michaelforney-samurai-1.2-15-gaff2085_GH0.tar.gz) = 32046 +TIMESTAMP = 1618081793 +SHA256 (michaelforney-samurai-1.2-16-gca5a6ba_GH0.tar.gz) = 238ad1cb171931c8b8a9d1841f1206af3759fd11366cf958ff08faf36c801027 +SIZE (michaelforney-samurai-1.2-16-gca5a6ba_GH0.tar.gz) = 32069
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104101923.13AJNntJ078143>