Date: Sat, 4 Jan 2020 17:17:04 +0000 (UTC) From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r522044 - in branches/2020Q1/www: py-django22 py-django30 Message-ID: <202001041717.004HH4YI054951@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fluffy Date: Sat Jan 4 17:17:04 2020 New Revision: 522044 URL: https://svnweb.freebsd.org/changeset/ports/522044 Log: MFH: r522041 www/py-django[22|30]: Unbreak with MySQL, switch to py-mysqlclient According to official docs, mysqlclient >=1.3.13 is the recommended choice instead of outdated pyMySQLdb PR: 243077 Submitted by: fluffy Approved by: sunpoet (maintaner, python@) Approved by: ports-secteam (joneum) Modified: branches/2020Q1/www/py-django22/Makefile branches/2020Q1/www/py-django30/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/www/py-django22/Makefile ============================================================================== --- branches/2020Q1/www/py-django22/Makefile Sat Jan 4 16:31:43 2020 (r522043) +++ branches/2020Q1/www/py-django22/Makefile Sat Jan 4 17:17:04 2020 (r522044) @@ -47,8 +47,7 @@ PLIST_FILES= man/man1/django-admin.1.gz HTMLDOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} HTMLDOCS_IMPLIES= DOCS PGSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>0:databases/py-psycopg2@${PY_FLAVOR} -MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:databases/py-MySQLdb@${PY_FLAVOR} -MYSQL_BROKEN= MySQLdb only supports Python 2. +MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mysqlclient>=1.3.13:databases/py-mysqlclient@${PY_FLAVOR} SQLITE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} post-build-HTMLDOCS-on: Modified: branches/2020Q1/www/py-django30/Makefile ============================================================================== --- branches/2020Q1/www/py-django30/Makefile Sat Jan 4 16:31:43 2020 (r522043) +++ branches/2020Q1/www/py-django30/Makefile Sat Jan 4 17:17:04 2020 (r522044) @@ -48,8 +48,7 @@ PLIST_FILES= man/man1/django-admin.1.gz HTMLDOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} HTMLDOCS_IMPLIES= DOCS PGSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>0:databases/py-psycopg2@${PY_FLAVOR} -MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:databases/py-MySQLdb@${PY_FLAVOR} -MYSQL_BROKEN= MySQLdb only supports Python 2. +MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mysqlclient>=1.3.13:databases/py-mysqlclient@${PY_FLAVOR} SQLITE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} post-build-HTMLDOCS-on:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001041717.004HH4YI054951>