diff options
author | Matthias Fechner <mfechner@FreeBSD.org> | 2025-04-16 15:13:52 +0300 |
---|---|---|
committer | Matthias Fechner <mfechner@FreeBSD.org> | 2025-04-18 11:34:28 +0300 |
commit | be70e700ec0333d4beefd76084866f42ed4fc18a (patch) | |
tree | 551ad629eacecdc0ec73284b1ec5a63beaf07ef6 /textproc/gitlab-elasticsearch-indexer/Makefile | |
parent | devel/rubygem-sentry-sidekiq: update to 5.22.4 (diff) |
www/gitlab: major update to 17.11
Changes: https://about.gitlab.com/releases/2025/04/17/gitlab-17-11-released/
Diffstat (limited to 'textproc/gitlab-elasticsearch-indexer/Makefile')
-rw-r--r-- | textproc/gitlab-elasticsearch-indexer/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/gitlab-elasticsearch-indexer/Makefile b/textproc/gitlab-elasticsearch-indexer/Makefile index c383ba6b3eed..37234cf0c907 100644 --- a/textproc/gitlab-elasticsearch-indexer/Makefile +++ b/textproc/gitlab-elasticsearch-indexer/Makefile @@ -1,7 +1,6 @@ PORTNAME= gitlab-elasticsearch-indexer -PORTVERSION= 5.4.0 +PORTVERSION= 5.5.0 DISTVERSIONPREFIX= v -PORTREVISION= 4 CATEGORIES= textproc MAINTAINER= mfechner@FreeBSD.org @@ -16,7 +15,7 @@ LIB_DEPENDS= libicui18n.so:devel/icu \ libicuuc.so:devel/icu #RUN_DEPENDS= p5-Image-ExifTool>=0:graphics/p5-Image-ExifTool -USES= gmake go:modules,no_targets,1.22 pkgconfig +USES= gmake go:modules,no_targets,1.23 pkgconfig USE_GITLAB= yes GL_ACCOUNT= gitlab-org |