Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Apr 2024 10:37:19 GMT
From:      Michael Gmelin <grembo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d912af90ef0a - main - devel/phorgeit-phorge: Start phd after mysql
Message-ID:  <202404271037.43RAbJTl092207@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 
 #



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404271037.43RAbJTl092207>