Date: Sat, 2 Mar 2019 11:53:27 +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: r494395 - head/www/gitlab-workhorse Message-ID: <201903021153.x22BrRTZ031269@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mfechner Date: Sat Mar 2 11:53:27 2019 New Revision: 494395 URL: https://svnweb.freebsd.org/changeset/ports/494395 Log: Update to 8.3.1 which is required for gitlab-ce 11.8 upgrade. Modified: head/www/gitlab-workhorse/Makefile head/www/gitlab-workhorse/distinfo Modified: head/www/gitlab-workhorse/Makefile ============================================================================== --- head/www/gitlab-workhorse/Makefile Sat Mar 2 11:52:07 2019 (r494394) +++ head/www/gitlab-workhorse/Makefile Sat Mar 2 11:53:27 2019 (r494395) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-workhorse -PORTVERSION= 8.0.2 +PORTVERSION= 8.3.1 CATEGORIES= www MAINTAINER= mfechner@FreeBSD.org @@ -11,7 +11,7 @@ COMMENT= Smart reverse proxy for GitLab LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= go>=1.5.3:lang/go \ +BUILD_DEPENDS= go>=1.8.0:lang/go \ git>=2.16.2:devel/git MAKE_JOBS_UNSAFE=yes @@ -19,7 +19,7 @@ USES= gmake USE_GITLAB= yes GL_ACCOUNT= gitlab-org # Find the commit hash here: https://gitlab.com/gitlab-org/gitlab-workhorse/tags -GL_COMMIT= e6c51668c850afbc8032dddee0037a4066da2e08 +GL_COMMIT= 96dea75b2b9a13d1cfa77702b54113ffc388eae3 PLIST_FILES= bin/gitlab-workhorse \ bin/gitlab-zip-cat \ Modified: head/www/gitlab-workhorse/distinfo ============================================================================== --- head/www/gitlab-workhorse/distinfo Sat Mar 2 11:52:07 2019 (r494394) +++ head/www/gitlab-workhorse/distinfo Sat Mar 2 11:53:27 2019 (r494395) @@ -1,3 +1,3 @@ -TIMESTAMP = 1550236348 -SHA256 (gitlab-org-gitlab-workhorse-e6c51668c850afbc8032dddee0037a4066da2e08_GL0.tar.gz) = c953c5070e7f4b3d7289c7980342f841919ec7a48f43b13d5f7c8e2d43839660 -SIZE (gitlab-org-gitlab-workhorse-e6c51668c850afbc8032dddee0037a4066da2e08_GL0.tar.gz) = 2547110 +TIMESTAMP = 1551206735 +SHA256 (gitlab-org-gitlab-workhorse-96dea75b2b9a13d1cfa77702b54113ffc388eae3_GL0.tar.gz) = b1e9812a8b4b7a2f6c8bb3669e230810d2d2a0314122bb8548ae3d60f1d447d0 +SIZE (gitlab-org-gitlab-workhorse-96dea75b2b9a13d1cfa77702b54113ffc388eae3_GL0.tar.gz) = 2889970
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903021153.x22BrRTZ031269>