Date: Tue, 5 Jun 2018 19:27:07 +0000 (UTC) From: Matthias Fechner <mfechner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r471808 - branches/2018Q2/www/gitlab-workhorse Message-ID: <201806051927.w55JR7bP059625@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mfechner Date: Tue Jun 5 19:27:06 2018 New Revision: 471808 URL: https://svnweb.freebsd.org/changeset/ports/471808 Log: MFH: r469940 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 Approved by: ports-secteam (eadler) Modified: branches/2018Q2/www/gitlab-workhorse/Makefile branches/2018Q2/www/gitlab-workhorse/distinfo Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/www/gitlab-workhorse/Makefile ============================================================================== --- branches/2018Q2/www/gitlab-workhorse/Makefile Tue Jun 5 19:26:17 2018 (r471807) +++ branches/2018Q2/www/gitlab-workhorse/Makefile Tue Jun 5 19:27:06 2018 (r471808) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-workhorse -PORTVERSION= 4.0.0 +PORTVERSION= 4.1.0 CATEGORIES= www MAINTAINER= idefix@fechner.net @@ -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: branches/2018Q2/www/gitlab-workhorse/distinfo ============================================================================== --- branches/2018Q2/www/gitlab-workhorse/distinfo Tue Jun 5 19:26:17 2018 (r471807) +++ branches/2018Q2/www/gitlab-workhorse/distinfo Tue Jun 5 19:27:06 2018 (r471808) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806051927.w55JR7bP059625>