svn commit: r442587 - head/devel

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jun 4 20:35:50 UTC 2017


Author: sunpoet
Date: Sun Jun  4 20:35:48 2017
New Revision: 442587
URL: https://svnweb.freebsd.org/changeset/ports/442587

Log:
  Sort SUBDIRs

Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Jun  4 20:29:37 2017	(r442586)
+++ head/devel/Makefile	Sun Jun  4 20:35:48 2017	(r442587)
@@ -4135,13 +4135,13 @@
     SUBDIR += py-appdirs
     SUBDIR += py-application
     SUBDIR += py-apptools
-    SUBDIR += py-argparse
     SUBDIR += py-apscheduler
     SUBDIR += py-archetypes.querywidget
     SUBDIR += py-archetypes.referencebrowserwidget
     SUBDIR += py-archetypes.schemaextender
     SUBDIR += py-argcomplete
     SUBDIR += py-argh
+    SUBDIR += py-argparse
     SUBDIR += py-args
     SUBDIR += py-arrow
     SUBDIR += py-aspects
@@ -4956,7 +4956,6 @@
     SUBDIR += py3-flake8-import-order
     SUBDIR += py3-flake8-polyfill
     SUBDIR += py3-flake8-quotes
-    SUBDIR += py3-pygit2
     SUBDIR += py3-gobject3
     SUBDIR += py3-hgtools
     SUBDIR += py3-jedi
@@ -4974,6 +4973,7 @@
     SUBDIR += py3-pycparser
     SUBDIR += py3-pydocstyle
     SUBDIR += py3-pyflakes
+    SUBDIR += py3-pygit2
     SUBDIR += py3-pyicu
     SUBDIR += py3-pylru-cache
     SUBDIR += py3-pytest


More information about the svn-ports-all mailing list