Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jul 2024 16:17:28 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: 0bd0aefe9a76 - main - */Makefile: Sort SUBDIRs
Message-ID:  <202407061617.466GHSNX042727@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=0bd0aefe9a768e1db6fc58de24acd3131a7a7884

commit 0bd0aefe9a768e1db6fc58de24acd3131a7a7884
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-07-06 15:40:56 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-07-06 15:40:56 +0000

    */Makefile: Sort SUBDIRs
---
 security/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/Makefile b/security/Makefile
index 93e187302556..5f52ed892d51 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -970,9 +970,9 @@
     SUBDIR += py-liboqs-python
     SUBDIR += py-m2crypto
     SUBDIR += py-maec
-    SUBDIR += py-mkpasswd
     SUBDIR += py-merkletools
     SUBDIR += py-mixbox
+    SUBDIR += py-mkpasswd
     SUBDIR += py-mnemonic
     SUBDIR += py-msoffcrypto-tool
     SUBDIR += py-muacrypt



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