mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Changes: https://about.gitlab.com/releases/2025/03/20/gitlab-17-10-released/ Please follow upgrade manual: https://gitlab.com/mfechner/freebsd-gitlab-docu/-/blob/master/update/17.9-17.10-freebsd.md
10 lines
340 B
Text
10 lines
340 B
Text
GITLAB_VERSION= 17.10.0
|
|
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.47.2
|
|
# return something like x.yy
|
|
GITLAB_GIT_VERSION_SHORT= ${GITLAB_GIT_VERSION:C/^([0-9]*\.[0-9]*)\..*/\1/}
|
|
|