aboutsummaryrefslogtreecommitdiff
path: root/textproc/gitlab-elasticsearch-indexer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/gitlab-elasticsearch-indexer/Makefile')
-rw-r--r--textproc/gitlab-elasticsearch-indexer/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/textproc/gitlab-elasticsearch-indexer/Makefile b/textproc/gitlab-elasticsearch-indexer/Makefile
index 5b4b318b058f..38c8305a584e 100644
--- a/textproc/gitlab-elasticsearch-indexer/Makefile
+++ b/textproc/gitlab-elasticsearch-indexer/Makefile
@@ -1,5 +1,5 @@
PORTNAME= gitlab-elasticsearch-indexer
-PORTVERSION= 5.7.0
+PORTVERSION= 5.9.4
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= textproc
@@ -11,7 +11,8 @@ WWW= https://gitlab.com/gitlab-org/gitlab-elasticsearch-indexer
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
-BUILD_DEPENDS= git>=2.38.1:devel/git
+BUILD_DEPENDS= git>=2.38.1:devel/git \
+ gitlab-code-parser>=0.20.1:textproc/gitlab-code-parser
LIB_DEPENDS= libicui18n.so:devel/icu \
libicuuc.so:devel/icu
#RUN_DEPENDS= p5-Image-ExifTool>=0:graphics/p5-Image-ExifTool
@@ -29,6 +30,9 @@ MAKE_ENV+= ${GO_ENV}
PLIST_FILES= bin/${PORTNAME}
+post-patch:
+ ${REINPLACE_CMD} -e '/libparser-download/d' ${WRKSRC}/Makefile
+
# add a git tag, as that is required by the build script
pre-build:
cd ${WRKSRC} && \