Date: Fri, 2 Dec 2016 14:01:17 +0000 (UTC) From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427557 - head/devel/gitlab-shell Message-ID: <201612021401.uB2E1HKw043408@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <julien@perdition.city> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612021401.uB2E1HKw043408>