diff options
Diffstat (limited to 'textproc/gitlab-elasticsearch-indexer/Makefile')
| -rw-r--r-- | textproc/gitlab-elasticsearch-indexer/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/textproc/gitlab-elasticsearch-indexer/Makefile b/textproc/gitlab-elasticsearch-indexer/Makefile index 51f13271c007..e513c1d7fc71 100644 --- a/textproc/gitlab-elasticsearch-indexer/Makefile +++ b/textproc/gitlab-elasticsearch-indexer/Makefile @@ -1,7 +1,6 @@ PORTNAME= gitlab-elasticsearch-indexer -PORTVERSION= 5.7.0 +PORTVERSION= 5.9.1 DISTVERSIONPREFIX= v -PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= mfechner@FreeBSD.org @@ -11,7 +10,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 +29,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} && \ |
