Date: Thu, 4 Apr 2019 12:11:51 +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: r497819 - branches/2019Q2/www/gitlab-workhorse Message-ID: <201904041211.x34CBphl065295@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mfechner Date: Thu Apr 4 12:11:50 2019 New Revision: 497819 URL: https://svnweb.freebsd.org/changeset/ports/497819 Log: MFH: r497589 Upgrade to 8.3.3 which is required for gitlab-ce 11.9.4 security update. Approved by: ports-secteam (miwi) Modified: branches/2019Q2/www/gitlab-workhorse/Makefile branches/2019Q2/www/gitlab-workhorse/distinfo Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/www/gitlab-workhorse/Makefile ============================================================================== --- branches/2019Q2/www/gitlab-workhorse/Makefile Thu Apr 4 12:01:22 2019 (r497818) +++ branches/2019Q2/www/gitlab-workhorse/Makefile Thu Apr 4 12:11:50 2019 (r497819) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-workhorse -PORTVERSION= 8.3.1 +PORTVERSION= 8.3.3 CATEGORIES= www MAINTAINER= mfechner@FreeBSD.org @@ -13,13 +13,15 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= go>=1.8.0:lang/go \ git>=2.16.2:devel/git +RUN_DEPENDS= p5-Image-ExifTool>=0:graphics/p5-Image-ExifTool -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= 96dea75b2b9a13d1cfa77702b54113ffc388eae3 +GL_COMMIT= 9de4e9f711ccb8ed4b122d4d3a79cc409dcd5ba8 +MAKE_JOBS_UNSAFE=yes PLIST_FILES= bin/gitlab-workhorse \ bin/gitlab-zip-cat \ Modified: branches/2019Q2/www/gitlab-workhorse/distinfo ============================================================================== --- branches/2019Q2/www/gitlab-workhorse/distinfo Thu Apr 4 12:01:22 2019 (r497818) +++ branches/2019Q2/www/gitlab-workhorse/distinfo Thu Apr 4 12:11:50 2019 (r497819) @@ -1,3 +1,3 @@ -TIMESTAMP = 1551206735 -SHA256 (gitlab-org-gitlab-workhorse-96dea75b2b9a13d1cfa77702b54113ffc388eae3_GL0.tar.gz) = b1e9812a8b4b7a2f6c8bb3669e230810d2d2a0314122bb8548ae3d60f1d447d0 -SIZE (gitlab-org-gitlab-workhorse-96dea75b2b9a13d1cfa77702b54113ffc388eae3_GL0.tar.gz) = 2889970 +TIMESTAMP = 1554236685 +SHA256 (gitlab-org-gitlab-workhorse-9de4e9f711ccb8ed4b122d4d3a79cc409dcd5ba8_GL0.tar.gz) = 4897cdbae2ac7c94d9094ba1e6860c48afbb58ed857dc92bce936fe6e36b4afd +SIZE (gitlab-org-gitlab-workhorse-9de4e9f711ccb8ed4b122d4d3a79cc409dcd5ba8_GL0.tar.gz) = 2923904
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904041211.x34CBphl065295>