aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/Scripts
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-07-22 01:15:38 +0800
committerTobias C. Berner <tcberner@FreeBSD.org>2020-07-22 01:15:38 +0800
commit89fc0f48dcae0ef16ba24b0800674068f0b79288 (patch)
treeea63c5c348a37a968f577177caf081eb51ae2098 /Mk/Scripts
parenta961366cfbde9a8e7b1961882ead047cc297082d (diff)
downloadfreebsd-ports-gnome-89fc0f48dcae0ef16ba24b0800674068f0b79288.tar.gz
freebsd-ports-gnome-89fc0f48dcae0ef16ba24b0800674068f0b79288.tar.zst
freebsd-ports-gnome-89fc0f48dcae0ef16ba24b0800674068f0b79288.zip
Update KDE Framewokrs to 5.72
July 04, 2020. KDE today announces the release of KDE Frameworks 5.72.0. KDE Frameworks are over 70 addon libraries to Qt which provide a wide variety of commonly needed functionality in mature, peer reviewed and well tested libraries with friendly licensing terms. For an introduction see the KDE Frameworks web page. This release is part of a series of planned monthly releases making improvements available to developers in a quick and predictable manner. Changelog: https://kde.org/announcements/kde-frameworks-5.72.0.php?site_locale=en - net/kdav became a framework and was therefore moved to net/kf5-kdav. - thanks to adridg@ for fixing the fallout Exp-run by: antoine PR: 247907
Diffstat (limited to 'Mk/Scripts')
-rw-r--r--Mk/Scripts/qa.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Scripts/qa.sh b/Mk/Scripts/qa.sh
index 2c22977c2c14..cb1379ceedc7 100644
--- a/Mk/Scripts/qa.sh
+++ b/Mk/Scripts/qa.sh
@@ -456,7 +456,7 @@ proxydeps_suggest_uses() {
elif [ ${pkg} = "deskutils/kdepim-apps-libs" ]; then warn "you need to use USE_KDE+=kdepim-apps-libs"
elif [ ${pkg} = "net/kitinerary" ]; then warn "you need to use USE_KDE+=kitinerary"
elif [ ${pkg} = "net/kontactinterface" ]; then warn "you need to use USE_KDE+=kontactinterface"
- elif [ ${pkg} = "net/kdav" ]; then warn "you need to use USE_KDE+=kpimdav"
+ elif [ ${pkg} = "net/kf5-kdav" ]; then warn "you need to use USE_KDE+=kdav"
elif [ ${pkg} = "security/kpkpass" ]; then warn "you need to use USE_KDE+=kpkpass"
elif [ ${pkg} = "net/ksmtp" ]; then warn "you need to use USE_KDE+=ksmtp"
elif [ ${pkg} = "net/kldap" ]; then warn "you need to use USE_KDE+=ldap"