svn commit: r445591 - head/devel

Li-Wen Hsu lwhsu at FreeBSD.org
Wed Jul 12 16:01:24 UTC 2017


Author: lwhsu
Date: Wed Jul 12 16:01:22 2017
New Revision: 445591
URL: https://svnweb.freebsd.org/changeset/ports/445591

Log:
  Sort.

Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Jul 12 15:55:52 2017	(r445590)
+++ head/devel/Makefile	Wed Jul 12 16:01:22 2017	(r445591)
@@ -4166,8 +4166,8 @@
     SUBDIR += py-babelfish
     SUBDIR += py-backports.functools_lru_cache
     SUBDIR += py-backports.shutil_get_terminal_size
-    SUBDIR += py-backports_abc
     SUBDIR += py-backports.weakref
+    SUBDIR += py-backports_abc
     SUBDIR += py-bandit
     SUBDIR += py-bcdoc
     SUBDIR += py-billiard
@@ -5586,8 +5586,8 @@
     SUBDIR += rubygem-rspec
     SUBDIR += rubygem-rspec-core
     SUBDIR += rubygem-rspec-expectations
-    SUBDIR += rubygem-rspec-logsplit
     SUBDIR += rubygem-rspec-its
+    SUBDIR += rubygem-rspec-logsplit
     SUBDIR += rubygem-rspec-mocks
     SUBDIR += rubygem-rspec-rails
     SUBDIR += rubygem-rspec-support


More information about the svn-ports-all mailing list