Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Sep 2020 11:46:12 +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: r548309 - head/net-im/ktp-call-ui
Message-ID:  <202009121146.08CBkC6u086691@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sat Sep 12 11:46:12 2020
New Revision: 548309
URL: https://svnweb.freebsd.org/changeset/ports/548309

Log:
  net-im/ktp-call-ui: allow building with modern python, undeprecate

Modified:
  head/net-im/ktp-call-ui/Makefile

Modified: head/net-im/ktp-call-ui/Makefile
==============================================================================
--- head/net-im/ktp-call-ui/Makefile	Sat Sep 12 11:39:35 2020	(r548308)
+++ head/net-im/ktp-call-ui/Makefile	Sat Sep 12 11:46:12 2020	(r548309)
@@ -12,9 +12,6 @@ LICENSE_COMB=	multi
 LICENSE_FILE_GPLv2+ =	${WRKSRC}/COPYING
 LICENSE_FILE_LGPL21+ =	${WRKSRC}/COPYING.LIB
 
-DEPRECATED=	Uses deprecated version of python
-EXPIRATION_DATE=	2020-09-15
-
 LIB_DEPENDS=	libKTpCommonInternals.so:net-im/ktp-common-internals \
 		libQt5GStreamer-1.0.so:multimedia/gstreamer1-qt \
 		libboost_thread.so:devel/boost-libs \
@@ -24,7 +21,7 @@ LIB_DEPENDS=	libKTpCommonInternals.so:net-im/ktp-commo
 		libtelepathy-qt5-farstream.so:net-im/telepathy-qt
 
 USES=		cmake compiler:c++11-lang gettext gnome kde:5 pkgconfig \
-		python:2.7 qt:5 tar:xz
+		python qt:5 tar:xz
 USE_GNOME=	glib20
 USE_GSTREAMER1=	yes
 USE_KDE=	auth codecs config configwidgets coreaddons ecm iconthemes \



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