Date: Mon, 16 Mar 2020 20:10:07 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r528545 - head/net-im/telepathy-qt Message-ID: <202003162010.02GKA7PJ039468@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003162010.02GKA7PJ039468>