From owner-svn-ports-all@freebsd.org Tue Mar 31 13:52:08 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1CF7B2A6B28; Tue, 31 Mar 2020 13:52:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48s9jx4D8Lz4KTq; Tue, 31 Mar 2020 13:52:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 66F43A729; Tue, 31 Mar 2020 13:51:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 02VDpAWw018540; Tue, 31 Mar 2020 13:51:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02VDp9tb018530; Tue, 31 Mar 2020 13:51:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202003311351.02VDp9tb018530@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 31 Mar 2020 13:51:09 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head: devel math misc net sysutils textproc X-SVN-Commit-Revision: 529969 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Mar 2020 13:52:08 -0000 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