svn commit: r407793 - head/devel

Steve Wills swills at FreeBSD.org
Tue Feb 2 04:37:49 UTC 2016


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


More information about the svn-ports-all mailing list