svn commit: r442579 - head/databases

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jun 4 19:59:52 UTC 2017


Author: sunpoet
Date: Sun Jun  4 19:59:51 2017
New Revision: 442579
URL: https://svnweb.freebsd.org/changeset/ports/442579

Log:
  Sort SUBDIRs

Modified:
  head/databases/Makefile

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Sun Jun  4 19:57:15 2017	(r442578)
+++ head/databases/Makefile	Sun Jun  4 19:59:51 2017	(r442579)
@@ -218,7 +218,6 @@
     SUBDIR += mysql57-server
     SUBDIR += mysql80-client
     SUBDIR += mysql80-server
-    SUBDIR += mysqlwsrep56-server
     SUBDIR += mysqlbackup
     SUBDIR += mysqlbigram
     SUBDIR += mysqldump-secure
@@ -229,6 +228,7 @@
     SUBDIR += mysqlsniffer
     SUBDIR += mysqltcl
     SUBDIR += mysqltuner
+    SUBDIR += mysqlwsrep56-server
     SUBDIR += mytop
     SUBDIR += nagios-check_mongodb
     SUBDIR += nagios-check_postgres_replication
@@ -918,8 +918,8 @@
     SUBDIR += rubygem-em-redis-unified
     SUBDIR += rubygem-familia
     SUBDIR += rubygem-globalid
-    SUBDIR += rubygem-globalid-rails50
     SUBDIR += rubygem-globalid-rails5
+    SUBDIR += rubygem-globalid-rails50
     SUBDIR += rubygem-her
     SUBDIR += rubygem-hiredis
     SUBDIR += rubygem-jdbc-mysql


More information about the svn-ports-all mailing list