Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Sep 2023 03:13:41 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: d7a909689f81 - main - */Makefile: Sort SUBDIRs
Message-ID:  <202309110313.38B3Dfu4021051@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=d7a909689f81f7637f4abe242adc2b89ecdc4858

commit d7a909689f81f7637f4abe242adc2b89ecdc4858
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-09-11 02:48:58 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-09-11 02:48:58 +0000

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

diff --git a/devel/Makefile b/devel/Makefile
index c4723cb5944a..be2fa3163ec1 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1575,8 +1575,8 @@
     SUBDIR += matreshka
     SUBDIR += maven
     SUBDIR += maven-wrapper
-    SUBDIR += maven39
     SUBDIR += maven363
+    SUBDIR += maven39
     SUBDIR += mcpp
     SUBDIR += mdb
     SUBDIR += mdds



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