Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Oct 2015 16:02:43 +0000 (UTC)
From:      Dan Langille <dvl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399991 - head/textproc
Message-ID:  <201510221602.t9MG2h5W045016@repo.freebsd.org>

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



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