svn commit: r495928 - head/net/quiterss

Tobias C. Berner tcberner at FreeBSD.org
Sat Mar 16 17:55:23 UTC 2019


Author: tcberner
Date: Sat Mar 16 17:55:22 2019
New Revision: 495928
URL: https://svnweb.freebsd.org/changeset/ports/495928

Log:
  net/quiterss: remove QT4/QT5 options (Qt4 deprecation)
  
  Approved by:	portmgr (implicit)

Modified:
  head/net/quiterss/Makefile

Modified: head/net/quiterss/Makefile
==============================================================================
--- head/net/quiterss/Makefile	Sat Mar 16 17:54:45 2019	(r495927)
+++ head/net/quiterss/Makefile	Sat Mar 16 17:55:22 2019	(r495928)
@@ -3,7 +3,7 @@
 
 PORTNAME=	quiterss
 PORTVERSION=	0.18.12
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net
 MASTER_SITES=	http://quiterss.org/files/${PORTVERSION}/
 DISTNAME=	QuiteRSS-${PORTVERSION}-src
@@ -16,27 +16,11 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 NO_WRKSUBDIR=	yes
 
-USES=		desktop-file-utils pkgconfig qmake:outsource sqlite
+USES=		desktop-file-utils pkgconfig qmake:outsource qt:5 sqlite
+USE_QT=		buildtools_build linguisttools_build core xml gui widgets \
+		network multimedia printsupport webkit sql sql-sqlite3_run
 
 OPTIONS_DEFINE=		DEBUG
-OPTIONS_SINGLE=		GUI
-OPTIONS_SINGLE_GUI=	QT4 QT5
-OPTIONS_DEFAULT=	QT5
-
-QT4_USES=	qt:4 qt:4
-QT4_USE=	QT=moc_build,rcc_build,uic_build,linguisttools_build
-QT4_USE+=	QT=corelib,gui,network,xml,webkit,phonon,sql,sql-sqlite3_run
-
-QT5_USES=	qt:5 qt:5
-QT5_USE=	QT=buildtools_build,linguisttools_build,core,xml,gui,widgets
-QT5_USE+=	QT=network,multimedia,printsupport,webkit,sql,sql-sqlite3_run
-
-.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-DEBUG-on:
 	@${REINPLACE_CMD} 's|debug_and_release|debug|' \


More information about the svn-ports-all mailing list