Date: Tue, 28 May 2019 10:43:12 +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: r502881 - head/devel/gitlab-shell Message-ID: <201905281043.x4SAhCEo062522@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mfechner Date: Tue May 28 10:43:11 2019 New Revision: 502881 URL: https://svnweb.freebsd.org/changeset/ports/502881 Log: Upgrade to 9.1.0 which is required by gitlab-ce 11.11 upgrade. Modified: head/devel/gitlab-shell/Makefile head/devel/gitlab-shell/distinfo head/devel/gitlab-shell/pkg-plist Modified: head/devel/gitlab-shell/Makefile ============================================================================== --- head/devel/gitlab-shell/Makefile Tue May 28 10:42:29 2019 (r502880) +++ head/devel/gitlab-shell/Makefile Tue May 28 10:43:11 2019 (r502881) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-shell -PORTVERSION= 9.0.0 +PORTVERSION= 9.1.0 CATEGORIES= devel MAINTAINER= mfechner@FreeBSD.org @@ -16,7 +16,7 @@ BUILD_DEPENDS= gem:devel/ruby-gems \ USE_GITLAB= yes GL_ACCOUNT= gitlab-org # Find the commit hash here: https://gitlab.com/gitlab-org/gitlab-shell/tags -GL_COMMIT= ffe54c21ffc42c03bfbca0dd21e23ae956517c2c +GL_COMMIT= 0e3052be5642c90ee173ff9af1e28358f227fbed USERS= git GROUPS= git Modified: head/devel/gitlab-shell/distinfo ============================================================================== --- head/devel/gitlab-shell/distinfo Tue May 28 10:42:29 2019 (r502880) +++ head/devel/gitlab-shell/distinfo Tue May 28 10:43:11 2019 (r502881) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555692196 -SHA256 (gitlab-org-gitlab-shell-ffe54c21ffc42c03bfbca0dd21e23ae956517c2c_GL0.tar.gz) = eadcca3192a783a5d66b51c0541ecd81b23e5e4a16bf96a934f99b5ca7541a52 -SIZE (gitlab-org-gitlab-shell-ffe54c21ffc42c03bfbca0dd21e23ae956517c2c_GL0.tar.gz) = 2200758 +TIMESTAMP = 1558180834 +SHA256 (gitlab-org-gitlab-shell-0e3052be5642c90ee173ff9af1e28358f227fbed_GL0.tar.gz) = 7e33b8f9ab701d499e250e917636ec7f3b82246c0dea765aa04a11eb8994cd65 +SIZE (gitlab-org-gitlab-shell-0e3052be5642c90ee173ff9af1e28358f227fbed_GL0.tar.gz) = 2204347 Modified: head/devel/gitlab-shell/pkg-plist ============================================================================== --- head/devel/gitlab-shell/pkg-plist Tue May 28 10:42:29 2019 (r502880) +++ head/devel/gitlab-shell/pkg-plist Tue May 28 10:43:11 2019 (r502881) @@ -10,6 +10,7 @@ %%DATADIR%%/LICENSE %%DATADIR%%/README.md %%DATADIR%%/VERSION +%%DATADIR%%/.gitlab/CODEOWNERS @(,,555) %%DATADIR%%/bin/authorized_keys @(,,555) %%DATADIR%%/bin/check @(,,555) %%DATADIR%%/bin/compile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905281043.x4SAhCEo062522>