Date: Mon, 29 Jul 2024 11:53:02 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: da77ee190bc6 - main - */Makefile: Sort SUBDIRs Message-ID: <202407291153.46TBr2KX023323@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=da77ee190bc6a033441b5e49bb7c24721428f644 commit da77ee190bc6a033441b5e49bb7c24721428f644 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-07-29 11:37:27 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-07-29 11:37:27 +0000 */Makefile: Sort SUBDIRs --- math/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/Makefile b/math/Makefile index 3e40464b2597..0c10bf1d8624 100644 --- a/math/Makefile +++ b/math/Makefile @@ -862,8 +862,8 @@ SUBDIR += php82-gmp SUBDIR += php83-bcmath SUBDIR += php83-gmp - SUBDIR += php84-gmp SUBDIR += php84-bcmath + SUBDIR += php84-gmp SUBDIR += physcalc SUBDIR += picosat SUBDIR += piranha
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407291153.46TBr2KX023323>