svn commit: r528545 - head/net-im/telepathy-qt

Tobias C. Berner tcberner at FreeBSD.org
Mon Mar 16 20:10:08 UTC 2020


Author: tcberner
Date: Mon Mar 16 20:10:07 2020
New Revision: 528545
URL: https://svnweb.freebsd.org/changeset/ports/528545

Log:
  net-im/telepathy-qt: remove unnecessary lock on python2
  
  - switch to python3

Modified:
  head/net-im/telepathy-qt/Makefile

Modified: head/net-im/telepathy-qt/Makefile
==============================================================================
--- head/net-im/telepathy-qt/Makefile	Mon Mar 16 20:05:44 2020	(r528544)
+++ head/net-im/telepathy-qt/Makefile	Mon Mar 16 20:10:07 2020	(r528545)
@@ -3,6 +3,7 @@
 
 PORTNAME=	telepathy-qt
 DISTVERSION=	0.9.8
+PORTREVISION=	1
 CATEGORIES=	net-im
 MASTER_SITES=	https://telepathy.freedesktop.org/releases/${PORTNAME}/
 PKGNAMESUFFIX=	5
@@ -18,7 +19,7 @@ LIB_DEPENDS=	libtelepathy-farstream.so:net-im/telepath
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/_dbus_bindings.so:devel/py-dbus@${PY_FLAVOR}
 
 USES=		cmake compiler:c++11-lang gettext gnome localbase:ldflags pathfix \
-		pkgconfig python:2.7,build qt:5
+		pkgconfig python:3.5+,build qt:5
 USE_GNOME=	glib20 libxslt:build
 USE_GSTREAMER=	yes
 USE_LDCONFIG=	yes


More information about the svn-ports-head mailing list