summaryrefslogtreecommitdiff
path: root/databases/py-mysql-connector-python/Makefile
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2020-05-28 05:26:56 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2020-05-28 05:26:56 +0000
commit3ca2c46e27c2bc81f081be23ad0d278cede3fee1 (patch)
treef5d70f5672cdaf824b6e63ca86925d8910bfdd23 /databases/py-mysql-connector-python/Makefile
parentdatabases/postgresql-odbc: Update version 12.01.0000=>12.02.0000 (diff)
databases/py-mysql-connector-python: Update version 8.0.19=>8.0.20
Relnotes: https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-20.html
Diffstat (limited to 'databases/py-mysql-connector-python/Makefile')
-rw-r--r--databases/py-mysql-connector-python/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/databases/py-mysql-connector-python/Makefile b/databases/py-mysql-connector-python/Makefile
index 78994f8eeff5..1d4014fafe8f 100644
--- a/databases/py-mysql-connector-python/Makefile
+++ b/databases/py-mysql-connector-python/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= mysql-connector-python
-PORTVERSION= 8.0.19
-PORTREVISION= 2
+PORTVERSION= 8.0.20
CATEGORIES= databases python
MASTER_SITES= MYSQL/Connector-Python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -23,8 +22,4 @@ NO_ARCH= yes
PYDISTUTILS_INSTALLARGS:= ${PYDISTUTILS_INSTALLARGS:N--single-version-externally-managed}
-post-patch:
- ${REINPLACE_CMD} -e 's|protobuf==|protobuf>=|; s|dnspython==|dnspython>=|' \
- ${WRKSRC}/setupinfo.py
-
.include <bsd.port.post.mk>