Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Mar 2019 15:53:23 +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: r495893 - head/editors/texmaker
Message-ID:  <201903161553.x2GFrNrt076155@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sat Mar 16 15:53:23 2019
New Revision: 495893
URL: https://svnweb.freebsd.org/changeset/ports/495893

Log:
  editors/texmaker: remove QT4/QT5 options (Qt4 deprecation)
  
  Approved by:	portmgr (implicit)

Modified:
  head/editors/texmaker/Makefile

Modified: head/editors/texmaker/Makefile
==============================================================================
--- head/editors/texmaker/Makefile	Sat Mar 16 15:52:46 2019	(r495892)
+++ head/editors/texmaker/Makefile	Sat Mar 16 15:53:23 2019	(r495893)
@@ -3,7 +3,7 @@
 
 PORTNAME=	texmaker
 PORTVERSION=	4.5
-PORTREVISION=	14
+PORTREVISION=	15
 PORTEPOCH=	3
 CATEGORIES=	editors
 MASTER_SITES=	http://www.xm1math.net/texmaker/
@@ -14,34 +14,15 @@ COMMENT=	LaTeX Development Environment
 LICENSE=	GPLv2+
 
 LIB_DEPENDS=	libhunspell-1.7.so:textproc/hunspell \
-		libpoppler.so:graphics/poppler
+		libpoppler.so:graphics/poppler \
+		libpoppler-qt5.so:graphics/poppler-qt5
 
-USES=		desktop-file-utils ghostscript:x11,run pkgconfig qmake tar:bzip2
-_USE_QT4=	gui network xml webkit \
-		moc_build rcc_build uic_build
-_USE_QT5=	concurrent network printsupport script webkit widgets \
+USES=		desktop-file-utils ghostscript:x11,run pkgconfig qmake qt:5 tar:bzip2
+USE_QT=		concurrent network printsupport script webkit widgets \
 		xml buildtools_build
 USE_TEX=	latex dvipsk
 EXTRACT_AFTER_ARGS=	--exclude hunspell
 QMAKE_ARGS=	ICONDIR=${PREFIX}/share/pixmaps \
 		DESKTOPDIR=${DESKTOPDIR}
-
-OPTIONS_SINGLE=	TOOLKIT
-OPTIONS_SINGLE_TOOLKIT=	QT4 QT5
-OPTIONS_DEFAULT=	QT5
-
-TOOLKIT_DESC=	Qt toolkit
-QT4_USES=	qt:4
-QT4_USE=	${_USE_QT4:S/^/QT=/}
-QT5_USES=	qt:5
-QT5_USE=	${_USE_QT5:S/^/QT=/}
-QT5_LIB_DEPENDS=	libpoppler-qt5.so:graphics/poppler-qt5
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MQT4}
-DEPRECATED=		Qt4 has been EOL since december 2015
-EXPIRATION_DATE=	2019-03-15
-.endif
 
 .include <bsd.port.mk>



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