Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Dec 2021 19:41:02 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: d00b784f5fd4 - main - */Makefile: Sort SUBDIRs
Message-ID:  <202112211941.1BLJf2WM022163@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=d00b784f5fd42c80574c4ba1e11a4eb79e2ec0e3

commit d00b784f5fd42c80574c4ba1e11a4eb79e2ec0e3
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-12-21 18:20:52 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-12-21 18:20:52 +0000

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

diff --git a/devel/Makefile b/devel/Makefile
index bff4d5fcbd0a..3852e0f2d70a 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -830,8 +830,8 @@
     SUBDIR += gindent
     SUBDIR += gio-sharp
     SUBDIR += git
-    SUBDIR += git-arc
     SUBDIR += git-absorb
+    SUBDIR += git-arc
     SUBDIR += git-bug
     SUBDIR += git-cinnabar
     SUBDIR += git-codereview
diff --git a/math/Makefile b/math/Makefile
index 6ad791c2d0d6..5d667a84c532 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -592,7 +592,6 @@
     SUBDIR += osi-conic
     SUBDIR += osiipopt
     SUBDIR += osqp
-    SUBDIR += p5-Alien-GSL
     SUBDIR += p5-AI-DecisionTree
     SUBDIR += p5-AI-Genetic
     SUBDIR += p5-AI-NeuralNet-BackProp
@@ -600,6 +599,7 @@
     SUBDIR += p5-Algorithm-Combinatorics
     SUBDIR += p5-Algorithm-CurveFit
     SUBDIR += p5-Algorithm-Munkres
+    SUBDIR += p5-Alien-GSL
     SUBDIR += p5-Bit-ShiftReg
     SUBDIR += p5-Bit-Vector
     SUBDIR += p5-Bit-Vector-Minimal



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