From owner-svn-ports-all@freebsd.org Tue Feb 2 04:37:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30941A983FB; Tue, 2 Feb 2016 04:37:49 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 00E4E9FB; Tue, 2 Feb 2016 04:37:48 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u124bmhK061335; Tue, 2 Feb 2016 04:37:48 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u124bmRQ061334; Tue, 2 Feb 2016 04:37:48 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201602020437.u124bmRQ061334@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 2 Feb 2016 04:37:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407793 - head/devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Feb 2016 04:37:49 -0000 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