svn commit: r399991 - head/textproc

Dan Langille dvl at FreeBSD.org
Thu Oct 22 16:02:45 UTC 2015


Author: dvl
Date: Thu Oct 22 16:02:43 2015
New Revision: 399991
URL: https://svnweb.freebsd.org/changeset/ports/399991

Log:
  Fix sort.
  
  Noticed by: mat

Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Thu Oct 22 16:00:30 2015	(r399990)
+++ head/textproc/Makefile	Thu Oct 22 16:02:43 2015	(r399991)
@@ -1205,8 +1205,8 @@
     SUBDIR += py-diff-match-patch
     SUBDIR += py-docutils
     SUBDIR += py-dsv
-    SUBDIR += py-elasticsearch-py
     SUBDIR += py-elasticsearch-dsl-py
+    SUBDIR += py-elasticsearch-py
     SUBDIR += py-elib.intl
     SUBDIR += py-empy
     SUBDIR += py-enchant


More information about the svn-ports-head mailing list