svn commit: r485671 - head/devel/gitlab-shell

Matthias Fechner mfechner at FreeBSD.org
Fri Nov 23 15:03:24 UTC 2018


Author: mfechner
Date: Fri Nov 23 15:03:22 2018
New Revision: 485671
URL: https://svnweb.freebsd.org/changeset/ports/485671

Log:
  Upgrade to 8.4.1 which is required for gitlab-ce 11.5.
  
  Approved by:	mentors (implicit)

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	Fri Nov 23 15:01:58 2018	(r485670)
+++ head/devel/gitlab-shell/Makefile	Fri Nov 23 15:03:22 2018	(r485671)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gitlab-shell
-PORTVERSION=	8.3.3
+PORTVERSION=	8.4.1
 CATEGORIES=	devel
 
 MAINTAINER=	mfechner at FreeBSD.org
@@ -16,7 +16,7 @@ BUILD_DEPENDS=	gem:devel/ruby-gems \
 USE_GITLAB=	yes
 GL_ACCOUNT=	gitlab-org
 # Find the commit hash here: https://gitlab.com/gitlab-org/gitlab-shell/tags
-GL_COMMIT=	4b19de3a1897d06c3e0d530f679c6f56e250ca41
+GL_COMMIT=	9cf3334cb5cdf871266a2b9538589e36efd788e1
 
 USERS=		git
 GROUPS=		git
@@ -37,8 +37,5 @@ do-install:
 	@${MKDIR} ${STAGEDIR}${DATADIR}
 	(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
 	@${MKDIR} ${STAGEDIR}/var/log/gitlab-shell
-	${STRIP_CMD} ${STAGEDIR}${DATADIR}/bin/gitaly-upload-pack
-	${STRIP_CMD} ${STAGEDIR}${DATADIR}/bin/gitaly-receive-pack
-	${STRIP_CMD} ${STAGEDIR}${DATADIR}/bin/gitaly-upload-archive
 
 .include <bsd.port.mk>

Modified: head/devel/gitlab-shell/distinfo
==============================================================================
--- head/devel/gitlab-shell/distinfo	Fri Nov 23 15:01:58 2018	(r485670)
+++ head/devel/gitlab-shell/distinfo	Fri Nov 23 15:03:22 2018	(r485671)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1537567084
-SHA256 (gitlab-org-gitlab-shell-4b19de3a1897d06c3e0d530f679c6f56e250ca41_GL0.tar.gz) = c197935f0461746dc30ce3c5ad3307796e931796282dba099bb7410baf546050
-SIZE (gitlab-org-gitlab-shell-4b19de3a1897d06c3e0d530f679c6f56e250ca41_GL0.tar.gz) = 1564456
+TIMESTAMP = 1542973056
+SHA256 (gitlab-org-gitlab-shell-9cf3334cb5cdf871266a2b9538589e36efd788e1_GL0.tar.gz) = a0bbefaee536bee94cee13b709a180aac5d5557b076ab1371db8d925555edfc6
+SIZE (gitlab-org-gitlab-shell-9cf3334cb5cdf871266a2b9538589e36efd788e1_GL0.tar.gz) = 1590521

Modified: head/devel/gitlab-shell/pkg-plist
==============================================================================
--- head/devel/gitlab-shell/pkg-plist	Fri Nov 23 15:01:58 2018	(r485670)
+++ head/devel/gitlab-shell/pkg-plist	Fri Nov 23 15:03:22 2018	(r485671)
@@ -21,6 +21,7 @@
 @(,,555) %%DATADIR%%/bin/gitlab-shell
 @(,,555) %%DATADIR%%/bin/gitlab-shell-authorized-keys-check
 @(,,555) %%DATADIR%%/bin/gitlab-shell-authorized-principals-check
+@(,,555) %%DATADIR%%/bin/gitlab-shell-ruby
 @(,,555) %%DATADIR%%/bin/install
 @(,,555) %%DATADIR%%/bin/test-logger
 @sample %%DATADIR%%/config.yml.sample
@@ -42,7 +43,6 @@
 %%DATADIR%%/lib/gitlab_post_receive.rb
 %%DATADIR%%/lib/gitlab_shell.rb
 %%DATADIR%%/lib/httpunix.rb
-%%DATADIR%%/lib/http_codes.rb
 %%DATADIR%%/lib/http_helper.rb
 %%DATADIR%%/lib/names_helper.rb
 %%DATADIR%%/lib/object_dirs_helper.rb
@@ -84,6 +84,7 @@
 %%DATADIR%%/spec/vcr_cassettes/custom-action-not-ok-json.yml
 %%DATADIR%%/spec/vcr_cassettes/custom-action-not-ok-not-json.yml
 %%DATADIR%%/spec/vcr_cassettes/custom-action-ok-not-json.yml
+%%DATADIR%%/spec/vcr_cassettes/custom-action-ok-with-message.yml
 %%DATADIR%%/spec/vcr_cassettes/custom-action-ok.yml
 %%DATADIR%%/spec/vcr_cassettes/discover-ok.yml
 %%DATADIR%%/spec/vcr_cassettes/http-pull-disabled.yml


More information about the svn-ports-all mailing list