Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Mar 2019 15:22:51 +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: r495883 - head/devel/fuel
Message-ID:  <201903161522.x2GFMpsW059548@repo.freebsd.org>

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

Log:
  devel/fuel: remove QT4/QT5 options (Qt4 deprecation)
  
  Approved by:	portmgr (implicit)

Modified:
  head/devel/fuel/Makefile

Modified: head/devel/fuel/Makefile
==============================================================================
--- head/devel/fuel/Makefile	Sat Mar 16 15:21:55 2019	(r495882)
+++ head/devel/fuel/Makefile	Sat Mar 16 15:22:50 2019	(r495883)
@@ -3,7 +3,7 @@
 
 PORTNAME=	fuel
 DISTVERSION=	1.0.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	https://fuel-scm.org/files/releases/
 
@@ -15,26 +15,13 @@ LICENSE=	GPLv2
 BUILD_DEPENDS=	bash:shells/bash
 RUN_DEPENDS=	fossil:devel/fossil
 
-OPTIONS_SINGLE=		GUI
-OPTIONS_SINGLE_GUI=	QT4 QT5
-OPTIONS_DEFAULT=	QT5
+USES=		compiler:c++11-lang gmake qmake qt:5 shebangfix
+USE_QT=		core gui network webkit widgets \
+		buildtools_build linguisttools_build
 
-USES=		gmake qmake shebangfix
-QT4_USES=	qt:4
-QT4_USE=	QT=corelib,gui,webkit,linguisttools_build,moc_build,rcc_build,uic_build
-QT5_USES=	compiler:c++11-lang qt:5
-QT5_USE=	QT=core,gui,network,webkit,widgets,buildtools_build,linguisttools_build
-
 SHEBANG_FILES=	intl/convert.sh
 PLIST_FILES=	bin/fuel share/applications/fuel.desktop \
 		share/icons/hicolor/256x256/apps/fuel.png
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MQT4}
-DEPRECATED=		Qt4 has been EOL since december 2015
-EXPIRATION_DATE=	2019-03-15
-.endif
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \



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