svn commit: r495177 - head/devel/qconf

Tobias C. Berner tcberner at FreeBSD.org
Sat Mar 9 16:41:55 UTC 2019


Author: tcberner
Date: Sat Mar  9 16:41:54 2019
New Revision: 495177
URL: https://svnweb.freebsd.org/changeset/ports/495177

Log:
  devel/qconf: switch to using Qt5

Modified:
  head/devel/qconf/Makefile

Modified: head/devel/qconf/Makefile
==============================================================================
--- head/devel/qconf/Makefile	Sat Mar  9 16:30:06 2019	(r495176)
+++ head/devel/qconf/Makefile	Sat Mar  9 16:41:54 2019	(r495177)
@@ -4,6 +4,7 @@
 PORTNAME=	qconf
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.4
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	ports at FreeBSD.org
@@ -12,11 +13,9 @@ COMMENT=	Tool to create configure script for qmake-bas
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-DEPRECATED=		Qt4 has been EOL since december 2015
-EXPIRATION_DATE=	2019-03-15
-
-USES=		qmake:no_env qt:4 tar:bzip2
-USE_QT=		corelib xml moc_build qmake_build rcc_build
+USES=		qmake:no_env qt:5 tar:bzip2
+USE_QT=		core gui xml \
+		buildtools_build qmake_build
 HAS_CONFIGURE=	yes
 MAKE_ARGS=	INSTALL_ROOT="${STAGEDIR}"
 


More information about the svn-ports-all mailing list