Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Oct 2019 17:04:57 +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: r515491 - head/www/gitlab-workhorse
Message-ID:  <201910241704.x9OH4v6i022226@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Thu Oct 24 17:04:56 2019
New Revision: 515491
URL: https://svnweb.freebsd.org/changeset/ports/515491

Log:
  www/gitlab-workhorse: upgrade to 8.14.0 which is required for gitlab-ce 12.4 upgrade.

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

Modified: head/www/gitlab-workhorse/Makefile
==============================================================================
--- head/www/gitlab-workhorse/Makefile	Thu Oct 24 17:04:19 2019	(r515490)
+++ head/www/gitlab-workhorse/Makefile	Thu Oct 24 17:04:56 2019	(r515491)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gitlab-workhorse
-PORTVERSION=	8.10.0
+PORTVERSION=	8.14.0
 CATEGORIES=	www
 
 MAINTAINER=	mfechner@FreeBSD.org
@@ -20,11 +20,11 @@ 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=	6ca9bc1ebc1541a3761429dc6d3b7f06ce190dd7
+GL_COMMIT=	9d06288b2c6d2630773d3c13794b830e24aa1ca2
 
 # for go dependencies
 USE_GITHUB=	nodefault
-# generated with gomod-deps below
+# generated with: make gomod-vendor
 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 \
@@ -77,16 +77,10 @@ GL_TUPLE=	\
 		gitlab-org:gitaly:a8e2980b1ffe1a728ab13032dc81f90f4b990a03:gitlab_org_gitaly/vendor/gitlab.com/gitlab-org/gitaly \
 		gitlab-org:labkit:905271af7abbfaa1d3549f46ac0394c50cef9b28:gitlab_org_labkit/vendor/gitlab.com/gitlab-org/labkit
 
-
 PLIST_FILES=	bin/gitlab-workhorse \
 		bin/gitlab-zip-cat \
 		bin/gitlab-zip-metadata
 PLIST_DIRS=	${WWWDIR}
-
-# Build the go deps, use `pkg install modules2tuple`
-gomod-deps: patch
-	(cd ${WRKSRC} && go mod vendor)
-	(cd ${WRKSRC} && modules2tuple vendor/modules.txt)
 
 post-install:
 	${MKDIR} ${STAGEDIR}${PREFIX}/www/${PORTNAME}

Modified: head/www/gitlab-workhorse/distinfo
==============================================================================
--- head/www/gitlab-workhorse/distinfo	Thu Oct 24 17:04:19 2019	(r515490)
+++ head/www/gitlab-workhorse/distinfo	Thu Oct 24 17:04:56 2019	(r515491)
@@ -1,4 +1,4 @@
-TIMESTAMP = 1569751062
+TIMESTAMP = 1571858373
 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
@@ -91,8 +91,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-6ca9bc1ebc1541a3761429dc6d3b7f06ce190dd7_GL0.tar.gz) = 1bacdb0a0f3df89cb20d57a2a7d87f6fac9f75d01ca3829ea3e57a97f264b6e6
-SIZE (gitlab-org-gitlab-workhorse-6ca9bc1ebc1541a3761429dc6d3b7f06ce190dd7_GL0.tar.gz) = 200538
+SHA256 (gitlab-org-gitlab-workhorse-9d06288b2c6d2630773d3c13794b830e24aa1ca2_GL0.tar.gz) = 66fce92a6f7b7b8b666ca58f2e5baca0882f5c260825179b8dd3a630e18aeb3c
+SIZE (gitlab-org-gitlab-workhorse-9d06288b2c6d2630773d3c13794b830e24aa1ca2_GL0.tar.gz) = 201252
 SHA256 (gitlab-org-gitaly-a8e2980b1ffe1a728ab13032dc81f90f4b990a03_GL0.tar.gz) = 230b9d7f8df10fa6c32c8143d04e8822d2d1a3dd1ca2f0942d3a66f674964a37
 SIZE (gitlab-org-gitaly-a8e2980b1ffe1a728ab13032dc81f90f4b990a03_GL0.tar.gz) = 2262713
 SHA256 (gitlab-org-labkit-905271af7abbfaa1d3549f46ac0394c50cef9b28_GL0.tar.gz) = c3830ed2d37c1e5025ec0af68a0768c046c1813f8ac7ec6fc6edb7d589d451b7



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