svn commit: r565525 - head/databases

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Feb 17 17:12:11 UTC 2021


Author: sunpoet
Date: Wed Feb 17 17:12:10 2021
New Revision: 565525
URL: https://svnweb.freebsd.org/changeset/ports/565525

Log:
  Sort SUBDIRs

Modified:
  head/databases/Makefile

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Wed Feb 17 17:01:44 2021	(r565524)
+++ head/databases/Makefile	Wed Feb 17 17:12:10 2021	(r565525)
@@ -742,8 +742,8 @@
     SUBDIR += py-alembic
     SUBDIR += py-apsw
     SUBDIR += py-asyncpg
-    SUBDIR += py-bsddb3
     SUBDIR += py-berkeleydb
+    SUBDIR += py-bsddb3
     SUBDIR += py-carbon
     SUBDIR += py-cassandra-driver
     SUBDIR += py-couchdb


More information about the svn-ports-all mailing list