Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jun 2018 12:50:41 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r473546 - head/databases
Message-ID:  <201806291250.w5TCofVp051988@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Jun 29 12:50:41 2018
New Revision: 473546
URL: https://svnweb.freebsd.org/changeset/ports/473546

Log:
  Correctly hook py-asyncpg to the build

Modified:
  head/databases/Makefile

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Fri Jun 29 12:50:01 2018	(r473545)
+++ head/databases/Makefile	Fri Jun 29 12:50:41 2018	(r473546)
@@ -22,7 +22,6 @@
     SUBDIR += apq-pgsql
     SUBDIR += arangodb32
     SUBDIR += arangodb33
-    SUBDUR += py-asyncpg
     SUBDIR += ateam_mysql_ldap_auth
     SUBDIR += autobackupmysql
     SUBDIR += bbdb
@@ -777,6 +776,7 @@
     SUBDIR += py-agate-sql
     SUBDIR += py-alembic
     SUBDIR += py-apsw
+    SUBDIR += py-asyncpg
     SUBDIR += py-bsddb
     SUBDIR += py-bsddb3
     SUBDIR += py-carbon



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