mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
net/quiterss: remove QT4/QT5 options (Qt4 deprecation)
Approved by: portmgr (implicit)
This commit is contained in:
parent
704a3bb184
commit
e7fa9dadb3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495928
@ -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|' \
|
||||
|
Loading…
Reference in New Issue
Block a user