svn commit: r552286 - head/net/py-avahi

Mateusz Piotrowski 0mp at FreeBSD.org
Tue Oct 13 21:59:25 UTC 2020


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 at 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}


More information about the svn-ports-all mailing list