aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2021-06-26 21:15:12 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2021-06-26 21:18:09 +0000
commite520541b73f512b388f0d8d5a93c744f3186c168 (patch)
treec6470516d8c82b2fc456976f5c2daf38923947f5
parent7aec8e0c78d4efefa43e663591ee525c0ad66e01 (diff)
downloadports-e520541b73f512b388f0d8d5a93c744f3186c168.tar.gz
ports-e520541b73f512b388f0d8d5a93c744f3186c168.zip
sysutils/polkit-qt: update to 0.114
Changelog: ---------- * Use feature_summary() * Drop PolkitQt1::version*() API declaration, never implemented * Use target_sources to directly set sources instead of helper vars * Include headers in example & test like external consumer would * Set include dirs for linking libraries during build by target interface * Generate version & config file in core build dir * Use individual export headers/macros per each library * Remove outdated template FindPolkitQt.cmake * Remove module prefix from Qt includes in public headers * Link polkit-qt-test to agent lib target, an include is used * Remove module prefix from Qt includes of non-oublic headers * Remove unused include * Remove unneeded/unused include_directories * Use more override * Use more nullptr * Port away from legacy LINK_PUBLIC & LINK_PRIVATE * Fully qualify slot argument * Use QStringLiteral * Convert license statements to SPDX expressions * Remove unused cmake macro files * Enable CMAKE_AUTOUIC and CMAKE_AUTORCC * Let cmake set the C++ standard * Port from Q_ENUMS to Q_ENUM * Make use of PkgConfig to find dependencies * Use Q_DECLARE_OPERATORS_FOR_FLAGS in same namespace as flags definition * Use more nullptr * API dox: reference KDE Frameworks, no longer KDE Development Platform * Support API documentation generation with kapidox * Make it compile without deprecated method
-rw-r--r--devel/kf5-kauth/Makefile1
-rw-r--r--devel/liblxqt/Makefile1
-rw-r--r--sysutils/lxqt-policykit/Makefile1
-rw-r--r--sysutils/plasma5-polkit-kde-agent-1/Makefile1
-rw-r--r--sysutils/polkit-qt/Makefile4
-rw-r--r--sysutils/polkit-qt/distinfo6
-rw-r--r--sysutils/polkit-qt/pkg-plist10
7 files changed, 14 insertions, 10 deletions
diff --git a/devel/kf5-kauth/Makefile b/devel/kf5-kauth/Makefile
index 8d541cbacf30..8e49977c7f8e 100644
--- a/devel/kf5-kauth/Makefile
+++ b/devel/kf5-kauth/Makefile
@@ -1,5 +1,6 @@
PORTNAME= kauth
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
+PORTREVISION= 1
CATEGORIES= devel kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
diff --git a/devel/liblxqt/Makefile b/devel/liblxqt/Makefile
index 552e30003a84..40e73f944449 100644
--- a/devel/liblxqt/Makefile
+++ b/devel/liblxqt/Makefile
@@ -2,6 +2,7 @@
PORTNAME= liblxqt
PORTVERSION= 0.17.0
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= LXQT
diff --git a/sysutils/lxqt-policykit/Makefile b/sysutils/lxqt-policykit/Makefile
index e644ddc7cd43..aefebf559ba8 100644
--- a/sysutils/lxqt-policykit/Makefile
+++ b/sysutils/lxqt-policykit/Makefile
@@ -2,6 +2,7 @@
PORTNAME= lxqt-policykit
PORTVERSION= 0.17.0
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= LXQT
diff --git a/sysutils/plasma5-polkit-kde-agent-1/Makefile b/sysutils/plasma5-polkit-kde-agent-1/Makefile
index 8987891ddeeb..3e282186b916 100644
--- a/sysutils/plasma5-polkit-kde-agent-1/Makefile
+++ b/sysutils/plasma5-polkit-kde-agent-1/Makefile
@@ -1,5 +1,6 @@
PORTNAME= polkit-kde-agent-1
DISTVERSION= ${KDE_PLASMA_VERSION}
+PORTREVISION= 1
CATEGORIES= sysutils kde kde-plasma
MAINTAINER= kde@FreeBSD.org
diff --git a/sysutils/polkit-qt/Makefile b/sysutils/polkit-qt/Makefile
index c62c76cc81a8..9c2c7e66cb75 100644
--- a/sysutils/polkit-qt/Makefile
+++ b/sysutils/polkit-qt/Makefile
@@ -1,8 +1,7 @@
# Created by: Dima Panov <fluffy@Fluffy.Khv.RU>
PORTNAME= polkit-qt-1
-DISTVERSION= 0.113.0
-PORTREVISION= 8
+DISTVERSION= 0.114.0
CATEGORIES= sysutils
MASTER_SITES= KDE/stable/${PORTNAME}/
@@ -10,7 +9,6 @@ MAINTAINER= kde@FreeBSD.org
COMMENT= Qt5 wrapper around Polkit libraries
LICENSE= LGPL21
-LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpolkit-agent-1.so:sysutils/polkit
diff --git a/sysutils/polkit-qt/distinfo b/sysutils/polkit-qt/distinfo
index d1ada36ccc17..2e0bfb67dd04 100644
--- a/sysutils/polkit-qt/distinfo
+++ b/sysutils/polkit-qt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1567014658
-SHA256 (polkit-qt-1-0.113.0.tar.xz) = 5b866a2954ef10ffb66156e2fe8ad0321b5528a8df2e4a91b02f5041ce5563a7
-SIZE (polkit-qt-1-0.113.0.tar.xz) = 64652
+TIMESTAMP = 1624741407
+SHA256 (polkit-qt-1-0.114.0.tar.xz) = 2eb0f22445888295ffa2bfbc0c3693847a0f973bb6b0c3e4cce0218be7e3907e
+SIZE (polkit-qt-1-0.114.0.tar.xz) = 58384
diff --git a/sysutils/polkit-qt/pkg-plist b/sysutils/polkit-qt/pkg-plist
index 3b509104b5a0..b0c6e3c7ec9e 100644
--- a/sysutils/polkit-qt/pkg-plist
+++ b/sysutils/polkit-qt/pkg-plist
@@ -10,14 +10,16 @@ include/polkit-qt5-1/PolkitQt1/Identity
include/polkit-qt5-1/PolkitQt1/Subject
include/polkit-qt5-1/PolkitQt1/TemporaryAuthorization
include/polkit-qt5-1/polkitqt1-actiondescription.h
+include/polkit-qt5-1/polkitqt1-agent-export.h
include/polkit-qt5-1/polkitqt1-agent-listener.h
include/polkit-qt5-1/polkitqt1-agent-session.h
include/polkit-qt5-1/polkitqt1-authority.h
+include/polkit-qt5-1/polkitqt1-core-export.h
include/polkit-qt5-1/polkitqt1-details.h
-include/polkit-qt5-1/polkitqt1-export.h
include/polkit-qt5-1/polkitqt1-gui-action.h
include/polkit-qt5-1/polkitqt1-gui-actionbutton.h
include/polkit-qt5-1/polkitqt1-gui-actionbuttons.h
+include/polkit-qt5-1/polkitqt1-gui-export.h
include/polkit-qt5-1/polkitqt1-identity.h
include/polkit-qt5-1/polkitqt1-subject.h
include/polkit-qt5-1/polkitqt1-temporaryauthorization.h
@@ -28,13 +30,13 @@ lib/cmake/PolkitQt5-1/PolkitQt5-1Targets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/PolkitQt5-1/PolkitQt5-1Targets.cmake
lib/libpolkit-qt5-agent-1.so
lib/libpolkit-qt5-agent-1.so.1
-lib/libpolkit-qt5-agent-1.so.1.113.0
+lib/libpolkit-qt5-agent-1.so.1.114.0
lib/libpolkit-qt5-core-1.so
lib/libpolkit-qt5-core-1.so.1
-lib/libpolkit-qt5-core-1.so.1.113.0
+lib/libpolkit-qt5-core-1.so.1.114.0
lib/libpolkit-qt5-gui-1.so
lib/libpolkit-qt5-gui-1.so.1
-lib/libpolkit-qt5-gui-1.so.1.113.0
+lib/libpolkit-qt5-gui-1.so.1.114.0
libdata/pkgconfig/polkit-qt5-1.pc
libdata/pkgconfig/polkit-qt5-agent-1.pc
libdata/pkgconfig/polkit-qt5-core-1.pc