git: ab8d7b57421b - main - textproc/jq: Add tests; Improve formatting

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 08 Sep 2023 04:14:56 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ab8d7b57421b97008bf882af75f7b0f2934aaed0

commit ab8d7b57421b97008bf882af75f7b0f2934aaed0
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-09-08 04:14:34 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-09-08 04:14:34 +0000

    textproc/jq: Add tests; Improve formatting
---
 textproc/jq/Makefile | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/textproc/jq/Makefile b/textproc/jq/Makefile
index 8686097fcaaf..1c2fc839a539 100644
--- a/textproc/jq/Makefile
+++ b/textproc/jq/Makefile
@@ -11,15 +11,20 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		autoreconf cpe gmake libtool
+USE_CSTD=	gnu99
+USE_LDCONFIG=	yes
+
 CPE_VENDOR=	${PORTNAME}_project
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	stedolan
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--docdir="${DOCSDIR}" \
 		--disable-maintainer-mode
-USE_CSTD=	gnu99
-USE_LDCONFIG=	yes
+
 INSTALL_TARGET=	install-strip
+TEST_TARGET=	check # 3 tests fail, see https://github.com/jqlang/jq/issues/2885
 
 PORTDOCS=	*