Date: Mon, 25 Oct 2021 16:01:00 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: 70b81836d936 - main - */Makefile: Sort SUBDIRs Message-ID: <202110251601.19PG10dm073204@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=70b81836d936aa2ade6db83a23f5500b339a4da2 commit 70b81836d936aa2ade6db83a23f5500b339a4da2 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-10-25 14:30:52 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-10-25 15:57:04 +0000 */Makefile: Sort SUBDIRs --- biology/Makefile | 2 +- editors/Makefile | 2 +- science/Makefile | 2 +- sysutils/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/biology/Makefile b/biology/Makefile index c4fd2890bcf3..708965107df8 100644 --- a/biology/Makefile +++ b/biology/Makefile @@ -138,7 +138,6 @@ SUBDIR += psi88 SUBDIR += py-Genesis-PyAPI SUBDIR += py-PySCeS - SUBDIR += py-pybigwig SUBDIR += py-biom-format SUBDIR += py-biopython SUBDIR += py-bx-python @@ -162,6 +161,7 @@ SUBDIR += py-orange3-single-cell SUBDIR += py-pandas-charm SUBDIR += py-py2bit + SUBDIR += py-pybigwig SUBDIR += py-pyfaidx SUBDIR += py-pysam SUBDIR += py-python-libsbml diff --git a/editors/Makefile b/editors/Makefile index 6e46476997a8..1c05ff426891 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -190,8 +190,8 @@ SUBDIR += libreoffice6 SUBDIR += linux-bcompare SUBDIR += linux-sublime - SUBDIR += linux-sublime3 SUBDIR += linux-sublime-text4 + SUBDIR += linux-sublime3 SUBDIR += linux-wps-office SUBDIR += madedit SUBDIR += marker diff --git a/science/Makefile b/science/Makefile index 294fdb4a0b19..35a8c82c7fdc 100644 --- a/science/Makefile +++ b/science/Makefile @@ -242,7 +242,6 @@ SUBDIR += py-asdf SUBDIR += py-ase SUBDIR += py-avogadrolibs - SUBDIR += py-pyberny SUBDIR += py-cdo SUBDIR += py-chainer SUBDIR += py-chainer-chemistry @@ -291,6 +290,7 @@ SUBDIR += py-phonopy SUBDIR += py-pupynere SUBDIR += py-pyaixi + SUBDIR += py-pyberny SUBDIR += py-pycsw SUBDIR += py-pydicom SUBDIR += py-pygeodesy diff --git a/sysutils/Makefile b/sysutils/Makefile index e835799e41a5..8bc5c659afd2 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1517,8 +1517,8 @@ SUBDIR += wmapmload SUBDIR += wmbluecpu SUBDIR += wmbsdbatt - SUBDIR += wmcube SUBDIR += wmcpuload + SUBDIR += wmcube SUBDIR += wmdiskmon SUBDIR += wmflame SUBDIR += wmmemfree
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110251601.19PG10dm073204>