diff options
author | tz <tz@FreeBSD.org> | 2016-08-10 22:14:37 +0800 |
---|---|---|
committer | tz <tz@FreeBSD.org> | 2016-08-10 22:14:37 +0800 |
commit | f26edc8986b96c22053b229ccdc92c4cef972b47 (patch) | |
tree | df13bf4070b068636c954da537c8526c5278017f /devel | |
parent | 686284a702e6dea57599352dc86beaec1ab5bad0 (diff) | |
download | freebsd-ports-gnome-f26edc8986b96c22053b229ccdc92c4cef972b47.tar.gz freebsd-ports-gnome-f26edc8986b96c22053b229ccdc92c4cef972b47.tar.zst freebsd-ports-gnome-f26edc8986b96c22053b229ccdc92c4cef972b47.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)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gitlab-shell/Makefile | 3 | ||||
-rw-r--r-- | devel/gitlab-shell/distinfo | 5 | ||||
-rw-r--r-- | devel/gitlab-shell/pkg-plist | 15 |
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 |