Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Feb 2016 04:37:48 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r407793 - head/devel
Message-ID:  <201602020437.u124bmRQ061334@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Tue Feb  2 04:37:47 2016
New Revision: 407793
URL: https://svnweb.freebsd.org/changeset/ports/407793

Log:
  Fix sorting

Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Feb  2 02:18:32 2016	(r407792)
+++ head/devel/Makefile	Tue Feb  2 04:37:47 2016	(r407793)
@@ -4105,6 +4105,7 @@
     SUBDIR += py-joblib
     SUBDIR += py-jsmin
     SUBDIR += py-json-py
+    SUBDIR += py-json-sempai
     SUBDIR += py-jsonlib
     SUBDIR += py-jsonlib2
     SUBDIR += py-jsonpatch
@@ -4408,7 +4409,6 @@
     SUBDIR += py-unpaddedbase64
     SUBDIR += py-urlimport
     SUBDIR += py-urwid
-    SUBDIR += py-json-sempai
     SUBDIR += py-urwidtrees
     SUBDIR += py-usb
     SUBDIR += py-user_agents



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