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

Matthias Fechner mfechner at FreeBSD.org
Fri Jan 3 16:12:57 UTC 2020


Author: mfechner
Date: Fri Jan  3 16:12:56 2020
New Revision: 521947
URL: https://svnweb.freebsd.org/changeset/ports/521947

Log:
  Fixed problem that gitlab could not be stopped anymore as some binaries (from sidekiq) have changed the filenames.

Modified:
  head/www/gitlab-ce/Makefile
  head/www/gitlab-ce/files/patch-bin_background__jobs

Modified: head/www/gitlab-ce/Makefile
==============================================================================
--- head/www/gitlab-ce/Makefile	Fri Jan  3 15:10:30 2020	(r521946)
+++ head/www/gitlab-ce/Makefile	Fri Jan  3 16:12:56 2020	(r521947)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gitlab-ce
 PORTVERSION=	12.6.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	www devel
 
 MAINTAINER=	mfechner at FreeBSD.org

Modified: head/www/gitlab-ce/files/patch-bin_background__jobs
==============================================================================
--- head/www/gitlab-ce/files/patch-bin_background__jobs	Fri Jan  3 15:10:30 2020	(r521946)
+++ head/www/gitlab-ce/files/patch-bin_background__jobs	Fri Jan  3 16:12:56 2020	(r521947)
@@ -1,5 +1,14 @@
---- bin/background_jobs.orig	2020-01-02 22:36:53 UTC
+--- bin/background_jobs.orig	2020-01-02 15:06:44 UTC
 +++ bin/background_jobs
+@@ -14,7 +14,7 @@ warn()
+ 
+ stop()
+ {
+-  bundle exec sidekiqctl stop $sidekiq_pidfile >> $sidekiq_logfile 2>&1
++  bundle exec sidekiqctl5 stop $sidekiq_pidfile >> $sidekiq_logfile 2>&1
+ }
+ 
+ killall()
 @@ -45,7 +45,7 @@ start_sidekiq()
      cmd="${cmd} ${chpst} -P"
    fi


More information about the svn-ports-head mailing list