Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Feb 2025 15:10:25 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: 46131a82403d - main - */Makefile: Sort SUBDIRs
Message-ID:  <202502031510.513FAPF5015089@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=46131a82403d4f50bd5680bfc67454277c033f94

commit 46131a82403d4f50bd5680bfc67454277c033f94
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-02-03 14:52:54 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-02-03 15:10:20 +0000

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

diff --git a/devel/Makefile b/devel/Makefile
index 146863549e77..18908bf43057 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -938,9 +938,9 @@
     SUBDIR += gradle-completion
     SUBDIR += gradle5
     SUBDIR += gradle6
-    SUBDIR += gradle8
     SUBDIR += gradle62
     SUBDIR += gradle761
+    SUBDIR += gradle8
     SUBDIR += grantlee5
     SUBDIR += grcov
     SUBDIR += grex



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