Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Dec 2024 19:17:49 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: c5befd4b1866 - main - */Makefile: Sort SUBDIRs
Message-ID:  <202412251917.4BPJHnlM087623@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=c5befd4b1866833b248fc5c011f18c8fcdb1ff08

commit c5befd4b1866833b248fc5c011f18c8fcdb1ff08
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-12-25 13:37:44 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-12-25 19:14:56 +0000

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

diff --git a/www/Makefile b/www/Makefile
index fc45f471e89c..47232ac41d8d 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1758,10 +1758,10 @@
     SUBDIR += py-httpretty
     SUBDIR += py-httptools
     SUBDIR += py-httpx
-    SUBDIR += py-httpx_gssapi
     SUBDIR += py-httpx-oauth
     SUBDIR += py-httpx-socks
     SUBDIR += py-httpx-ws
+    SUBDIR += py-httpx_gssapi
     SUBDIR += py-hypercorn
     SUBDIR += py-hyperframe
     SUBDIR += py-hyperlink



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