Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Apr 2023 15:52:12 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: e103a3beb714 - main - */Makefile: Sort SUBDIRs
Message-ID:  <202304271552.33RFqCHV025510@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=e103a3beb7146f26d59f631c1f960bd1acaeea8f

commit e103a3beb7146f26d59f631c1f960bd1acaeea8f
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-27 15:24:19 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-27 15:24:19 +0000

    */Makefile: Sort SUBDIRs
---
 devel/Makefile | 2 +-
 mail/Makefile  | 2 +-
 math/Makefile  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/devel/Makefile b/devel/Makefile
index 8c9e02f04527..27bde59118bd 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5483,12 +5483,12 @@
     SUBDIR += py-shellingham
     SUBDIR += py-shtab
     SUBDIR += py-signalr-client-aio
+    SUBDIR += py-simple-term-menu
     SUBDIR += py-simpleeval
     SUBDIR += py-simplegeneric
     SUBDIR += py-simplejson
     SUBDIR += py-simpleparse
     SUBDIR += py-simpletal
-    SUBDIR += py-simple-term-menu
     SUBDIR += py-simpy
     SUBDIR += py-single-version
     SUBDIR += py-sip
diff --git a/mail/Makefile b/mail/Makefile
index 5b12a1106382..41607632f845 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -86,8 +86,8 @@
     SUBDIR += cyrus-imapd36
     SUBDIR += cyrus2courier
     SUBDIR += cyrus2dovecot
-    SUBDIR += davmail
     SUBDIR += datovka
+    SUBDIR += davmail
     SUBDIR += dbmail
     SUBDIR += dcc-dccd
     SUBDIR += deforaos-mailer
diff --git a/math/Makefile b/math/Makefile
index 83248c868b42..459c704d2afa 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -611,8 +611,8 @@
     SUBDIR += octave-forge-optiminterp
     SUBDIR += octave-forge-outliers
     SUBDIR += octave-forge-parallel
-    SUBDIR += octave-forge-pkg-octave-doc
     SUBDIR += octave-forge-pde1dm
+    SUBDIR += octave-forge-pkg-octave-doc
     SUBDIR += octave-forge-plot
     SUBDIR += octave-forge-ponchon-savarit
     SUBDIR += octave-forge-psychrometrics



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