Date: Mon, 11 Sep 2017 13:10:24 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449635 - in head: databases devel math net-mgmt security sysutils Message-ID: <201709111310.v8BDAO1j033917@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Mon Sep 11 13:10:24 2017 New Revision: 449635 URL: https://svnweb.freebsd.org/changeset/ports/449635 Log: Sort categories Makefiles properly. Sponsored by: Absolight Modified: head/databases/Makefile (contents, props changed) head/devel/Makefile (contents, props changed) head/math/Makefile (contents, props changed) head/net-mgmt/Makefile (contents, props changed) head/security/Makefile (contents, props changed) head/sysutils/Makefile (contents, props changed) Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Mon Sep 11 12:57:14 2017 (r449634) +++ head/databases/Makefile Mon Sep 11 13:10:24 2017 (r449635) @@ -555,8 +555,8 @@ SUBDIR += pecl-mongodb SUBDIR += pecl-pdo_user SUBDIR += pecl-redis - SUBDIR += pecl-rrd1 SUBDIR += pecl-rrd + SUBDIR += pecl-rrd1 SUBDIR += pecl-tokyo_tyrant SUBDIR += percona-pam-for-mysql SUBDIR += percona-toolkit @@ -567,6 +567,7 @@ SUBDIR += percona57-client SUBDIR += percona57-pam-for-mysql SUBDIR += percona57-server + SUBDIR += pgFormatter SUBDIR += pg_activity SUBDIR += pg_citus SUBDIR += pg_dirtyread @@ -585,7 +586,6 @@ SUBDIR += pgbouncer SUBDIR += pgdbf SUBDIR += pgespresso - SUBDIR += pgFormatter SUBDIR += pgfouine SUBDIR += pgloader SUBDIR += pgloader3 Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Sep 11 12:57:14 2017 (r449634) +++ head/devel/Makefile Mon Sep 11 13:10:24 2017 (r449635) @@ -63,6 +63,7 @@ SUBDIR += R-cran-tibble SUBDIR += R-cran-tidyr SUBDIR += R-cran-tidyselect + SUBDIR += R-cran-withr SUBDIR += SpecTcl SUBDIR += aap SUBDIR += aarch64-binutils @@ -410,8 +411,8 @@ SUBDIR += cxref SUBDIR += cxxtest SUBDIR += cxxtools - SUBDIR += d-scanner SUBDIR += d-feet + SUBDIR += d-scanner SUBDIR += darts SUBDIR += dash.el SUBDIR += datadraw @@ -1087,9 +1088,9 @@ SUBDIR += hs-mueval SUBDIR += hs-murmur-hash SUBDIR += hs-mutable-containers - SUBDIR += hs-newtype-generics SUBDIR += hs-ncurses SUBDIR += hs-newtype + SUBDIR += hs-newtype-generics SUBDIR += hs-old-locale SUBDIR += hs-old-time SUBDIR += hs-optparse-applicative @@ -1190,8 +1191,8 @@ SUBDIR += idutils SUBDIR += imake SUBDIR += include-what-you-use - SUBDIR += inilib SUBDIR += inifiled + SUBDIR += inilib SUBDIR += iniparser SUBDIR += initutil SUBDIR += injeqt @@ -1679,8 +1680,8 @@ SUBDIR += marisa-trie SUBDIR += mate-common SUBDIR += matreshka - SUBDIR += maven-wrapper SUBDIR += maven + SUBDIR += maven-wrapper SUBDIR += maven3 SUBDIR += maven31 SUBDIR += maven33 @@ -1726,8 +1727,8 @@ SUBDIR += mpatrol SUBDIR += mph SUBDIR += mq4cpp - SUBDIR += msgpack-d SUBDIR += msgpack + SUBDIR += msgpack-d SUBDIR += msgpuck SUBDIR += msp430-debug-stack SUBDIR += mspdebug @@ -4230,8 +4231,8 @@ SUBDIR += py-asyncio SUBDIR += py-atomiclong SUBDIR += py-atomicwrites - SUBDIR += py-attrs SUBDIR += py-atpublic + SUBDIR += py-attrs SUBDIR += py-automaton SUBDIR += py-avro SUBDIR += py-babel @@ -4922,8 +4923,8 @@ SUBDIR += py-vcrpy SUBDIR += py-vcversioner SUBDIR += py-venusian - SUBDIR += py-versiontools SUBDIR += py-verboselogs + SUBDIR += py-versiontools SUBDIR += py-virtualenv SUBDIR += py-virtualenv-clone SUBDIR += py-virtualenvwrapper @@ -5207,7 +5208,6 @@ SUBDIR += qtscriptgenerator SUBDIR += quickcheck++ SUBDIR += quilt - SUBDIR += R-cran-withr SUBDIR += racer SUBDIR += radare2 SUBDIR += ragel Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Mon Sep 11 12:57:14 2017 (r449634) +++ head/math/Makefile Mon Sep 11 13:10:24 2017 (r449635) @@ -24,8 +24,8 @@ SUBDIR += R-cran-RSvgDevice SUBDIR += R-cran-RcppArmadillo SUBDIR += R-cran-RcppEigen + SUBDIR += R-cran-RcppRoll SUBDIR += R-cran-Rmpfr - SUBDIR += R-cran-robustbase SUBDIR += R-cran-Rsolnp SUBDIR += R-cran-SparseM SUBDIR += R-cran-VGAM @@ -76,9 +76,9 @@ SUBDIR += R-cran-quadprog SUBDIR += R-cran-qualityTools SUBDIR += R-cran-quantreg - SUBDIR += R-cran-RcppRoll SUBDIR += R-cran-recipes SUBDIR += R-cran-rgenoud + SUBDIR += R-cran-robustbase SUBDIR += R-cran-sandwich SUBDIR += R-cran-sf SUBDIR += R-cran-sm Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Mon Sep 11 12:57:14 2017 (r449634) +++ head/net-mgmt/Makefile Mon Sep 11 13:10:24 2017 (r449635) @@ -195,8 +195,8 @@ SUBDIR += ng_ipacct SUBDIR += nitpicker SUBDIR += nrpe - SUBDIR += nrpe3 SUBDIR += nrpe-ssl + SUBDIR += nrpe3 SUBDIR += nsca SUBDIR += nsca-client SUBDIR += nsca-ng Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Mon Sep 11 12:57:14 2017 (r449634) +++ head/security/Makefile Mon Sep 11 13:10:24 2017 (r449635) @@ -182,8 +182,8 @@ SUBDIR += gnupg20 SUBDIR += gnupg22 SUBDIR += gnutls - SUBDIR += go.crypto SUBDIR += go-cve-dictionary + SUBDIR += go.crypto SUBDIR += goptlib SUBDIR += gorilla SUBDIR += govpn Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Mon Sep 11 12:57:14 2017 (r449634) +++ head/sysutils/Makefile Mon Sep 11 13:10:24 2017 (r449635) @@ -1140,11 +1140,11 @@ SUBDIR += syslinux SUBDIR += syslog-ng SUBDIR += syslog-ng-incubator + SUBDIR += syslog-ng310 + SUBDIR += syslog-ng311 SUBDIR += syslog-ng36 SUBDIR += syslog-ng37 SUBDIR += syslog-ng39 - SUBDIR += syslog-ng310 - SUBDIR += syslog-ng311 SUBDIR += syslogger SUBDIR += sysrc SUBDIR += system-tools-backends
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709111310.v8BDAO1j033917>