From e7fa9dadb33f966b258253b030b8c2c16e569b25 Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Sat, 16 Mar 2019 17:55:22 +0000 Subject: [PATCH] net/quiterss: remove QT4/QT5 options (Qt4 deprecation) Approved by: portmgr (implicit) --- net/quiterss/Makefile | 24 ++++-------------------- 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/net/quiterss/Makefile b/net/quiterss/Makefile index e98406e6f7b2..050faf6eb29c 100644 --- a/net/quiterss/Makefile +++ b/net/quiterss/Makefile @@ -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 - -.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|' \