git: d8be9a4007ad - main - www/gitlab-ce: depend on redis in startup script

From: Matthias Fechner <mfechner_at_FreeBSD.org>
Date: Wed, 09 Mar 2022 10:08:54 UTC
The branch main has been updated by mfechner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d8be9a4007adac910482efb6282294ad0a536873

commit d8be9a4007adac910482efb6282294ad0a536873
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2022-03-05 10:35:40 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2022-03-09 10:07:54 +0000

    www/gitlab-ce: depend on redis in startup script
    
    This ensures that gitlab is not started before redis is available.
    PR:             262338
    Reported by:    majo-bugs.freebsd.org@cerny.sk
---
 www/gitlab-ce/files/gitlab.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/gitlab-ce/files/gitlab.in b/www/gitlab-ce/files/gitlab.in
index 1d81fc3a85df..e517add8901b 100644
--- a/www/gitlab-ce/files/gitlab.in
+++ b/www/gitlab-ce/files/gitlab.in
@@ -15,7 +15,7 @@
 # Based on work of: @charlienewey, rovanion.luckey@gmail.com, @randx, @tz
 
 # PROVIDE: gitlab
-# REQUIRE: LOGIN
+# REQUIRE: LOGIN redis
 # KEYWORD: shutdown
 #
 # Add the following line to /etc/rc.conf to enable GitLab: