Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Feb 2024 15:16:58 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: 84fbd11805d5 - main - */Makefile: Sort SUBDIRs
Message-ID:  <202402211516.41LFGwI6011586@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=84fbd11805d546a55259562f771f336130d55b5a

commit 84fbd11805d546a55259562f771f336130d55b5a
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-02-21 14:11:51 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-02-21 15:06:02 +0000

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

diff --git a/devel/Makefile b/devel/Makefile
index f10d96a066f4..51f87e559a17 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -3756,8 +3756,8 @@
     SUBDIR += p5-Type-Tiny-XS
     SUBDIR += p5-Types-Core
     SUBDIR += p5-Types-Path-Tiny
-    SUBDIR += p5-Types-Serialiser
     SUBDIR += p5-Types-Self
+    SUBDIR += p5-Types-Serialiser
     SUBDIR += p5-Types-URI
     SUBDIR += p5-Types-UUID
     SUBDIR += p5-UDCode
diff --git a/security/Makefile b/security/Makefile
index ce2be1b05b15..33e6b3715b06 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -67,8 +67,8 @@
     SUBDIR += ca_root_nss
     SUBDIR += caesarcipher
     SUBDIR += caldera
-    SUBDIR += caldera4
     SUBDIR += caldera-ot
+    SUBDIR += caldera4
     SUBDIR += calife
     SUBDIR += cardpeek
     SUBDIR += cargo-audit



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