Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 May 2024 10:22:29 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: 045bd0531335 - main - */Makefile: Sort SUBDIRs
Message-ID:  <202405281022.44SAMTZt028033@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=045bd05313355e00fb04e05e7da87560ff9df344

commit 045bd05313355e00fb04e05e7da87560ff9df344
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-05-28 09:10:45 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-05-28 10:21:22 +0000

    */Makefile: Sort SUBDIRs
---
 databases/Makefile | 2 +-
 devel/Makefile     | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/databases/Makefile b/databases/Makefile
index 95aa602b2d35..7a540f95c740 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -705,8 +705,8 @@
     SUBDIR += proftpd-mod_sql_postgres
     SUBDIR += proftpd-mod_sql_sqlite
     SUBDIR += proftpd-mod_sql_tds
-    SUBDIR += prometheus-postgresql-adapter
     SUBDIR += prometheus-postgres-exporter
+    SUBDIR += prometheus-postgresql-adapter
     SUBDIR += proxysql
     SUBDIR += pspg
     SUBDIR += puppetdb-terminus7
diff --git a/devel/Makefile b/devel/Makefile
index 5750ddd2ea2f..6f11190f414b 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1743,9 +1743,9 @@
     SUBDIR += ocaml-pcre
     SUBDIR += ocaml-pcre2
     SUBDIR += ocaml-pomap
+    SUBDIR += ocaml-ppx-tools
     SUBDIR += ocaml-ppx_derivers
     SUBDIR += ocaml-ppx_sexp_conv
-    SUBDIR += ocaml-ppx-tools
     SUBDIR += ocaml-ppxlib
     SUBDIR += ocaml-re
     SUBDIR += ocaml-react
@@ -1755,8 +1755,8 @@
     SUBDIR += ocaml-sdl
     SUBDIR += ocaml-sem
     SUBDIR += ocaml-seq
-    SUBDIR += ocaml-sexplib0
     SUBDIR += ocaml-sexplib
+    SUBDIR += ocaml-sexplib0
     SUBDIR += ocaml-stdio
     SUBDIR += ocaml-topkg
     SUBDIR += ocaml-type_conv



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