Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jan 2026 02:21:43 +0000
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: ce4839e8c9e6 - main - */Makefile: Sort SUBDIRs
Message-ID:  <6965ac37.c6a7.708299a5@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=ce4839e8c9e66197bc8846740985172ff5990764

commit ce4839e8c9e66197bc8846740985172ff5990764
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-01-13 02:21:30 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-01-13 02:21:30 +0000

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

diff --git a/devel/Makefile b/devel/Makefile
index 859b803c020c..5a11d2d0dfb3 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -7450,12 +7450,12 @@
     SUBDIR += rubygem-gitlab-labkit
     SUBDIR += rubygem-gitlab-license
     SUBDIR += rubygem-gitlab-pygments.rb
-    SUBDIR += rubygem-gitlab_query_language
     SUBDIR += rubygem-gitlab-sdk
     SUBDIR += rubygem-gitlab-security_report_schemas
     SUBDIR += rubygem-gitlab_chronic_duration
     SUBDIR += rubygem-gitlab_git
     SUBDIR += rubygem-gitlab_meta
+    SUBDIR += rubygem-gitlab_query_language
     SUBDIR += rubygem-glib2
     SUBDIR += rubygem-gobject-introspection
     SUBDIR += rubygem-google-api-client
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 9d97c953b161..0f486a971d27 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -741,8 +741,8 @@
     SUBDIR += mmc-utils
     SUBDIR += mmve
     SUBDIR += modman
-    SUBDIR += modules
     SUBDIR += mods
+    SUBDIR += modules
     SUBDIR += mog
     SUBDIR += mongodb_exporter
     SUBDIR += monit
diff --git a/textproc/Makefile b/textproc/Makefile
index d3b77abe97ce..36f1c2830070 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1747,8 +1747,8 @@
     SUBDIR += py-zensical
     SUBDIR += py-zope.i18nmessageid
     SUBDIR += py-zpt
-    SUBDIR += qprint
     SUBDIR += qo
+    SUBDIR += qprint
     SUBDIR += qr
     SUBDIR += qrcodegen
     SUBDIR += qstardict


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6965ac37.c6a7.708299a5>