From owner-svn-ports-all@freebsd.org Fri Dec 2 14:01:18 2016 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 B1621C62A9F; Fri, 2 Dec 2016 14:01:18 +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 678D61847; Fri, 2 Dec 2016 14:01:18 +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 uB2E1HXP043410; Fri, 2 Dec 2016 14:01:17 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB2E1HKw043408; Fri, 2 Dec 2016 14:01:17 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201612021401.uB2E1HKw043408@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Fri, 2 Dec 2016 14:01:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427557 - 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, 02 Dec 2016 14:01:18 -0000 Author: tz Date: Fri Dec 2 14:01:17 2016 New Revision: 427557 URL: https://svnweb.freebsd.org/changeset/ports/427557 Log: devel/gitlab-shell: add missing files to pkg-plist PR: 215002 Reported by: Julien Cigar Approved by: mentors (implicit) Modified: head/devel/gitlab-shell/Makefile head/devel/gitlab-shell/pkg-plist Modified: head/devel/gitlab-shell/Makefile ============================================================================== --- head/devel/gitlab-shell/Makefile Fri Dec 2 13:14:37 2016 (r427556) +++ head/devel/gitlab-shell/Makefile Fri Dec 2 14:01:17 2016 (r427557) @@ -3,6 +3,7 @@ PORTNAME= gitlab-shell PORTVERSION= 3.4.0 +PORTREVISION= 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/pkg-plist ============================================================================== --- head/devel/gitlab-shell/pkg-plist Fri Dec 2 13:14:37 2016 (r427556) +++ head/devel/gitlab-shell/pkg-plist Fri Dec 2 14:01:17 2016 (r427557) @@ -33,6 +33,7 @@ %%DATADIR%%/lib/gitlab_post_receive.rb %%DATADIR%%/lib/gitlab_projects.rb %%DATADIR%%/lib/gitlab_redis.rb +%%DATADIR%%/lib/gitlab_reference_counter.rb %%DATADIR%%/lib/gitlab_shell.rb %%DATADIR%%/lib/httpunix.rb %%DATADIR%%/lib/names_helper.rb @@ -50,6 +51,7 @@ %%DATADIR%%/lib/vendor/redis/lib/redis/pipeline.rb %%DATADIR%%/lib/vendor/redis/lib/redis/subscribe.rb %%DATADIR%%/lib/vendor/redis/lib/redis/version.rb +%%DATADIR%%/spec/fixtures/gitlab_config_redis.yml %%DATADIR%%/spec/gitlab_access_spec.rb %%DATADIR%%/spec/gitlab_config_spec.rb %%DATADIR%%/spec/gitlab_keys_spec.rb @@ -57,6 +59,7 @@ %%DATADIR%%/spec/gitlab_net_spec.rb %%DATADIR%%/spec/gitlab_post_receive_spec.rb %%DATADIR%%/spec/gitlab_projects_spec.rb +%%DATADIR%%/spec/gitlab_reference_counter_spec.rb %%DATADIR%%/spec/gitlab_shell_spec.rb %%DATADIR%%/spec/httpunix_spec.rb %%DATADIR%%/spec/names_helper_spec.rb