Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Feb 2026 16:07:32 +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: 9a643fa04637 - main - */Makefile: Sort SUBDIRs
Message-ID:  <69949244.2083a.287aeb13@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=9a643fa0463730fab63a1a800621547695e6c8b2

commit 9a643fa0463730fab63a1a800621547695e6c8b2
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-02-17 16:04:40 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-02-17 16:04:40 +0000

    */Makefile: Sort SUBDIRs
---
 audio/Makefile    | 2 +-
 graphics/Makefile | 2 +-
 www/Makefile      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/audio/Makefile b/audio/Makefile
index 3935624289b3..8385f0b74b3e 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -847,8 +847,8 @@
     SUBDIR += waon
     SUBDIR += wasabi
     SUBDIR += wavbreaker
-    SUBDIR += waves
     SUBDIR += wavegain
+    SUBDIR += waves
     SUBDIR += wavetral
     SUBDIR += wavpack
     SUBDIR += wavplay
diff --git a/graphics/Makefile b/graphics/Makefile
index 822fb5214aa7..35736a98330c 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -84,8 +84,8 @@
     SUBDIR += bitmap
     SUBDIR += blend2d
     SUBDIR += blender
-    SUBDIR += blender4
     SUBDIR += blender-doc
+    SUBDIR += blender4
     SUBDIR += bmeps
     SUBDIR += bmp2html
     SUBDIR += bonzomatic
diff --git a/www/Makefile b/www/Makefile
index d363c424dde7..763a539d4f05 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1670,7 +1670,6 @@
     SUBDIR += py-django-solo
     SUBDIR += py-django-sortedm2m
     SUBDIR += py-django-star-ratings
-    SUBDIR += py-django_statici18n
     SUBDIR += py-django-staticinline
     SUBDIR += py-django-storages
     SUBDIR += py-django-stubs-ext
@@ -1692,6 +1691,7 @@
     SUBDIR += py-django52
     SUBDIR += py-django60
     SUBDIR += py-django_compressor
+    SUBDIR += py-django_statici18n
     SUBDIR += py-djangocms-admin-style
     SUBDIR += py-djangoql
     SUBDIR += py-djangorestframework


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69949244.2083a.287aeb13>