svn commit: r528614 - head/databases/py-mysql-connector-python

Muhammad Moinur Rahman bofh at FreeBSD.org
Tue Mar 17 23:33:59 UTC 2020


Author: bofh
Date: Tue Mar 17 23:33:57 2020
New Revision: 528614
URL: https://svnweb.freebsd.org/changeset/ports/528614

Log:
  databases/py-mysql-connector-python: Ad missing dependency
  
  Reported by:	s.wilson at ru.ac.za

Modified:
  head/databases/py-mysql-connector-python/Makefile

Modified: head/databases/py-mysql-connector-python/Makefile
==============================================================================
--- head/databases/py-mysql-connector-python/Makefile	Tue Mar 17 23:26:10 2020	(r528613)
+++ head/databases/py-mysql-connector-python/Makefile	Tue Mar 17 23:33:57 2020	(r528614)
@@ -2,6 +2,7 @@
 
 PORTNAME=	mysql-connector-python
 PORTVERSION=	8.0.19
+PORTREVISION=	1
 CATEGORIES=	databases python
 MASTER_SITES=	MYSQL/Connector-Python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,6 +11,9 @@ MAINTAINER=	bofh at FreeBSD.org
 COMMENT=	MySQL driver written in Python
 
 LICENSE=	GPLv2
+
+BUILD_DEPENDS=  ${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${PY_FLAVOR}
+RUN_DEPENDS=  ${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist distutils


More information about the svn-ports-all mailing list