From owner-svn-ports-all@freebsd.org Mon May 14 18:02:22 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7553EDFDD25; Mon, 14 May 2018 18:02:22 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2A5AD7ED4A; Mon, 14 May 2018 18:02:22 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0C87A1F995; Mon, 14 May 2018 18:02:22 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4EI2LqF070405; Mon, 14 May 2018 18:02:21 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EI2LJ3070403; Mon, 14 May 2018 18:02:21 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201805141802.w4EI2LJ3070403@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Mon, 14 May 2018 18:02:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469940 - head/www/gitlab-workhorse X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: head/www/gitlab-workhorse X-SVN-Commit-Revision: 469940 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 18:02:22 -0000 Author: mfechner Date: Mon May 14 18:02:21 2018 New Revision: 469940 URL: https://svnweb.freebsd.org/changeset/ports/469940 Log: Update www/gitlab-workhorse to 4.1.0 required for gitlab 10.7.x. Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D15315 Modified: head/www/gitlab-workhorse/Makefile head/www/gitlab-workhorse/distinfo Modified: head/www/gitlab-workhorse/Makefile ============================================================================== --- head/www/gitlab-workhorse/Makefile Mon May 14 18:00:12 2018 (r469939) +++ head/www/gitlab-workhorse/Makefile Mon May 14 18:02:21 2018 (r469940) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-workhorse -PORTVERSION= 4.0.0 +PORTVERSION= 4.1.0 CATEGORIES= www MAINTAINER= mfechner@FreeBSD.org @@ -11,14 +11,15 @@ COMMENT= Smart reverse proxy for GitLab LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= go>=1.5.3:lang/go +BUILD_DEPENDS= go>=1.5.3:lang/go \ + git>=2.16.2:devel/git MAKE_JOBS_UNSAFE=yes USES= gmake USE_GITLAB= yes GL_ACCOUNT= gitlab-org # Find the commit hash here: https://gitlab.com/gitlab-org/gitlab-workhorse/tags -GL_COMMIT= 75bc61a1ac262705a24e38c3fc6b388efb0fb5c4 +GL_COMMIT= 31b10f9eb762869b767408fa0b26ab25aefba047 PLIST_FILES= bin/gitlab-workhorse \ bin/gitlab-zip-cat \ Modified: head/www/gitlab-workhorse/distinfo ============================================================================== --- head/www/gitlab-workhorse/distinfo Mon May 14 18:00:12 2018 (r469939) +++ head/www/gitlab-workhorse/distinfo Mon May 14 18:02:21 2018 (r469940) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523369813 -SHA256 (gitlab-org-gitlab-workhorse-75bc61a1ac262705a24e38c3fc6b388efb0fb5c4_GL0.tar.gz) = b6bec2bd9df4727b70cd33912b50f813cbb863ace07aa3f5ea207f5cfdc09a7f -SIZE (gitlab-org-gitlab-workhorse-75bc61a1ac262705a24e38c3fc6b388efb0fb5c4_GL0.tar.gz) = 1718223 +TIMESTAMP = 1524407802 +SHA256 (gitlab-org-gitlab-workhorse-31b10f9eb762869b767408fa0b26ab25aefba047_GL0.tar.gz) = d9ef15f98532ca4a431f5e183501b981bcfa9b7fec76bcdc78de4089b06d2e03 +SIZE (gitlab-org-gitlab-workhorse-31b10f9eb762869b767408fa0b26ab25aefba047_GL0.tar.gz) = 1753761