Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Oct 2020 21:59:24 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552286 - head/net/py-avahi
Message-ID:  <202010132159.09DLxODq086088@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Tue Oct 13 21:59:24 2020
New Revision: 552286
URL: https://svnweb.freebsd.org/changeset/ports/552286

Log:
  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

Modified:
  head/net/py-avahi/Makefile

Modified: head/net/py-avahi/Makefile
==============================================================================
--- head/net/py-avahi/Makefile	Tue Oct 13 21:30:22 2020	(r552285)
+++ head/net/py-avahi/Makefile	Tue Oct 13 21:59:24 2020	(r552286)
@@ -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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010132159.09DLxODq086088>