sysutils/polkit-qt: remove flavors (Qt4 deprecation)

Approved by:	portmgr (implicit)
This commit is contained in:
Tobias C. Berner 2019-03-16 14:36:58 +00:00
parent 777523e72c
commit 2152976052
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495875
6 changed files with 18 additions and 31 deletions

3
MOVED
View File

@ -10082,7 +10082,6 @@ security/py-zxcvbn-python|security/py-zxcvbn|2018-04-13|Renamed upstream
devel/py-libusb115|devel/py-libusb1|2018-04-14|Unused and unmaintained upstream
devel/qca-qt5|devel/qca@qt5|2018-04-14|Moved to a flavoured version
devel/qjson-qt5|devel/qjson@qt5|2018-04-14|Moved to a flavoured version
sysutils/polkit-qt5|sysutils/polkit-qt@qt5|2018-04-14|Moved to flavoured version
multimedia/gstreamer1-qt4|multimedia/gstreamer1-qt@qt4|2018-04-14|Moved to a flavoured version
multimedia/gstreamer1-qt5|multimedia/gstreamer1-qt@qt5|2018-04-14|Moved to a flavoured version
www/mod_antiloris||2018-04-16|Apache 2.2 End of Life
@ -11671,3 +11670,5 @@ math/mumps-edf|math/mumps|2019-03-10|Use mumps-edf as MUMPS 5
textproc/soprano||2019-03-11|Has expired: Qt4 has been EOL since december 2015
x11-fonts/mkfontdir|x11-fonts/mkfontscale|2019-03-11|Merged into one package
emulators/ppsspp-devel|emulators/ppsspp|2019-03-14|Out of date: use emulators/ppsspp for now
sysutils/polkit-qt@qt4||2019-03-16|Qt4 deprecation
sysutils/polkit-qt@qt5|sysutils/polkit-qt|2019-03-16|Flavor has been removed

View File

@ -2,12 +2,13 @@
PORTNAME= kauth
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
PORTREVISION= 1
CATEGORIES= devel kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 abstraction to system policy and authentication features
LIB_DEPENDS= libpolkit-qt5-core-1.so:sysutils/polkit-qt@qt5
LIB_DEPENDS= libpolkit-qt5-core-1.so:sysutils/polkit-qt
USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz
USE_KDE= coreaddons ecm

View File

@ -3,7 +3,7 @@
PORTNAME= liblxqt
PORTVERSION= 0.13.0
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= devel
MASTER_SITES= LXQT
@ -12,7 +12,7 @@ COMMENT= Shared library for LXQt applications
LICENSE= LGPL21+
LIB_DEPENDS= libpolkit-qt5-core-1.so:sysutils/polkit-qt@qt5
LIB_DEPENDS= libpolkit-qt5-core-1.so:sysutils/polkit-qt
USES= cmake compiler:c++11-lib gettext kde:5 lxqt \
pkgconfig qt:5 tar:xz

View File

@ -3,7 +3,7 @@
PORTNAME= lxqt-policykit
PORTVERSION= 0.13.0
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= sysutils
MASTER_SITES= LXQT
@ -12,7 +12,7 @@ COMMENT= PolicyKit authentication agent
LICENSE= LGPL21+
LIB_DEPENDS= libpolkit-qt5-agent-1.so:sysutils/polkit-qt@qt5 \
LIB_DEPENDS= libpolkit-qt5-agent-1.so:sysutils/polkit-qt \
libpolkit-agent-1.so:sysutils/polkit
USES= cmake compiler:c++11-lib gettext-runtime kde:5 qt:5 \

View File

@ -2,12 +2,13 @@
PORTNAME= polkit-kde-agent-1
DISTVERSION= ${KDE_PLASMA_VERSION}
PORTREVISION= 1
CATEGORIES= sysutils kde kde-plasma
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 daemon providing a polkit authentication UI
LIB_DEPENDS= libpolkit-qt5-core-1.so:sysutils/polkit-qt@qt5
LIB_DEPENDS= libpolkit-qt5-core-1.so:sysutils/polkit-qt
USES= cmake compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz
USE_KDE= config coreaddons crash dbusaddons ecm i18n iconthemes \

View File

@ -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