svn commit: r528544 - head/textproc/kreport

Tobias C. Berner tcberner at FreeBSD.org
Mon Mar 16 20:05:44 UTC 2020


Author: tcberner
Date: Mon Mar 16 20:05:44 2020
New Revision: 528544
URL: https://svnweb.freebsd.org/changeset/ports/528544

Log:
  textproc/kreport: remove unnecessary lock on python2
  
  - switch to using python3

Modified:
  head/textproc/kreport/Makefile

Modified: head/textproc/kreport/Makefile
==============================================================================
--- head/textproc/kreport/Makefile	Mon Mar 16 20:01:55 2020	(r528543)
+++ head/textproc/kreport/Makefile	Mon Mar 16 20:05:44 2020	(r528544)
@@ -2,7 +2,7 @@
 
 PORTNAME=		kreport
 DISTVERSION=		3.2.0
-PORTREVISION=	1
+PORTREVISION=		2
 CATEGORIES=		textproc kde
 MASTER_SITES=		KDE/stable/${PORTNAME}/src
 DIST_SUBDIR=		KDE/${PORTNAME}
@@ -13,7 +13,7 @@ COMMENT=		Framework for creation of reports in multipl
 LIB_DEPENDS=		libKPropertyCore3.so:x11-toolkits/kproperty
 
 USES=			cmake compiler:c++11-lang gettext kde:5 \
-			python:2.7 qt:5 tar:xz
+			python:3.5+ qt:5 tar:xz
 USE_KDE=		config coreaddons ecm marble widgetsaddons
 USE_QT=			core declarative gui network webkit widgets xml \
 			buildtools_build printsupport qmake_build


More information about the svn-ports-all mailing list