Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Aug 2016 14:14:37 +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: r420015 - head/devel/gitlab-shell
Message-ID:  <201608101414.u7AEEbnY087704@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Wed Aug 10 14:14:37 2016
New Revision: 420015
URL: https://svnweb.freebsd.org/changeset/ports/420015

Log:
  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)

Modified:
  head/devel/gitlab-shell/Makefile
  head/devel/gitlab-shell/distinfo
  head/devel/gitlab-shell/pkg-plist

Modified: head/devel/gitlab-shell/Makefile
==============================================================================
--- head/devel/gitlab-shell/Makefile	Wed Aug 10 14:13:45 2016	(r420014)
+++ head/devel/gitlab-shell/Makefile	Wed Aug 10 14:14:37 2016	(r420015)
@@ -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}

Modified: head/devel/gitlab-shell/distinfo
==============================================================================
--- head/devel/gitlab-shell/distinfo	Wed Aug 10 14:13:45 2016	(r420014)
+++ head/devel/gitlab-shell/distinfo	Wed Aug 10 14:14:37 2016	(r420015)
@@ -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

Modified: head/devel/gitlab-shell/pkg-plist
==============================================================================
--- head/devel/gitlab-shell/pkg-plist	Wed Aug 10 14:13:45 2016	(r420014)
+++ head/devel/gitlab-shell/pkg-plist	Wed Aug 10 14:14:37 2016	(r420015)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608101414.u7AEEbnY087704>