aboutsummaryrefslogtreecommitdiff
path: root/sysutils/polkit-qt
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2019-03-16 14:36:58 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2019-03-16 14:36:58 +0000
commit2152976052d5f4ed167ad181a0aa822f33ce5514 (patch)
tree85749e5183cb6c25e4182c764ad3893b4cc3653b /sysutils/polkit-qt
parent777523e72cdb11b527968358f700a932c301ff84 (diff)
downloadports-2152976052d5f4ed167ad181a0aa822f33ce5514.tar.gz
ports-2152976052d5f4ed167ad181a0aa822f33ce5514.zip
sysutils/polkit-qt: remove flavors (Qt4 deprecation)
Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=495875
Diffstat (limited to 'sysutils/polkit-qt')
-rw-r--r--sysutils/polkit-qt/Makefile32
1 files changed, 8 insertions, 24 deletions
diff --git a/sysutils/polkit-qt/Makefile b/sysutils/polkit-qt/Makefile
index 922537ef8259..4afd079daf0d 100644
--- a/sysutils/polkit-qt/Makefile
+++ b/sysutils/polkit-qt/Makefile
@@ -4,43 +4,27 @@
PORTNAME= polkit-qt
DISTVERSIONPREFIX= 1-
DISTVERSION= 0.112.0
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= sysutils
MASTER_SITES= KDE/stable/apps/KDE4.x/admin/
-PKGNAMESUFFIX= ${FLAVOR:C/qt//}
+PKGNAMESUFFIX= 5
MAINTAINER= kde@FreeBSD.org
-COMMENT= Qt${FLAVOR:C/qt//} wrapper around Polkit libraries
+COMMENT= Qt5 wrapper around Polkit libraries
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpolkit-agent-1.so:sysutils/polkit
-FLAVORS= qt5 qt4
-FLAVOR?= ${FLAVORS:[1]}
-
-USES= cmake gnome pkgconfig tar:bzip2
+USES= cmake compiler:c++11-lang gnome pkgconfig qt:5 tar:bzip2
USE_GNOME= glib20
-CMAKE_OFF= BUILD_EXAMPLES \
- BUILD_TEST
-
-. if ${FLAVOR} == qt4
-DEPRECATED= Qt4 has been EOL since december 2015
-EXPIRATION_DATE=2019-03-15
-USES+= qt:4
-USE_QT= corelib dbus gui \
- qmake_build moc_build rcc_build uic_build
-CMAKE_ON+= USE_QT4
-CMAKE_OFF+= USE_QT5
-QTVER_SUFFIX= # empty
-. else
-USES+= compiler:c++11-lang qt:5
USE_QT= core dbus gui widgets buildtools_build qmake_build
-CMAKE_ON+= USE_QT5
-CMAKE_OFF+= USE_QT4
+CMAKE_OFF= BUILD_EXAMPLES \
+ BUILD_TEST \
+ USE_QT4
+CMAKE_ON= USE_QT5
QTVER_SUFFIX= 5
-. endif
USE_LDCONFIG= yes