Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Mar 2020 13:51:09 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r529969 - in head: devel math misc net sysutils textproc
Message-ID:  <202003311351.02VDp9tb018530@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Mar 31 13:51:08 2020
New Revision: 529969
URL: https://svnweb.freebsd.org/changeset/ports/529969

Log:
  Sort SUBDIRs

Modified:
  head/devel/Makefile
  head/math/Makefile
  head/misc/Makefile
  head/net/Makefile
  head/sysutils/Makefile
  head/textproc/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Mar 31 13:49:12 2020	(r529968)
+++ head/devel/Makefile	Tue Mar 31 13:51:08 2020	(r529969)
@@ -450,8 +450,8 @@
     SUBDIR += date
     SUBDIR += dbus
     SUBDIR += dbus-c++
-    SUBDIR += dbus-java
     SUBDIR += dbus-glib
+    SUBDIR += dbus-java
     SUBDIR += dbus-sharp
     SUBDIR += dbus-sharp-glib
     SUBDIR += dbus-tcl
@@ -4861,7 +4861,6 @@
     SUBDIR += py-pytest-isort
     SUBDIR += py-pytest-localserver
     SUBDIR += py-pytest-mock
-    SUBDIR += py-pytest-verbose-parametrize
     SUBDIR += py-pytest-pep8
     SUBDIR += py-pytest-pycodestyle
     SUBDIR += py-pytest-relaxed
@@ -4872,6 +4871,7 @@
     SUBDIR += py-pytest-timeout
     SUBDIR += py-pytest-tornado
     SUBDIR += py-pytest-translations
+    SUBDIR += py-pytest-verbose-parametrize
     SUBDIR += py-pytest-virtualenv
     SUBDIR += py-pytest-xdist
     SUBDIR += py-pytest-xprocess

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Tue Mar 31 13:49:12 2020	(r529968)
+++ head/math/Makefile	Tue Mar 31 13:51:08 2020	(r529969)
@@ -27,7 +27,6 @@
     SUBDIR += R-cran-NMF
     SUBDIR += R-cran-RHmm
     SUBDIR += R-cran-RSvgDevice
-    SUBDIR += R-cran-raster
     SUBDIR += R-cran-RcppArmadillo
     SUBDIR += R-cran-RcppEigen
     SUBDIR += R-cran-RcppRoll
@@ -96,6 +95,7 @@
     SUBDIR += R-cran-quadprog
     SUBDIR += R-cran-qualityTools
     SUBDIR += R-cran-quantreg
+    SUBDIR += R-cran-raster
     SUBDIR += R-cran-recipes
     SUBDIR += R-cran-rgenoud
     SUBDIR += R-cran-robustbase

Modified: head/misc/Makefile
==============================================================================
--- head/misc/Makefile	Tue Mar 31 13:49:12 2020	(r529968)
+++ head/misc/Makefile	Tue Mar 31 13:51:08 2020	(r529969)
@@ -23,9 +23,9 @@
     SUBDIR += bdelta
     SUBDIR += bestfit
     SUBDIR += bible-kjv
+    SUBDIR += biblesync
     SUBDIR += bibletime
     SUBDIR += biblical-curse
-    SUBDIR += biblesync
     SUBDIR += binclock
     SUBDIR += biosfont-demos
     SUBDIR += birthday

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Tue Mar 31 13:49:12 2020	(r529968)
+++ head/net/Makefile	Tue Mar 31 13:51:08 2020	(r529969)
@@ -156,8 +156,8 @@
     SUBDIR += fb
     SUBDIR += fiche
     SUBDIR += file2pcap
-    SUBDIR += findomain
     SUBDIR += findmtu
+    SUBDIR += findomain
     SUBDIR += flent
     SUBDIR += flower
     SUBDIR += flowgrep

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Tue Mar 31 13:49:12 2020	(r529968)
+++ head/sysutils/Makefile	Tue Mar 31 13:51:08 2020	(r529969)
@@ -363,8 +363,8 @@
     SUBDIR += froxlor
     SUBDIR += fsbackup
     SUBDIR += fsc
-    SUBDIR += fselect
     SUBDIR += fsearch
+    SUBDIR += fselect
     SUBDIR += fstyp
     SUBDIR += fswatch-mon
     SUBDIR += ftwin

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Tue Mar 31 13:49:12 2020	(r529968)
+++ head/textproc/Makefile	Tue Mar 31 13:51:08 2020	(r529969)
@@ -480,7 +480,6 @@
     SUBDIR += p5-Algorithm-RabinKarp
     SUBDIR += p5-Apache-ParseLog
     SUBDIR += p5-Apache-Solr
-    SUBDIR += p5-Template-AutoFilter
     SUBDIR += p5-BibTeX-Parser
     SUBDIR += p5-BigIP-ParseConfig
     SUBDIR += p5-Bloom-Filter
@@ -779,6 +778,7 @@
     SUBDIR += p5-TOML-Parser
     SUBDIR += p5-TeX-Encode
     SUBDIR += p5-TeX-Hyphen
+    SUBDIR += p5-Template-AutoFilter
     SUBDIR += p5-Template-Declare
     SUBDIR += p5-Template-Extract
     SUBDIR += p5-Template-Magic



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