aboutsummaryrefslogtreecommitdiff
path: root/devel/gitlab-shell
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2016-10-19 14:08:50 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2016-10-19 14:08:50 +0000
commit228f03b91c8e0c1afe953385bd28a2d1c65112a3 (patch)
tree6edd31579909923902b316cb916fc5a0bc30afa6 /devel/gitlab-shell
parentf55fd3cef924dc9a31fe490c27d9aa8eb4e1ffd9 (diff)
downloadports-228f03b91c8e0c1afe953385bd28a2d1c65112a3.tar.gz
ports-228f03b91c8e0c1afe953385bd28a2d1c65112a3.zip
Notes
Diffstat (limited to 'devel/gitlab-shell')
-rw-r--r--devel/gitlab-shell/Makefile2
-rw-r--r--devel/gitlab-shell/distinfo6
-rw-r--r--devel/gitlab-shell/files/patch-config.yml.example13
-rw-r--r--devel/gitlab-shell/pkg-plist4
4 files changed, 9 insertions, 16 deletions
diff --git a/devel/gitlab-shell/Makefile b/devel/gitlab-shell/Makefile
index 757f221f8ff9..590b43e8b6aa 100644
--- a/devel/gitlab-shell/Makefile
+++ b/devel/gitlab-shell/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gitlab-shell
-PORTVERSION= 3.0.0
+PORTVERSION= 3.2.1
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 e26cde1a839c..e54ceb6a7b10 100644
--- a/devel/gitlab-shell/distinfo
+++ b/devel/gitlab-shell/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1468920011
-SHA256 (gitlab-shell-v3.0.0.tar.gz) = b57561ce84f108fd99aa7e152dc129ec9e0348063ce4fa7b796a2ebfcafdba75
-SIZE (gitlab-shell-v3.0.0.tar.gz) = 68128
+TIMESTAMP = 1470988234
+SHA256 (gitlab-shell-v3.2.1.tar.gz) = ad21f8676901b9d90a1c8016b5fe2ad73f9a7966ab378ce244b12fc0373e9f46
+SIZE (gitlab-shell-v3.2.1.tar.gz) = 68788
diff --git a/devel/gitlab-shell/files/patch-config.yml.example b/devel/gitlab-shell/files/patch-config.yml.example
index 8651c414eba6..1e950ff8886d 100644
--- a/devel/gitlab-shell/files/patch-config.yml.example
+++ b/devel/gitlab-shell/files/patch-config.yml.example
@@ -1,15 +1,6 @@
---- config.yml.example.orig 2016-04-07 14:39:29 UTC
+--- config.yml.example.orig 2016-07-26 21:04:16 UTC
+++ config.yml.example
-@@ -28,7 +28,7 @@ http_settings:
- # Give the canonicalized absolute pathname,
- # REPOS_PATH MUST NOT CONTAIN ANY SYMLINK!!!
- # Check twice that none of the components is a symlink, including "/home".
--repos_path: "/home/git/repositories"
-+repos_path: "/usr/home/git/repositories"
-
- # File used as authorized_keys for gitlab user
- auth_file: "/home/git/.ssh/authorized_keys"
-@@ -49,7 +49,7 @@ redis:
+@@ -43,7 +43,7 @@ redis:
# Log file.
# Default is gitlab-shell.log in the root directory.
diff --git a/devel/gitlab-shell/pkg-plist b/devel/gitlab-shell/pkg-plist
index 130ea4a198b6..edfd307d20f3 100644
--- a/devel/gitlab-shell/pkg-plist
+++ b/devel/gitlab-shell/pkg-plist
@@ -1,6 +1,5 @@
%%DATADIR%%/.gitignore
%%DATADIR%%/.gitlab-ci.yml
-%%DATADIR%%/.hound.yml
%%DATADIR%%/.rspec
%%DATADIR%%/.rubocop.yml
%%DATADIR%%/CHANGELOG
@@ -33,6 +32,7 @@
%%DATADIR%%/lib/gitlab_net.rb
%%DATADIR%%/lib/gitlab_post_receive.rb
%%DATADIR%%/lib/gitlab_projects.rb
+%%DATADIR%%/lib/gitlab_redis.rb
%%DATADIR%%/lib/gitlab_shell.rb
%%DATADIR%%/lib/httpunix.rb
%%DATADIR%%/lib/names_helper.rb
@@ -70,6 +70,8 @@
%%DATADIR%%/spec/vcr_cassettes/denied-push-with-user.yml
%%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/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