From cb2be58e87c8aa1f2ea4c8a32d60b0de0a420694 Mon Sep 17 00:00:00 2001 From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Tue, 13 Oct 2020 21:59:24 +0000 Subject: [PATCH] Give this port a bit more time to switch to Python 3 We just have to adjust the build process and do some tests, as Python 3 is supported according to upstream. PR: 250328 --- net/py-avahi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/py-avahi/Makefile b/net/py-avahi/Makefile index 7330d83a88eb..727681ce623c 100644 --- a/net/py-avahi/Makefile +++ b/net/py-avahi/Makefile @@ -11,7 +11,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Python interface to the Avahi mDNS system DEPRECATED= Uses deprecated version of python -EXPIRATION_DATE= 2020-09-15 +EXPIRATION_DATE= 2020-11-15 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdbm>0:databases/py-gdbm@${PY_FLAVOR} \ ${PYTHON_SITELIBDIR}/dbus/_dbus.py:devel/py-dbus@${PY_FLAVOR}