Date: Fri, 10 Jan 2020 20:37:30 +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: r522615 - head/dns/py-aiodns Message-ID: <202001102037.00AKbU6H034242@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Fri Jan 10 20:37:30 2020 New Revision: 522615 URL: https://svnweb.freebsd.org/changeset/ports/522615 Log: Unbreak bulk -a after r522579 Pointy hat: demon Modified: head/dns/py-aiodns/Makefile Modified: head/dns/py-aiodns/Makefile ============================================================================== --- head/dns/py-aiodns/Makefile Fri Jan 10 20:14:10 2020 (r522614) +++ head/dns/py-aiodns/Makefile Fri Jan 10 20:37:30 2020 (r522615) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycares>0:dns/py-pycares@${PY_FLAVOR} -USES= python +USES= python:3.5+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001102037.00AKbU6H034242>