Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Nov 2021 19:16:52 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: 3c480041375a - main - */Makefile: Sort SUBDIRs
Message-ID:  <202111051916.1A5JGqDl087443@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=3c480041375a21cd0118666a63b35654eda6e4a4

commit 3c480041375a21cd0118666a63b35654eda6e4a4
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-11-05 19:01:33 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-11-05 19:13:59 +0000

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

diff --git a/devel/Makefile b/devel/Makefile
index 2a9d27eae978..60dada7c744f 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -114,13 +114,13 @@
     SUBDIR += R-cran-tidyselect
     SUBDIR += R-cran-tinytest
     SUBDIR += R-cran-tzdb
+    SUBDIR += R-cran-usethis
     SUBDIR += R-cran-uuid
     SUBDIR += R-cran-vcd
     SUBDIR += R-cran-vctrs
     SUBDIR += R-cran-waldo
     SUBDIR += R-cran-whisker
     SUBDIR += R-cran-withr
-    SUBDIR += R-cran-usethis
     SUBDIR += R-cran-zeallot
     SUBDIR += RStudio
     SUBDIR += SpecTcl
diff --git a/www/Makefile b/www/Makefile
index 7ca9a48d2905..bbce2a09a5e5 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -108,8 +108,8 @@
     SUBDIR += dillo2
     SUBDIR += dojo
     SUBDIR += dokuwiki
-    SUBDIR += dolibarr13
     SUBDIR += dolibarr
+    SUBDIR += dolibarr13
     SUBDIR += domoticz
     SUBDIR += dooble
     SUBDIR += drupal7



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