svn commit: r491492 - head/devel

Tobias Kortkamp tobik at FreeBSD.org
Mon Jan 28 15:38:37 UTC 2019


Author: tobik
Date: Mon Jan 28 15:38:36 2019
New Revision: 491492
URL: https://svnweb.freebsd.org/changeset/ports/491492

Log:
  Fix index after r491487

Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Jan 28 15:17:39 2019	(r491491)
+++ head/devel/Makefile	Mon Jan 28 15:38:36 2019	(r491492)
@@ -4542,7 +4542,6 @@
     SUBDIR += py-dtfabric
     SUBDIR += py-durus
     SUBDIR += py-dynrules
-    SUBDIR += py-easyconfig
     SUBDIR += py-easyprocess
     SUBDIR += py-editdistance
     SUBDIR += py-efilter
@@ -5006,6 +5005,7 @@
     SUBDIR += py-python-bugzilla
     SUBDIR += py-python-distutils-extra
     SUBDIR += py-python-dtrace
+    SUBDIR += py-python-easyconfig
     SUBDIR += py-python-editor
     SUBDIR += py-python-engineio
     SUBDIR += py-python-gflags


More information about the svn-ports-head mailing list