git: b8560dacfefe - main - devel/gitlab-shell: Update to 13.18.0.

Matthias Fechner mfechner at FreeBSD.org
Sat May 29 16:25:13 UTC 2021


The branch main has been updated by mfechner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b8560dacfefe24e7f822759f77d1dd71c5cd7f76

commit b8560dacfefe24e7f822759f77d1dd71c5cd7f76
Author:     Matthias Fechner <mfechner at FreeBSD.org>
AuthorDate: 2021-05-29 11:45:39 +0000
Commit:     Matthias Fechner <mfechner at FreeBSD.org>
CommitDate: 2021-05-29 16:23:56 +0000

    devel/gitlab-shell: Update to 13.18.0.
    
    Required for gitlab-ce 13.12.
---
 devel/gitlab-shell/Makefile |  8 +++++---
 devel/gitlab-shell/distinfo | 10 +++++++---
 2 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/devel/gitlab-shell/Makefile b/devel/gitlab-shell/Makefile
index 34e1e1dda4a8..26f2511be1ef 100644
--- a/devel/gitlab-shell/Makefile
+++ b/devel/gitlab-shell/Makefile
@@ -1,7 +1,7 @@
 # Created by: Torsten Zuehlsdorff <tz at FreeBSD.org>
 
 PORTNAME?=	gitlab-shell
-PORTVERSION?=	13.17.0
+PORTVERSION?=	13.18.0
 PORTREVISION?=	0
 CATEGORIES=	devel
 
@@ -17,7 +17,7 @@ ALL_TARGET=	build
 USE_GITLAB=	yes
 GL_ACCOUNT?=	gitlab-org
 # Find the commit hash here: https://gitlab.com/gitlab-org/gitlab-shell/tags
-GL_COMMIT?=	f2d15d40450b543341c4d040b1cdf719d380eebf
+GL_COMMIT?=	584643e0e10e0cbeee4f8366b5e50656dfee9ea4
 
 USERS=		git
 GROUPS=		git
@@ -27,7 +27,7 @@ GROUPS=		git
 # for go dependencies
 USE_GITHUB=	nodefault
 # generated with: make gomod-vendor
-# 52dd
+# 54dd
 GH_TUPLE=	\
 		DataDog:dd-trace-go:v1.7.0:datadog_dd_trace_go/vendor/gopkg.in/DataDog/dd-trace-go.v1 \
 		beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \
@@ -60,10 +60,12 @@ GH_TUPLE=	\
 		lightstep:lightstep-tracer-go:v0.18.1:lightstep_lightstep_tracer_go/vendor/github.com/lightstep/lightstep-tracer-go \
 		mattn:go-shellwords:v1.0.11:mattn_go_shellwords/vendor/github.com/mattn/go-shellwords \
 		matttproud:golang_protobuf_extensions:v1.0.1:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \
+		mikesmitty:edkey:3356ea4e686a:mikesmitty_edkey/vendor/github.com/mikesmitty/edkey \
 		oklog:ulid:v2.0.2:oklog_ulid_v2/vendor/github.com/oklog/ulid/v2 \
 		opentracing:opentracing-go:v1.2.0:opentracing_opentracing_go/vendor/github.com/opentracing/opentracing-go \
 		otiai10:copy:v1.4.2:otiai10_copy/vendor/github.com/otiai10/copy \
 		philhofer:fwd:v1.0.0:philhofer_fwd/vendor/github.com/philhofer/fwd \
+		pires:go-proxyproto:v0.5.0:pires_go_proxyproto/vendor/github.com/pires/go-proxyproto \
 		pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \
 		pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \
 		prometheus:client_golang:v1.9.0:prometheus_client_golang/vendor/github.com/prometheus/client_golang \
diff --git a/devel/gitlab-shell/distinfo b/devel/gitlab-shell/distinfo
index 02ce99cc6584..51402ee6feda 100644
--- a/devel/gitlab-shell/distinfo
+++ b/devel/gitlab-shell/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1617890483
+TIMESTAMP = 1621462409
 SHA256 (DataDog-dd-trace-go-v1.7.0_GH0.tar.gz) = d81bd47683ef9cbd228691b077373d3e15ca5fa5b9e7919099c4e87779040e84
 SIZE (DataDog-dd-trace-go-v1.7.0_GH0.tar.gz) = 3321111
 SHA256 (beorn7-perks-v1.0.1_GH0.tar.gz) = 98db84bb0224a26094e6adba91b7ee7a1a7ace28cb648d818f8e779e6a19f825
@@ -61,6 +61,8 @@ SHA256 (mattn-go-shellwords-v1.0.11_GH0.tar.gz) = 103a3e83248ebb11bd50d9333a228e
 SIZE (mattn-go-shellwords-v1.0.11_GH0.tar.gz) = 6110
 SHA256 (matttproud-golang_protobuf_extensions-v1.0.1_GH0.tar.gz) = 2def0ee6f6b12b1efc0e3007d89f598608a072610e805c3655ea9d13c3ead49b
 SIZE (matttproud-golang_protobuf_extensions-v1.0.1_GH0.tar.gz) = 37184
+SHA256 (mikesmitty-edkey-3356ea4e686a_GH0.tar.gz) = 755e5ad2b0124f2197ccc92c909f3dd295771c518872d81b2656acf939e6af2c
+SIZE (mikesmitty-edkey-3356ea4e686a_GH0.tar.gz) = 2296
 SHA256 (oklog-ulid-v2.0.2_GH0.tar.gz) = d2b0dadd45201cd3385736bd5bd9c8c572e42249e713fe65dfb1e1df6870e3e3
 SIZE (oklog-ulid-v2.0.2_GH0.tar.gz) = 56670
 SHA256 (opentracing-opentracing-go-v1.2.0_GH0.tar.gz) = cb32b383422a9aae11d260657d52a3789bd799802881b9ced3ee82c370be6f76
@@ -69,6 +71,8 @@ SHA256 (otiai10-copy-v1.4.2_GH0.tar.gz) = 59e4ba0897fa02d144ecd65b0205f7b9dfb355
 SIZE (otiai10-copy-v1.4.2_GH0.tar.gz) = 8395
 SHA256 (philhofer-fwd-v1.0.0_GH0.tar.gz) = 55736f48940198a11b7aeb4faba258459451994a8889ec003ce8d8d26ceca9ff
 SIZE (philhofer-fwd-v1.0.0_GH0.tar.gz) = 9221
+SHA256 (pires-go-proxyproto-v0.5.0_GH0.tar.gz) = d23df3a6b9eeed9c35b85ba558cdcd57a6867de37f481b2a6df727bebd9aa909
+SIZE (pires-go-proxyproto-v0.5.0_GH0.tar.gz) = 34787
 SHA256 (pkg-errors-v0.9.1_GH0.tar.gz) = 56bfd893023daa498508bfe161de1be83299fcf15376035e7df79cbd7d6fa608
 SIZE (pkg-errors-v0.9.1_GH0.tar.gz) = 13415
 SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda
@@ -95,8 +99,8 @@ SHA256 (uber-jaeger-client-go-v2.15.0_GH0.tar.gz) = 6b89d1a6684475fcbaed3f9d2137
 SIZE (uber-jaeger-client-go-v2.15.0_GH0.tar.gz) = 164460
 SHA256 (uber-jaeger-lib-v1.5.0_GH0.tar.gz) = 98901cc41df77858a2f601ad48b45bdf72af40c56f15bc5182416b15db0daac3
 SIZE (uber-jaeger-lib-v1.5.0_GH0.tar.gz) = 31655
-SHA256 (gitlab-org-gitlab-shell-f2d15d40450b543341c4d040b1cdf719d380eebf_GL0.tar.gz) = 0b14801a4f908d2e25e108e1e1ffa67f48f1575bd2257356d4b1ff15e2bf5292
-SIZE (gitlab-org-gitlab-shell-f2d15d40450b543341c4d040b1cdf719d380eebf_GL0.tar.gz) = 106062
+SHA256 (gitlab-org-gitlab-shell-584643e0e10e0cbeee4f8366b5e50656dfee9ea4_GL0.tar.gz) = ea9b1929a8ba44d51eba725f8b7ea1c53f14510bfc462b9c5929e50cd8e8c807
+SIZE (gitlab-org-gitlab-shell-584643e0e10e0cbeee4f8366b5e50656dfee9ea4_GL0.tar.gz) = 109181
 SHA256 (gitlab-org-gitaly-3f5e218def93024f3aafe590c22cd1b29f744105_GL0.tar.gz) = 000027af9d1bca6db30bb4e0b27fcb4b6315ae7c0787639c044eaa449fc3d8d0
 SIZE (gitlab-org-gitaly-3f5e218def93024f3aafe590c22cd1b29f744105_GL0.tar.gz) = 3145584
 SHA256 (gitlab-org-labkit-949268af2aa8352c644cb1cbc63cf4112972d2c9_GL0.tar.gz) = 655809f0ff0c8b4c97e3a021dc6ebce9ffeabdd17927aae3973b5295e099db1a


More information about the dev-commits-ports-all mailing list