From owner-svn-ports-head@freebsd.org Mon Dec 21 14:53:22 2015 Return-Path: Delivered-To: svn-ports-head@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 A8C7DA4EE46; Mon, 21 Dec 2015 14:53:22 +0000 (UTC) (envelope-from sunpoet@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 7954A1838; Mon, 21 Dec 2015 14:53:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLErLrs087030; Mon, 21 Dec 2015 14:53:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBLErLMv087029; Mon, 21 Dec 2015 14:53:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512211453.tBLErLMv087029@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Dec 2015 14:53:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404112 - head/databases X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 14:53:22 -0000 Author: sunpoet Date: Mon Dec 21 14:53:21 2015 New Revision: 404112 URL: https://svnweb.freebsd.org/changeset/ports/404112 Log: - Sort SUBDIRs Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Mon Dec 21 14:44:49 2015 (r404111) +++ head/databases/Makefile Mon Dec 21 14:53:21 2015 (r404112) @@ -700,7 +700,6 @@ SUBDIR += puredb SUBDIR += pxlib SUBDIR += pxtools - SUBDIR += py-django-transaction-hooks SUBDIR += py-Elixir SUBDIR += py-MySQLdb SUBDIR += py-MySQLdb55 @@ -717,15 +716,12 @@ SUBDIR += py-cql SUBDIR += py-dbf SUBDIR += py-dbutils + SUBDIR += py-django-transaction-hooks SUBDIR += py-fdb SUBDIR += py-firebirdsql SUBDIR += py-flask-sqlalchemy SUBDIR += py-forgetsql SUBDIR += py-gdbm - SUBDIR += py32-gdbm - SUBDIR += py33-gdbm - SUBDIR += py34-gdbm - SUBDIR += py35-gdbm SUBDIR += py-geoalchemy SUBDIR += py-geoalchemy2 SUBDIR += py-hiredis @@ -774,10 +770,6 @@ SUBDIR += py-sqlalchemy-migrate SUBDIR += py-sqlalchemy06 SUBDIR += py-sqlite3 - SUBDIR += py32-sqlite3 - SUBDIR += py33-sqlite3 - SUBDIR += py34-sqlite3 - SUBDIR += py35-sqlite3 SUBDIR += py-sqlite3dbm SUBDIR += py-sqlobject SUBDIR += py-sqlparse @@ -788,6 +780,14 @@ SUBDIR += py-tarantool SUBDIR += py-umemcache SUBDIR += py-whisper + SUBDIR += py32-gdbm + SUBDIR += py32-sqlite3 + SUBDIR += py33-gdbm + SUBDIR += py33-sqlite3 + SUBDIR += py34-gdbm + SUBDIR += py34-sqlite3 + SUBDIR += py35-gdbm + SUBDIR += py35-sqlite3 SUBDIR += pydbx SUBDIR += pymongo SUBDIR += pypy-gdbm