Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Mar 2025 03:34:54 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: c91d6efe6adb - main - */Makefile: Sort SUBDIRs
Message-ID:  <202503190334.52J3YspL017828@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c91d6efe6adbf5e1de504b1ed5bea3526aa39f3c

commit c91d6efe6adbf5e1de504b1ed5bea3526aa39f3c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-03-19 03:34:44 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-03-19 03:34:44 +0000

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

diff --git a/www/Makefile b/www/Makefile
index 7ab6d3c7ea5f..5ee500fbebb9 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1790,8 +1790,8 @@
     SUBDIR += py-httptools
     SUBDIR += py-httpx
     SUBDIR += py-httpx-oauth
-    SUBDIR += py-httpx-sse
     SUBDIR += py-httpx-socks
+    SUBDIR += py-httpx-sse
     SUBDIR += py-httpx-ws
     SUBDIR += py-httpx_gssapi
     SUBDIR += py-hypercorn


home | help

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