Date: Sat, 8 Apr 2023 00:37:22 GMT From: Ashish SHUKLA <ashish@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: dbf7b69ad1dc - main - textproc/meilisearch: Add libzstd.so to LIB_DEPENDS Message-ID: <202304080037.3380bMLX025223@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ashish: URL: https://cgit.FreeBSD.org/ports/commit/?id=dbf7b69ad1dc7531c19d3cd4b5a20b69a7c3c42b commit dbf7b69ad1dc7531c19d3cd4b5a20b69a7c3c42b Author: Ashish SHUKLA <ashish@FreeBSD.org> AuthorDate: 2023-04-08 00:28:42 +0000 Commit: Ashish SHUKLA <ashish@FreeBSD.org> CommitDate: 2023-04-08 00:28:42 +0000 textproc/meilisearch: Add libzstd.so to LIB_DEPENDS --- textproc/meilisearch/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/meilisearch/Makefile b/textproc/meilisearch/Makefile index af9a907923ad..2fe1da2dc835 100644 --- a/textproc/meilisearch/Makefile +++ b/textproc/meilisearch/Makefile @@ -1,6 +1,7 @@ PORTNAME= meilisearch DISTVERSIONPREFIX= v DISTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= https://github.com/meilisearch/mini-dashboard/releases/download/v${DASHBOARD_VERSION}/build.zip?dummy=/:mini_dashboard_assets \ SF/mecab/mecab-ipadic/2.7.0-20070801/:mecab_ipadic \ @@ -30,7 +31,7 @@ WWW= https://www.meilisearch.com/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= zstd>0:archivers/zstd +LIB_DEPENDS= libzstd.so:archivers/zstd USES= cargo pkgconfig USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304080037.3380bMLX025223>