Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Mar 2023 19:23:40 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: f2fb2ea33ef8 - main - */Makefile: Sort SUBDIRs
Message-ID:  <202303211923.32LJNe6S026573@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=f2fb2ea33ef8fbcf649f5bfc8ab8db871f53d976

commit f2fb2ea33ef8fbcf649f5bfc8ab8db871f53d976
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-03-21 18:34:05 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-03-21 19:19:49 +0000

    */Makefile: Sort SUBDIRs
---
 security/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/security/Makefile b/security/Makefile
index 344e84e11ff9..d59ad78b77cd 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -410,11 +410,11 @@
     SUBDIR += openssh-askpass
     SUBDIR += openssh-portable
     SUBDIR += openssl
-    SUBDIR += openssl30
-    SUBDIR += openssl31
     SUBDIR += openssl-agent
     SUBDIR += openssl-quictls
     SUBDIR += openssl-unsafe
+    SUBDIR += openssl30
+    SUBDIR += openssl31
     SUBDIR += openssl_tpm_engine
     SUBDIR += openvas
     SUBDIR += openvpn



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