Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Aug 2020 13:06:06 +0000 (UTC)
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r546175 - head/www/gitlab-workhorse
Message-ID:  <202008251306.07PD66jM041929@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Tue Aug 25 13:06:06 2020
New Revision: 546175
URL: https://svnweb.freebsd.org/changeset/ports/546175

Log:
  Update to 8.39.0 which is required for gitlab 13.3.

Modified:
  head/www/gitlab-workhorse/Makefile
  head/www/gitlab-workhorse/distinfo

Modified: head/www/gitlab-workhorse/Makefile
==============================================================================
--- head/www/gitlab-workhorse/Makefile	Tue Aug 25 13:05:21 2020	(r546174)
+++ head/www/gitlab-workhorse/Makefile	Tue Aug 25 13:06:06 2020	(r546175)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gitlab-workhorse
-PORTVERSION=	8.37.0
+PORTVERSION=	8.39.0
 PORTREVISION=	0
 CATEGORIES=	www
 
@@ -21,12 +21,12 @@ MAKE_ENV=	GOFLAGS="${GO_BUILDFLAGS}"
 USE_GITLAB=	yes
 GL_ACCOUNT=	gitlab-org
 # Find the commit hash here: https://gitlab.com/gitlab-org/gitlab-workhorse/tags
-GL_COMMIT=	06a8d941ff8d1e6820720dd45cdb9062bb4f0a99
+GL_COMMIT=	8b819cbd724084ebc490feabcb32b09e605fae56
 
 # for go dependencies
 USE_GITHUB=	nodefault
 # generated with: make gomod-vendor
-# 70dd
+# 73dd
 GH_TUPLE=	\
 		BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \
 		DataDog:dd-trace-go:v1.7.0:datadog_dd_trace_go/vendor/gopkg.in/DataDog/dd-trace-go.v1 \
@@ -64,14 +64,15 @@ GH_TUPLE=	\
 		googleapis:gax-go:v2.0.5:googleapis_gax_go_v2/vendor/github.com/googleapis/gax-go \
 		googleapis:google-api-go-client:v0.15.0:googleapis_google_api_go_client/vendor/google.golang.org/api \
 		googleapis:google-cloud-go:v0.50.0:googleapis_google_cloud_go/vendor/cloud.google.com/go \
+		gopherjs:gopherjs:0766667cb4d1:gopherjs_gopherjs/vendor/github.com/gopherjs/gopherjs \
 		gorilla:websocket:v1.4.0:gorilla_websocket/vendor/github.com/gorilla/websocket \
 		grpc-ecosystem:go-grpc-middleware:v1.0.0:grpc_ecosystem_go_grpc_middleware/vendor/github.com/grpc-ecosystem/go-grpc-middleware \
 		grpc-ecosystem:go-grpc-prometheus:v1.2.0:grpc_ecosystem_go_grpc_prometheus/vendor/github.com/grpc-ecosystem/go-grpc-prometheus \
 		grpc:grpc-go:v1.24.0:grpc_grpc_go/vendor/google.golang.org/grpc \
-		jfbus:httprs:b0af8319bb15:jfbus_httprs/vendor/github.com/jfbus/httprs \
 		jmespath:go-jmespath:v0.3.0:jmespath_go_jmespath/vendor/github.com/jmespath/go-jmespath \
 		johannesboyne:gofakes3:02d71f533bec:johannesboyne_gofakes3/vendor/github.com/johannesboyne/gofakes3 \
 		jpillora:backoff:8eab2debe79d:jpillora_backoff/vendor/github.com/jpillora/backoff \
+		jtolds:gls:v4.20.0:jtolds_gls/vendor/github.com/jtolds/gls \
 		konsorten:go-windows-terminal-sequences:v1.0.2:konsorten_go_windows_terminal_sequences/vendor/github.com/konsorten/go-windows-terminal-sequences \
 		lightstep:lightstep-tracer-go:v0.15.6:lightstep_lightstep_tracer_go/vendor/github.com/lightstep/lightstep-tracer-go \
 		matttproud:golang_protobuf_extensions:v1.0.1:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \
@@ -90,6 +91,8 @@ GH_TUPLE=	\
 		sebest:xff:6c115e0ffa35:sebest_xff/vendor/github.com/sebest/xff \
 		shabbyrobe:gocovmerge:3e036491d500:shabbyrobe_gocovmerge/vendor/github.com/shabbyrobe/gocovmerge \
 		sirupsen:logrus:v1.3.0:sirupsen_logrus/vendor/github.com/sirupsen/logrus \
+		smartystreets:assertions:b2de0cb4f26d:smartystreets_assertions/vendor/github.com/smartystreets/assertions \
+		smartystreets:goconvey:v1.6.4:smartystreets_goconvey/vendor/github.com/smartystreets/goconvey \
 		stretchr:testify:v1.5.1:stretchr_testify/vendor/github.com/stretchr/testify \
 		tinylib:msgp:v1.1.0:tinylib_msgp/vendor/github.com/tinylib/msgp \
 		uber:jaeger-client-go:v2.15.0:uber_jaeger_client_go/vendor/github.com/uber/jaeger-client-go \

Modified: head/www/gitlab-workhorse/distinfo
==============================================================================
--- head/www/gitlab-workhorse/distinfo	Tue Aug 25 13:05:21 2020	(r546174)
+++ head/www/gitlab-workhorse/distinfo	Tue Aug 25 13:06:06 2020	(r546175)
@@ -1,4 +1,4 @@
-TIMESTAMP = 1595360382
+TIMESTAMP = 1598291518
 SHA256 (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 6593da894578ba510a470735ffbdc88ce88033094dc5a8f4d3957ab87e18803f
 SIZE (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 42077
 SHA256 (DataDog-dd-trace-go-v1.7.0_GH0.tar.gz) = d81bd47683ef9cbd228691b077373d3e15ca5fa5b9e7919099c4e87779040e84
@@ -71,6 +71,8 @@ SHA256 (googleapis-google-api-go-client-v0.15.0_GH0.ta
 SIZE (googleapis-google-api-go-client-v0.15.0_GH0.tar.gz) = 13259795
 SHA256 (googleapis-google-cloud-go-v0.50.0_GH0.tar.gz) = 8227c310b0059f9b1eb2ca16e9cebb3550272b929aaa1de7039a47d353ab8a18
 SIZE (googleapis-google-cloud-go-v0.50.0_GH0.tar.gz) = 2410793
+SHA256 (gopherjs-gopherjs-0766667cb4d1_GH0.tar.gz) = bc4d58aabc0e9958a9b8f9ebd835f1deabe5061750d070fc1e2e41fe6e6d643a
+SIZE (gopherjs-gopherjs-0766667cb4d1_GH0.tar.gz) = 217279
 SHA256 (gorilla-websocket-v1.4.0_GH0.tar.gz) = 2b5743c72bd0930c5a80e49c0138b5b7d27fa7c085efd0c86805cccfa7220c9d
 SIZE (gorilla-websocket-v1.4.0_GH0.tar.gz) = 50228
 SHA256 (grpc-ecosystem-go-grpc-middleware-v1.0.0_GH0.tar.gz) = e9178768b55709d2fc2b5a509baceccb4e51d841fa13ed409e16455435e6917b
@@ -79,14 +81,14 @@ SHA256 (grpc-ecosystem-go-grpc-prometheus-v1.2.0_GH0.t
 SIZE (grpc-ecosystem-go-grpc-prometheus-v1.2.0_GH0.tar.gz) = 24760
 SHA256 (grpc-grpc-go-v1.24.0_GH0.tar.gz) = b8ac419ef6eb434e54e3900f0489bdda2f18d604e3f8c074b8ae75e6c106872b
 SIZE (grpc-grpc-go-v1.24.0_GH0.tar.gz) = 755074
-SHA256 (jfbus-httprs-b0af8319bb15_GH0.tar.gz) = c186a0bc869db44948da673132f29d9147d54a2b55a65ca16ce2c9cd616e3639
-SIZE (jfbus-httprs-b0af8319bb15_GH0.tar.gz) = 5926
 SHA256 (jmespath-go-jmespath-v0.3.0_GH0.tar.gz) = 3ecaa95ad8c9b2805f3de299133f112f198b5829de6ca0e27fa28b9f4801e18a
 SIZE (jmespath-go-jmespath-v0.3.0_GH0.tar.gz) = 49962
 SHA256 (johannesboyne-gofakes3-02d71f533bec_GH0.tar.gz) = 6861b307050bad196b9b833c39933d20580fdbe4d2648e0f40106e9869c44bf5
 SIZE (johannesboyne-gofakes3-02d71f533bec_GH0.tar.gz) = 269433
 SHA256 (jpillora-backoff-8eab2debe79d_GH0.tar.gz) = 53b3dcecf460fa4a1f21e90b486397056e661a72da15347eaa49618a0559b3f0
 SIZE (jpillora-backoff-8eab2debe79d_GH0.tar.gz) = 3262
+SHA256 (jtolds-gls-v4.20.0_GH0.tar.gz) = 5223a689f315fc53c5bc271b3a8259032cc74f5311a6d7c1f700a1c65d40c2b2
+SIZE (jtolds-gls-v4.20.0_GH0.tar.gz) = 7306
 SHA256 (konsorten-go-windows-terminal-sequences-v1.0.2_GH0.tar.gz) = e61f6422c7d1222c4c642b9134e5a4576a89ff651ef947487faa8ef33b6b4cfe
 SIZE (konsorten-go-windows-terminal-sequences-v1.0.2_GH0.tar.gz) = 1987
 SHA256 (lightstep-lightstep-tracer-go-v0.15.6_GH0.tar.gz) = b3c3245404b05ea7d030591c1862a807cc0801ce561553b8b7682cb0e198fb14
@@ -123,6 +125,10 @@ SHA256 (shabbyrobe-gocovmerge-3e036491d500_GH0.tar.gz)
 SIZE (shabbyrobe-gocovmerge-3e036491d500_GH0.tar.gz) = 3273
 SHA256 (sirupsen-logrus-v1.3.0_GH0.tar.gz) = f80cfa34148c4e25c4d3030edb1fd9878d666eca7e900f1aaf0d87c67ecabe51
 SIZE (sirupsen-logrus-v1.3.0_GH0.tar.gz) = 38452
+SHA256 (smartystreets-assertions-b2de0cb4f26d_GH0.tar.gz) = f9a1971c377083f255d18faedf07aba988e9d14780c5ef398db15c6f2281c4d6
+SIZE (smartystreets-assertions-b2de0cb4f26d_GH0.tar.gz) = 52225
+SHA256 (smartystreets-goconvey-v1.6.4_GH0.tar.gz) = 88714f84d0a989c4ba60e1f2b65e426dc7e23058ca0b9f06cb77613cb22b010b
+SIZE (smartystreets-goconvey-v1.6.4_GH0.tar.gz) = 1478622
 SHA256 (stretchr-testify-v1.5.1_GH0.tar.gz) = 6d65f92aeff186bb261dbdb885d9f3ba09db3d79eb5f212fcace1fd4a2858263
 SIZE (stretchr-testify-v1.5.1_GH0.tar.gz) = 78657
 SHA256 (tinylib-msgp-v1.1.0_GH0.tar.gz) = 30ac583b725d84aee147c26d1bc31e8770a3911e8437461cda0e53fb69c54570
@@ -131,8 +137,8 @@ SHA256 (uber-jaeger-client-go-v2.15.0_GH0.tar.gz) = 6b
 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-workhorse-06a8d941ff8d1e6820720dd45cdb9062bb4f0a99_GL0.tar.gz) = 8765f789039013b952e8609da1e97f9d0c3dbad241195c10bee88cc292d15348
-SIZE (gitlab-org-gitlab-workhorse-06a8d941ff8d1e6820720dd45cdb9062bb4f0a99_GL0.tar.gz) = 2354207
+SHA256 (gitlab-org-gitlab-workhorse-8b819cbd724084ebc490feabcb32b09e605fae56_GL0.tar.gz) = 60dba0f2a478b0a3eecbc39bf19e27fc554826c8c1f2d0a7f11dcb25e361bcfd
+SIZE (gitlab-org-gitlab-workhorse-8b819cbd724084ebc490feabcb32b09e605fae56_GL0.tar.gz) = 2360271
 SHA256 (gitlab-org-gitaly-acc6be5a2cba43e4a39d05a7c995062fb9279ee6_GL0.tar.gz) = 40decb68620c061cadba556f836ef8efc953372b32903fd90825bb88fa79e943
 SIZE (gitlab-org-gitaly-acc6be5a2cba43e4a39d05a7c995062fb9279ee6_GL0.tar.gz) = 2800331
 SHA256 (gitlab-org-labkit-96e583c57891010df9b5b65d62bbae04e76c341e_GL0.tar.gz) = 16b0aaef4cb38890e9f87dcadd8274868348654f52f0a94048abfb0f3acc7f6f



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008251306.07PD66jM041929>