From owner-svn-ports-head@freebsd.org Fri Nov 23 15:03:24 2018 Return-Path: Delivered-To: svn-ports-head@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 6A074114903D; Fri, 23 Nov 2018 15:03:24 +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 1063B8D4ED; Fri, 23 Nov 2018 15:03:24 +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 DF784202A7; Fri, 23 Nov 2018 15:03:23 +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 wANF3NbP082102; Fri, 23 Nov 2018 15:03:23 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wANF3Nc8082100; Fri, 23 Nov 2018 15:03:23 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201811231503.wANF3Nc8082100@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Fri, 23 Nov 2018 15:03:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485671 - head/devel/gitlab-shell X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: head/devel/gitlab-shell X-SVN-Commit-Revision: 485671 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1063B8D4ED X-Spamd-Result: default: False [1.21 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_LONG(0.42)[0.420,0]; NEURAL_SPAM_SHORT(0.05)[0.049,0]; NEURAL_SPAM_MEDIUM(0.74)[0.738,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Nov 2018 15:03:24 -0000 Author: mfechner Date: Fri Nov 23 15:03:22 2018 New Revision: 485671 URL: https://svnweb.freebsd.org/changeset/ports/485671 Log: Upgrade to 8.4.1 which is required for gitlab-ce 11.5. Approved by: mentors (implicit) 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 Fri Nov 23 15:01:58 2018 (r485670) +++ head/devel/gitlab-shell/Makefile Fri Nov 23 15:03:22 2018 (r485671) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-shell -PORTVERSION= 8.3.3 +PORTVERSION= 8.4.1 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= 4b19de3a1897d06c3e0d530f679c6f56e250ca41 +GL_COMMIT= 9cf3334cb5cdf871266a2b9538589e36efd788e1 USERS= git GROUPS= git @@ -37,8 +37,5 @@ do-install: @${MKDIR} ${STAGEDIR}${DATADIR} (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) @${MKDIR} ${STAGEDIR}/var/log/gitlab-shell - ${STRIP_CMD} ${STAGEDIR}${DATADIR}/bin/gitaly-upload-pack - ${STRIP_CMD} ${STAGEDIR}${DATADIR}/bin/gitaly-receive-pack - ${STRIP_CMD} ${STAGEDIR}${DATADIR}/bin/gitaly-upload-archive .include Modified: head/devel/gitlab-shell/distinfo ============================================================================== --- head/devel/gitlab-shell/distinfo Fri Nov 23 15:01:58 2018 (r485670) +++ head/devel/gitlab-shell/distinfo Fri Nov 23 15:03:22 2018 (r485671) @@ -1,3 +1,3 @@ -TIMESTAMP = 1537567084 -SHA256 (gitlab-org-gitlab-shell-4b19de3a1897d06c3e0d530f679c6f56e250ca41_GL0.tar.gz) = c197935f0461746dc30ce3c5ad3307796e931796282dba099bb7410baf546050 -SIZE (gitlab-org-gitlab-shell-4b19de3a1897d06c3e0d530f679c6f56e250ca41_GL0.tar.gz) = 1564456 +TIMESTAMP = 1542973056 +SHA256 (gitlab-org-gitlab-shell-9cf3334cb5cdf871266a2b9538589e36efd788e1_GL0.tar.gz) = a0bbefaee536bee94cee13b709a180aac5d5557b076ab1371db8d925555edfc6 +SIZE (gitlab-org-gitlab-shell-9cf3334cb5cdf871266a2b9538589e36efd788e1_GL0.tar.gz) = 1590521 Modified: head/devel/gitlab-shell/pkg-plist ============================================================================== --- head/devel/gitlab-shell/pkg-plist Fri Nov 23 15:01:58 2018 (r485670) +++ head/devel/gitlab-shell/pkg-plist Fri Nov 23 15:03:22 2018 (r485671) @@ -21,6 +21,7 @@ @(,,555) %%DATADIR%%/bin/gitlab-shell @(,,555) %%DATADIR%%/bin/gitlab-shell-authorized-keys-check @(,,555) %%DATADIR%%/bin/gitlab-shell-authorized-principals-check +@(,,555) %%DATADIR%%/bin/gitlab-shell-ruby @(,,555) %%DATADIR%%/bin/install @(,,555) %%DATADIR%%/bin/test-logger @sample %%DATADIR%%/config.yml.sample @@ -42,7 +43,6 @@ %%DATADIR%%/lib/gitlab_post_receive.rb %%DATADIR%%/lib/gitlab_shell.rb %%DATADIR%%/lib/httpunix.rb -%%DATADIR%%/lib/http_codes.rb %%DATADIR%%/lib/http_helper.rb %%DATADIR%%/lib/names_helper.rb %%DATADIR%%/lib/object_dirs_helper.rb @@ -84,6 +84,7 @@ %%DATADIR%%/spec/vcr_cassettes/custom-action-not-ok-json.yml %%DATADIR%%/spec/vcr_cassettes/custom-action-not-ok-not-json.yml %%DATADIR%%/spec/vcr_cassettes/custom-action-ok-not-json.yml +%%DATADIR%%/spec/vcr_cassettes/custom-action-ok-with-message.yml %%DATADIR%%/spec/vcr_cassettes/custom-action-ok.yml %%DATADIR%%/spec/vcr_cassettes/discover-ok.yml %%DATADIR%%/spec/vcr_cassettes/http-pull-disabled.yml