svn commit: r521894 - in head/www/gitlab-ce: . files

Steve Wills swills at FreeBSD.org
Fri Jan 3 02:29:56 UTC 2020


Author: swills
Date: Fri Jan  3 02:29:55 2020
New Revision: 521894
URL: https://svnweb.freebsd.org/changeset/ports/521894

Log:
  www/gitlab-ce: fix startup
  
  PR:		243043
  Reported by:	Andreas Diem <webmaster at andreas-diem.at>
  Approved by:	mfechner

Added:
  head/www/gitlab-ce/files/patch-bin_background__jobs   (contents, props changed)
Modified:
  head/www/gitlab-ce/Makefile   (contents, props changed)

Modified: head/www/gitlab-ce/Makefile
==============================================================================
--- head/www/gitlab-ce/Makefile	Fri Jan  3 01:37:30 2020	(r521893)
+++ head/www/gitlab-ce/Makefile	Fri Jan  3 02:29:55 2020	(r521894)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gitlab-ce
 PORTVERSION=	12.6.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	www devel
 
 MAINTAINER=	mfechner at FreeBSD.org

Added: head/www/gitlab-ce/files/patch-bin_background__jobs
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/gitlab-ce/files/patch-bin_background__jobs	Fri Jan  3 02:29:55 2020	(r521894)
@@ -0,0 +1,11 @@
+--- bin/background_jobs.orig	2020-01-02 22:36:53 UTC
++++ bin/background_jobs
+@@ -45,7 +45,7 @@ start_sidekiq()
+     cmd="${cmd} ${chpst} -P"
+   fi
+ 
+-  ${cmd} bundle exec sidekiq -C "${sidekiq_config}" -e $RAILS_ENV "$@"
++  ${cmd} bundle exec sidekiq5 -C "${sidekiq_config}" -e $RAILS_ENV "$@"
+ }
+ 
+ load_ok()


More information about the svn-ports-head mailing list