mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
Changes: https://about.gitlab.com/releases/2024/09/25/patch-release-gitlab-17-4-1-released/ Security: 4b7ed61f-7bbf-11ef-9369-2cf05da270f3
10 lines
339 B
Text
10 lines
339 B
Text
GITLAB_VERSION= 17.4.1
|
|
GITLAB_PORTREVISION= 0
|
|
|
|
# Git version gitaly should use (from gitlab mirror)
|
|
# Find current tag from Makefile and .gitlab-ci.yaml
|
|
# and from https://gitlab.com/gitlab-org/git/-/tags
|
|
GITLAB_GIT_VERSION= 2.46.1
|
|
# return something like x.yy
|
|
GITLAB_GIT_VERSION_SHORT= ${GITLAB_GIT_VERSION:C/^([0-9]*\.[0-9]*)\..*/\1/}
|
|
|