git: d912af90ef0a - main - devel/phorgeit-phorge: Start phd after mysql

From: Michael Gmelin <grembo_at_FreeBSD.org>
Date: Sat, 27 Apr 2024 10:37:19 UTC
The branch main has been updated by grembo:

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

commit d912af90ef0a7f17bf3285077eefd1adbabb0b68
Author:     Michael Gmelin <grembo@FreeBSD.org>
AuthorDate: 2024-04-27 10:36:17 +0000
Commit:     Michael Gmelin <grembo@FreeBSD.org>
CommitDate: 2024-04-27 10:36:58 +0000

    devel/phorgeit-phorge: Start phd after mysql
---
 devel/phorgeit-phorge/Makefile     | 2 +-
 devel/phorgeit-phorge/files/phd.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/devel/phorgeit-phorge/Makefile b/devel/phorgeit-phorge/Makefile
index eac2d5c6f332..1acd58892616 100644
--- a/devel/phorgeit-phorge/Makefile
+++ b/devel/phorgeit-phorge/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	phorge
 PORTVERSION=	20240324
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 PKGNAMEPREFIX=	phorgeit
 PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
diff --git a/devel/phorgeit-phorge/files/phd.in b/devel/phorgeit-phorge/files/phd.in
index 52585a70117d..6f5d135800f5 100644
--- a/devel/phorgeit-phorge/files/phd.in
+++ b/devel/phorgeit-phorge/files/phd.in
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 # PROVIDE: phd
-# REQUIRE: LOGIN
+# REQUIRE: LOGIN mysql
 # KEYWORD: shutdown
 
 #