From owner-svn-ports-all@freebsd.org Fri Feb 24 09:34:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B376CEB04E; Fri, 24 Feb 2017 09:34:48 +0000 (UTC) (envelope-from tz@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 mx1.freebsd.org (Postfix) with ESMTPS id 00EAD14E7; Fri, 24 Feb 2017 09:34:47 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1O9Ylt7071555; Fri, 24 Feb 2017 09:34:47 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1O9YkBq071552; Fri, 24 Feb 2017 09:34:46 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201702240934.v1O9YkBq071552@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Fri, 24 Feb 2017 09:34:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434698 - head/devel/gitlab-shell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2017 09:34:48 -0000 Author: tz Date: Fri Feb 24 09:34:46 2017 New Revision: 434698 URL: https://svnweb.freebsd.org/changeset/ports/434698 Log: devel/gitlab-shell: Update from 3.4.0 to 3.6.1 Changelog: https://gitlab.com/gitlab-org/gitlab-shell/blob/v3.6.1/CHANGELOG 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 Feb 24 09:01:40 2017 (r434697) +++ head/devel/gitlab-shell/Makefile Fri Feb 24 09:34:46 2017 (r434698) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-shell -PORTVERSION= 3.4.0 -PORTREVISION= 1 +PORTVERSION= 3.6.1 CATEGORIES= devel MASTER_SITES= https://gitlab.com/gitlab-org/${PORTNAME}/repository/archive.tar.gz?ref=v${PORTVERSION}&dummy=/ DISTNAME= ${PORTNAME}-v${PORTVERSION} Modified: head/devel/gitlab-shell/distinfo ============================================================================== --- head/devel/gitlab-shell/distinfo Fri Feb 24 09:01:40 2017 (r434697) +++ head/devel/gitlab-shell/distinfo Fri Feb 24 09:34:46 2017 (r434698) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476972305 -SHA256 (gitlab-shell-v3.4.0.tar.gz) = 0ac8f18b1615194943e935b670d630a1ba9870ad876f7486256972c7be1d45d4 -SIZE (gitlab-shell-v3.4.0.tar.gz) = 71972 +TIMESTAMP = 1486029021 +SHA256 (gitlab-shell-v3.6.1.tar.gz) = 180dcce14e9caa9c7f09eefdb2e10189318a0f994c4931fae2acebd92e9e4fa3 +SIZE (gitlab-shell-v3.6.1.tar.gz) = 74806 Modified: head/devel/gitlab-shell/pkg-plist ============================================================================== --- head/devel/gitlab-shell/pkg-plist Fri Feb 24 09:01:40 2017 (r434697) +++ head/devel/gitlab-shell/pkg-plist Fri Feb 24 09:34:46 2017 (r434698) @@ -28,6 +28,7 @@ %%DATADIR%%/lib/gitlab_custom_hook.rb %%DATADIR%%/lib/gitlab_init.rb %%DATADIR%%/lib/gitlab_keys.rb +%%DATADIR%%/lib/gitlab_lfs_authentication.rb %%DATADIR%%/lib/gitlab_logger.rb %%DATADIR%%/lib/gitlab_net.rb %%DATADIR%%/lib/gitlab_post_receive.rb @@ -55,6 +56,7 @@ %%DATADIR%%/spec/gitlab_access_spec.rb %%DATADIR%%/spec/gitlab_config_spec.rb %%DATADIR%%/spec/gitlab_keys_spec.rb +%%DATADIR%%/spec/gitlab_lfs_authentication_spec.rb %%DATADIR%%/spec/gitlab_logger_spec.rb %%DATADIR%%/spec/gitlab_net_spec.rb %%DATADIR%%/spec/gitlab_post_receive_spec.rb @@ -74,10 +76,13 @@ %%DATADIR%%/spec/vcr_cassettes/denied-push.yml %%DATADIR%%/spec/vcr_cassettes/discover-ok.yml %%DATADIR%%/spec/vcr_cassettes/http-access-disabled.yml +%%DATADIR%%/spec/vcr_cassettes/lfs-authenticate-ok.yml %%DATADIR%%/spec/vcr_cassettes/ssh-access-disabled.yml %%DATADIR%%/spec/vcr_cassettes/ssh-key-not-found.yml %%DATADIR%%/spec/vcr_cassettes/ssh-key-not-implemented.yml %%DATADIR%%/spec/vcr_cassettes/ssh-key-ok.yml +%%DATADIR%%/spec/vcr_cassettes/two-factor-recovery-codes-fail.yml +%%DATADIR%%/spec/vcr_cassettes/two-factor-recovery-codes.yml %%DATADIR%%/support/rewrite-hooks.sh %%DATADIR%%/support/truncate_repositories.sh @dir(git,,755) /var/log/gitlab-shell