Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jan 2019 15:38:36 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r491492 - head/devel
Message-ID:  <201901281538.x0SFcaTg056567@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901281538.x0SFcaTg056567>