svn commit: r547873 - head/textproc/py-googletrans

Mark Linimon linimon at FreeBSD.org
Mon Sep 7 02:52:38 UTC 2020


Author: linimon
Date: Mon Sep  7 02:52:37 2020
New Revision: 547873
URL: https://svnweb.freebsd.org/changeset/ports/547873

Log:
  Catch up with dependency update from r547729 by sunpoet.
  
  Approved by:	portmgr ("just fix it")

Modified:
  head/textproc/py-googletrans/Makefile

Modified: head/textproc/py-googletrans/Makefile
==============================================================================
--- head/textproc/py-googletrans/Makefile	Mon Sep  7 00:58:07 2020	(r547872)
+++ head/textproc/py-googletrans/Makefile	Mon Sep  7 02:52:37 2020	(r547873)
@@ -12,7 +12,7 @@ COMMENT=	Free Google Translate API that translates tot
 LICENSE=	MIT
 # LICENSE_FILE isn't packaged in the sdist, yet
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}httpx==0.13.3:www/py-httpx@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}httpx==0.14.3:www/py-httpx@${PY_FLAVOR}
 
 USES=		python:3.7+ # due www/py-httpx that requires 3.7+
 USE_PYTHON=	distutils autoplist


More information about the svn-ports-all mailing list