aboutsummaryrefslogtreecommitdiff
path: root/devel/gitlab-shell
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2016-08-10 14:14:37 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2016-08-10 14:14:37 +0000
commitf871568753b4b59bec947bc698b03202d977b0c2 (patch)
treedf13bf4070b068636c954da537c8526c5278017f /devel/gitlab-shell
parent21f0da6cbbb5cd254d634ecb1e990922035d47d6 (diff)
downloadports-f871568753b4b59bec947bc698b03202d977b0c2.tar.gz
ports-f871568753b4b59bec947bc698b03202d977b0c2.zip
devel/gitlab-shell: Update from 2.7.2 to 3.0.0
- Remove rm-tag command (Robert Schilling) - Remove create-branch and rm-branch commands (Robert Schilling) - Update PostReceive worker so it logs a unique JID in Sidekiq - Remove update-head command - Use Redis Ruby client instead of shelling out to redis-cli Approved by: swills (mentor)
Notes
Notes: svn path=/head/; revision=420015
Diffstat (limited to 'devel/gitlab-shell')
-rw-r--r--devel/gitlab-shell/Makefile3
-rw-r--r--devel/gitlab-shell/distinfo5
-rw-r--r--devel/gitlab-shell/pkg-plist15
3 files changed, 19 insertions, 4 deletions
diff --git a/devel/gitlab-shell/Makefile b/devel/gitlab-shell/Makefile
index 5f5e39afa3c7..757f221f8ff9 100644
--- a/devel/gitlab-shell/Makefile
+++ b/devel/gitlab-shell/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= gitlab-shell
-PORTVERSION= 2.7.2
-PORTREVISION= 1
+PORTVERSION= 3.0.0
CATEGORIES= devel
MASTER_SITES= https://gitlab.com/gitlab-org/${PORTNAME}/repository/archive.tar.gz?ref=v${PORTVERSION}&dummy=/
DISTNAME= ${PORTNAME}-v${PORTVERSION}
diff --git a/devel/gitlab-shell/distinfo b/devel/gitlab-shell/distinfo
index 74e5348a8822..e26cde1a839c 100644
--- a/devel/gitlab-shell/distinfo
+++ b/devel/gitlab-shell/distinfo
@@ -1,2 +1,3 @@
-SHA256 (gitlab-shell-v2.7.2.tar.gz) = 3d9adf6d47e5ff27eb50a2c40264f4715e58d6f6355f8325d8af4fe4dc805fd8
-SIZE (gitlab-shell-v2.7.2.tar.gz) = 37901
+TIMESTAMP = 1468920011
+SHA256 (gitlab-shell-v3.0.0.tar.gz) = b57561ce84f108fd99aa7e152dc129ec9e0348063ce4fa7b796a2ebfcafdba75
+SIZE (gitlab-shell-v3.0.0.tar.gz) = 68128
diff --git a/devel/gitlab-shell/pkg-plist b/devel/gitlab-shell/pkg-plist
index e2fc28f832f5..130ea4a198b6 100644
--- a/devel/gitlab-shell/pkg-plist
+++ b/devel/gitlab-shell/pkg-plist
@@ -8,6 +8,7 @@
%%DATADIR%%/Gemfile.lock
%%DATADIR%%/Guardfile
%%DATADIR%%/LICENSE
+%%DATADIR%%/Makefile
%%DATADIR%%/README.md
%%DATADIR%%/VERSION
@(,,555) %%DATADIR%%/bin/authorized_keys
@@ -35,6 +36,20 @@
%%DATADIR%%/lib/gitlab_shell.rb
%%DATADIR%%/lib/httpunix.rb
%%DATADIR%%/lib/names_helper.rb
+%%DATADIR%%/lib/vendor/redis/lib/redis.rb
+%%DATADIR%%/lib/vendor/redis/lib/redis/client.rb
+%%DATADIR%%/lib/vendor/redis/lib/redis/connection.rb
+%%DATADIR%%/lib/vendor/redis/lib/redis/connection/command_helper.rb
+%%DATADIR%%/lib/vendor/redis/lib/redis/connection/hiredis.rb
+%%DATADIR%%/lib/vendor/redis/lib/redis/connection/registry.rb
+%%DATADIR%%/lib/vendor/redis/lib/redis/connection/ruby.rb
+%%DATADIR%%/lib/vendor/redis/lib/redis/connection/synchrony.rb
+%%DATADIR%%/lib/vendor/redis/lib/redis/distributed.rb
+%%DATADIR%%/lib/vendor/redis/lib/redis/errors.rb
+%%DATADIR%%/lib/vendor/redis/lib/redis/hash_ring.rb
+%%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/gitlab_access_spec.rb
%%DATADIR%%/spec/gitlab_config_spec.rb
%%DATADIR%%/spec/gitlab_keys_spec.rb