Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Dec 2015 14:53:21 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404112 - head/databases
Message-ID:  <201512211453.tBLErLMv087029@repo.freebsd.org>

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



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