Skip to content

Commit

Permalink
Update KDE Framewokrs to 5.72
Browse files Browse the repository at this point in the history
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
  • Loading branch information
tcberner committed Jul 21, 2020
1 parent 24204ab commit d016c91
Show file tree
Hide file tree
Showing 88 changed files with 242 additions and 253 deletions.
1 change: 1 addition & 0 deletions MOVED
Expand Up @@ -15156,3 +15156,4 @@ www/py-django-subdomains||2020-07-18|Has expired: No longer maintained, not comp
www/py-django-datetime-widget||2020-07-18|Has expired: No longer maintained, not compatible with Django 2.1
www/py-django-openid-auth|www/py-django-allauth|2020-07-18|Has expired: No longer maintained, not compatible with Django 2.0+, please use www/py-django-allauth instead
www/py-django-overextends||2020-07-18|Has expired: No longer maintained, not compatible with Django 2.0+
net/kdav|net/kf5-kdav|2020-07-21|Has become a proper KDE framework
2 changes: 1 addition & 1 deletion Mk/Scripts/qa.sh
Expand Up @@ -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"
Expand Down
12 changes: 6 additions & 6 deletions Mk/Uses/kde.mk
Expand Up @@ -58,7 +58,7 @@ KDE_PLASMA_VERSION?= 5.19.3
KDE_PLASMA_BRANCH?= stable

# Current KDE frameworks.
KDE_FRAMEWORKS_VERSION?= 5.71.0
KDE_FRAMEWORKS_VERSION?= 5.72.0
KDE_FRAMEWORKS_BRANCH?= stable

# Current KDE applications.
Expand Down Expand Up @@ -193,7 +193,7 @@ _USE_FRAMEWORKS_TIER2= auth completion crash doctools \

_USE_FRAMEWORKS_TIER3= activities activities-stats baloo5 bookmarks configwidgets \
designerplugin emoticons globalaccel guiaddons \
iconthemes init kcmutils kdeclarative \
iconthemes init kcmutils kdav kdeclarative \
kded kdesu kdewebkit kio kwayland-server newstuff notifyconfig parts \
people plasma-framework purpose runner service texteditor \
textwidgets wallet xmlgui xmlrpcclient
Expand Down Expand Up @@ -233,7 +233,7 @@ _USE_KDEPIM5_ALL= akonadicontacts akonadiimportwizard akonadimime akonadinotes \
contacts eventviews gapi grantleetheme \
gravatar identitymanagement imap \
incidenceeditor kdepim-addons kdepim-apps-libs \
kdepim-runtime5 kitinerary kontactinterface kpimdav kpkpass \
kdepim-runtime5 kitinerary kontactinterface kpkpass \
ksmtp ldap libkdepim libkleo libksieve mailcommon \
mailimporter mailtransport mbox messagelib \
mime pimcommon pimtextedit tnef \
Expand Down Expand Up @@ -659,6 +659,9 @@ kde-imap_LIB= libKF5IMAP.so
kde-incidenceeditor_PORT= net/incidenceeditor
kde-incidenceeditor_LIB= libKF5IncidenceEditor.so

kde-kdav_PORT= net/kf5-kdav
kde-kdav_LIB= libKF5DAV.so

kde-kdepim-addons_PORT= deskutils/kdepim-addons
kde-kdepim-addons_PATH= ${KDE_PREFIX}/lib/contacteditor/editorpageplugins/cryptopageplugin.so

Expand All @@ -674,9 +677,6 @@ kde-kitinerary_LIB= libKPimItinerary.so
kde-kontactinterface_PORT= net/kontactinterface
kde-kontactinterface_LIB= libKF5KontactInterface.so

kde-kpimdav_PORT= net/kdav
kde-kpimdav_LIB= libKF5DAV.so

kde-kpkpass_PORT= security/kpkpass
kde-kpkpass_LIB= libKPimPkPass.so

Expand Down
3 changes: 2 additions & 1 deletion archivers/kf5-karchive/Makefile
Expand Up @@ -13,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.LIB

USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz
USE_KDE= ecm
USE_QT= buildtools_build core qmake_build
USE_QT= core \
buildtools_build qmake_build

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions archivers/kf5-karchive/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1591513835
SHA256 (KDE/frameworks/5.71.0/karchive-5.71.0.tar.xz) = cc81e856365dec2bcf3ec78aa01d42347ca390a2311ea12050f309dfbdb09624
SIZE (KDE/frameworks/5.71.0/karchive-5.71.0.tar.xz) = 987808
TIMESTAMP = 1593930728
SHA256 (KDE/frameworks/5.72.0/karchive-5.72.0.tar.xz) = d1857451305bbc06c2391f1be2aa59836291910391f4f26f243e8f038a47ef5a
SIZE (KDE/frameworks/5.72.0/karchive-5.72.0.tar.xz) = 987748
5 changes: 3 additions & 2 deletions deskutils/kdepim-runtime/Makefile
Expand Up @@ -2,6 +2,7 @@

PORTNAME= kdepim-runtime
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
PORTREVISION= 1
CATEGORIES= deskutils kde kde-applications

MAINTAINER= kde@FreeBSD.org
Expand All @@ -19,15 +20,15 @@ USES= cmake:noninja compiler:c++11-lib gettext kde:5 qca qt:5 \
shared-mime-info tar:xz
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons crash dbusaddons guiaddons holidays i18n iconthemes \
itemmodels itemviews jobwidgets kcmutils kdelibs4support kio \
itemmodels itemviews jobwidgets kcmutils kdav kdelibs4support kio \
kross notifications notifyconfig parts service solid sonnet \
textwidgets unitconversion wallet widgetsaddons windowsystem \
xmlgui
# pim components
USE_KDE+= akonadi akonadicontacts akonadimime akonadinotes \
akonadicalendar akonadisearch alarmcalendar calendarcore \
calendarutils contacts gapi identitymanagement imap \
kontactinterface kpimdav mailtransport mbox mime pimcommon \
kontactinterface kmailtransport mbox mime pimcommon \
pimtextedit syndication
USE_QT= concurrent core dbus declarative gui location network networkauth printsupport speech \
script webchannel webengine widgets xml xmlpatterns \
Expand Down
3 changes: 1 addition & 2 deletions devel/kf5-extra-cmake-modules/Makefile
Expand Up @@ -3,7 +3,6 @@

PORTNAME= extra-cmake-modules
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
PORTREVISION= 2
CATEGORIES= devel kde kde-frameworks

MAINTAINER= kde@FreeBSD.org
Expand All @@ -15,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING-CMAKE-SCRIPTS
USES= cmake kde:5 qt:5 tar:xz
USE_QT= linguisttools buildtools_build qmake_build

HELP_USE= QT=help_build # qt5-help is only used to build a .qch file.
HELP_USE= QT=help_build # qt5-help is only used to build a .qch file.
NO_ARCH= yes

PORTDOCS= html/*
Expand Down
6 changes: 3 additions & 3 deletions devel/kf5-extra-cmake-modules/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1591513836
SHA256 (KDE/frameworks/5.71.0/extra-cmake-modules-5.71.0.tar.xz) = 64f41c0b4b3164c7be8fcab5c0181253d97d1e9d62455fd540cb463afd051878
SIZE (KDE/frameworks/5.71.0/extra-cmake-modules-5.71.0.tar.xz) = 343720
TIMESTAMP = 1593930729
SHA256 (KDE/frameworks/5.72.0/extra-cmake-modules-5.72.0.tar.xz) = 077af496e208722365f095da59e02382b66f7498352c8666e903603062657940
SIZE (KDE/frameworks/5.72.0/extra-cmake-modules-5.72.0.tar.xz) = 341932
2 changes: 1 addition & 1 deletion devel/kf5-extra-cmake-modules/pkg-plist
Expand Up @@ -19,7 +19,6 @@ share/ECM/find-modules/FindLibExiv2.cmake
share/ECM/find-modules/FindLibGit2.cmake
share/ECM/find-modules/FindOpenEXR.cmake
share/ECM/find-modules/FindPhoneNumber.cmake
share/ECM/find-modules/FindPng2Ico.cmake
share/ECM/find-modules/FindPoppler.cmake
share/ECM/find-modules/FindPulseAudio.cmake
share/ECM/find-modules/FindPythonModuleGeneration.cmake
Expand All @@ -28,6 +27,7 @@ share/ECM/find-modules/FindQtWaylandScanner.cmake
share/ECM/find-modules/FindSasl2.cmake
share/ECM/find-modules/FindSeccomp.cmake
share/ECM/find-modules/FindSharedMimeInfo.cmake
share/ECM/find-modules/FindTaglib.cmake
share/ECM/find-modules/FindUDev.cmake
share/ECM/find-modules/FindWayland.cmake
share/ECM/find-modules/FindWaylandScanner.cmake
Expand Down
6 changes: 3 additions & 3 deletions devel/kf5-kapidox/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1591513836
SHA256 (KDE/frameworks/5.71.0/kapidox-5.71.0.tar.xz) = da75660fc2808f38441ec0f59d3c58ce29fcfdcea29e251308a11a92546f1ed5
SIZE (KDE/frameworks/5.71.0/kapidox-5.71.0.tar.xz) = 158596
TIMESTAMP = 1593930729
SHA256 (KDE/frameworks/5.72.0/kapidox-5.72.0.tar.xz) = 70702d0e5a8eb8158e1429bef6c3fb3d3caa0b9d00479bbb600a5f0f44550b93
SIZE (KDE/frameworks/5.72.0/kapidox-5.72.0.tar.xz) = 158760
4 changes: 2 additions & 2 deletions devel/kf5-kauth/Makefile
Expand Up @@ -11,7 +11,7 @@ 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
USE_QT= buildtools_build core dbus gui linguisttools qmake_build \
widgets
USE_QT= core dbus gui linguisttools widgets \
buildtools_build qmake_build

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions devel/kf5-kauth/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1592072448
SHA256 (KDE/frameworks/5.71.0/kauth-5.71.0.tar.xz) = a0de83bd662e20253011216ab8cba597f8db7429f8706237e7307580125025b5
SIZE (KDE/frameworks/5.71.0/kauth-5.71.0.tar.xz) = 87368
TIMESTAMP = 1593930730
SHA256 (KDE/frameworks/5.72.0/kauth-5.72.0.tar.xz) = e88c332680bd860bc8a3d71088dcbd02b7ab94c21721ca5b88e9c6f57e5f708b
SIZE (KDE/frameworks/5.72.0/kauth-5.72.0.tar.xz) = 89360
4 changes: 2 additions & 2 deletions devel/kf5-kbookmarks/Makefile
Expand Up @@ -10,7 +10,7 @@ COMMENT= KF5 library for bookmarks and the XBEL format
USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons ecm \
iconthemes widgetsaddons xmlgui
USE_QT= buildtools_build core dbus gui linguisttools \
qmake_build widgets xml
USE_QT= core dbus gui linguisttools widgets xml \
buildtools_build qmake_build

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions devel/kf5-kbookmarks/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1592072448
SHA256 (KDE/frameworks/5.71.0/kbookmarks-5.71.0.tar.xz) = e00db1e62a769863a1bf90bb508f108f2740298aa40173cad34ef34a1c23a01a
SIZE (KDE/frameworks/5.71.0/kbookmarks-5.71.0.tar.xz) = 123900
TIMESTAMP = 1593930730
SHA256 (KDE/frameworks/5.72.0/kbookmarks-5.72.0.tar.xz) = 2d5ff35acf1ee58f8c06442b395c247a9fb8158e22f21ed718b7411633b3845a
SIZE (KDE/frameworks/5.72.0/kbookmarks-5.72.0.tar.xz) = 123648
6 changes: 3 additions & 3 deletions devel/kf5-kcmutils/Makefile
Expand Up @@ -8,10 +8,10 @@ MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 utilities for working with KCModules

USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons ecm i18n \
USE_KDE= auth codecs config configwidgets coreaddons ecm guiaddons i18n \
iconthemes itemviews kdeclarative package service \
widgetsaddons xmlgui
USE_QT= buildtools_build core dbus declarative gui network qmake_build \
widgets xml
USE_QT= core dbus declarative gui network widgets xml \
buildtools_build qmake_build

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions devel/kf5-kcmutils/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1592072449
SHA256 (KDE/frameworks/5.71.0/kcmutils-5.71.0.tar.xz) = 27743a81e9aa48baac12bb844e48d3098250699122ed6040b1e3c50a5e8f276d
SIZE (KDE/frameworks/5.71.0/kcmutils-5.71.0.tar.xz) = 245708
TIMESTAMP = 1593930731
SHA256 (KDE/frameworks/5.72.0/kcmutils-5.72.0.tar.xz) = 4fdf42bc02a02afab5fbdb5ed5e2328875030c78502b303621dca2f5ea27c140
SIZE (KDE/frameworks/5.72.0/kcmutils-5.72.0.tar.xz) = 245724
4 changes: 2 additions & 2 deletions devel/kf5-kconfig/Makefile
Expand Up @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.LIB

USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz
USE_KDE= ecm
USE_QT= buildtools_build concurrent core dbus gui linguisttools \
qmake_build testlib xml
USE_QT= concurrent core dbus gui linguisttools testlib xml \
buildtools_build qmake_build

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions devel/kf5-kconfig/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1592072450
SHA256 (KDE/frameworks/5.71.0/kconfig-5.71.0.tar.xz) = 618ff0d168abf8fb73dc83431b9a76f7859d522bea100ff07c7e1632e129e3f4
SIZE (KDE/frameworks/5.71.0/kconfig-5.71.0.tar.xz) = 262364
TIMESTAMP = 1593930731
SHA256 (KDE/frameworks/5.72.0/kconfig-5.72.0.tar.xz) = c6b8dea6f6b07ce6fa3427e67c691a66ce4cb3f026d9e35c2bd14207fa541a58
SIZE (KDE/frameworks/5.72.0/kconfig-5.72.0.tar.xz) = 261880
5 changes: 3 additions & 2 deletions devel/kf5-kcoreaddons/Makefile
Expand Up @@ -14,7 +14,8 @@ LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/COPYING-CMAKE-SCRIPTS

USES= cmake compiler:c++11-lib kde:5 qt:5 shared-mime-info tar:xz
USE_KDE= ecm
USE_QT= buildtools_build core linguisttools qmake_build
USE_QT= core linguisttools \
buildtools_build qmake_build

OPTIONS_DEFINE= FAM INOTIFY
OPTIONS_DEFAULT= INOTIFY
Expand All @@ -34,7 +35,7 @@ FAM_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_FAM
# corresponds to __FreeBSD_version 1300060
.if ${OSVERSION} < 1300060
post-patch:
${REINPLACE_CMD} -e '/QStringLiteral/s|/etc/os-release|${LOCALBASE}/etc/os-release|g' \
${REINPLACE_CMD} -e '/QStringLiteral/s|/etc/os-release|${LOCALBASE}/etc/os-release|g' \
${WRKSRC}/src/lib/util/kosrelease.cpp
.endif

Expand Down
6 changes: 3 additions & 3 deletions devel/kf5-kcoreaddons/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1592072451
SHA256 (KDE/frameworks/5.71.0/kcoreaddons-5.71.0.tar.xz) = e95008b032e299cf47f596739d9236701e2f55e507734f33b8ea497882fd130b
SIZE (KDE/frameworks/5.71.0/kcoreaddons-5.71.0.tar.xz) = 406760
TIMESTAMP = 1593930732
SHA256 (KDE/frameworks/5.72.0/kcoreaddons-5.72.0.tar.xz) = b404433ae2310b91475598e801a8cecc048d9cfd85f664e02feb7a166f877bb9
SIZE (KDE/frameworks/5.72.0/kcoreaddons-5.72.0.tar.xz) = 406360
6 changes: 2 additions & 4 deletions devel/kf5-kcrash/Makefile
Expand Up @@ -4,15 +4,13 @@ PORTNAME= kcrash
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= devel kde kde-frameworks

PATCH_SITES= https://github.com/KDE/kcrash/commit/
PATCHFILES= 223908ac1030a3a4fe297748101aafcf81076dbc.patch:-p1

MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 library to handle crash analysis and bug report from apps

USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz xorg
USE_KDE= coreaddons ecm windowsystem
USE_QT= buildtools_build core gui qmake_build widgets x11extras
USE_QT= core gui widgets x11extras \
buildtools_build qmake_build
USE_XORG= ice sm x11 xext

.include <bsd.port.mk>
8 changes: 3 additions & 5 deletions devel/kf5-kcrash/distinfo
@@ -1,5 +1,3 @@
TIMESTAMP = 1592074567
SHA256 (KDE/frameworks/5.71.0/kcrash-5.71.0.tar.xz) = 526242aa9fde7cff11ecaa88bf75d6fbbfc412f46bf19a7a9e185f2adb616005
SIZE (KDE/frameworks/5.71.0/kcrash-5.71.0.tar.xz) = 22620
SHA256 (KDE/frameworks/5.71.0/223908ac1030a3a4fe297748101aafcf81076dbc.patch) = 2d5b310b3e569c75bf58a96efcbcdf8f3ec0e0eec2988e0b62d1fd6bd6334ff5
SIZE (KDE/frameworks/5.71.0/223908ac1030a3a4fe297748101aafcf81076dbc.patch) = 1375
TIMESTAMP = 1593934250
SHA256 (KDE/frameworks/5.72.0/kcrash-5.72.0.tar.xz) = b754fee5f62a12dcfb75a8219f1b78b1749680a8ca36c3d43b8dedcf5a639b9d
SIZE (KDE/frameworks/5.72.0/kcrash-5.72.0.tar.xz) = 24760
23 changes: 0 additions & 23 deletions devel/kf5-kcrash/files/patch-src_kcrash.cpp

This file was deleted.

4 changes: 2 additions & 2 deletions devel/kf5-kdbusaddons/Makefile
Expand Up @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.LIB

USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz
USE_KDE= ecm
USE_QT= buildtools_build core dbus gui linguisttools \
qmake_build testlib x11extras
USE_QT= core dbus gui linguisttools testlib x11extras \
buildtools_build qmake_build

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions devel/kf5-kdbusaddons/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1592072453
SHA256 (KDE/frameworks/5.71.0/kdbusaddons-5.71.0.tar.xz) = b441f525248d9d675333cebedf97ee0232a3a9b7aa9aff84d825dfcdb3bcd23c
SIZE (KDE/frameworks/5.71.0/kdbusaddons-5.71.0.tar.xz) = 44064
TIMESTAMP = 1593930734
SHA256 (KDE/frameworks/5.72.0/kdbusaddons-5.72.0.tar.xz) = 5c8ee0f8e5741d6a934aa722874ba3d7f0d101f43bddc4e87c15320f289fa232
SIZE (KDE/frameworks/5.72.0/kdbusaddons-5.72.0.tar.xz) = 44048
5 changes: 3 additions & 2 deletions devel/kf5-kdeclarative/Makefile
Expand Up @@ -14,7 +14,8 @@ USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig \
USE_KDE= completion config coreaddons globalaccel guiaddons i18n \
iconthemes jobwidgets kio package service widgetsaddons \
windowsystem
USE_QT= buildtools_build concurrent core dbus declarative gui network qmake_build \
testlib widgets xml
USE_QT= concurrent core dbus declarative gui network testlib widgets \
xml \
buildtools_build qmake_build

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions devel/kf5-kdeclarative/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1592072454
SHA256 (KDE/frameworks/5.71.0/kdeclarative-5.71.0.tar.xz) = ace0e52f561a9cfba1de4b77144a0a68037a1229530fb39070dc837da80ac8f8
SIZE (KDE/frameworks/5.71.0/kdeclarative-5.71.0.tar.xz) = 176832
TIMESTAMP = 1593930734
SHA256 (KDE/frameworks/5.72.0/kdeclarative-5.72.0.tar.xz) = f8600b66a6419889e54de5ea487e4bf42495e3252c7cea228d7ac419f79e3281
SIZE (KDE/frameworks/5.72.0/kdeclarative-5.72.0.tar.xz) = 176852
3 changes: 2 additions & 1 deletion devel/kf5-kdoctools/Makefile
Expand Up @@ -16,6 +16,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xs
USES= cmake compiler:c++11-lib gettext gnome kde:5 qt:5 tar:xz
USE_GNOME= libxml2 libxslt
USE_KDE= archive ecm i18n
USE_QT= buildtools_build core qmake_build
USE_QT= core \
buildtools_build qmake_build

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions devel/kf5-kdoctools/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1592072455
SHA256 (KDE/frameworks/5.71.0/kdoctools-5.71.0.tar.xz) = 1e2fcaa97a014e82f68c0c36591ce84568ead7abd59b66e534789103e162cd09
SIZE (KDE/frameworks/5.71.0/kdoctools-5.71.0.tar.xz) = 426972
TIMESTAMP = 1593930735
SHA256 (KDE/frameworks/5.72.0/kdoctools-5.72.0.tar.xz) = 28836a88fd7107386b3a4c1037458d330d42dea7fa8213d06e9912dc5e19253b
SIZE (KDE/frameworks/5.72.0/kdoctools-5.72.0.tar.xz) = 426952
8 changes: 2 additions & 6 deletions devel/kf5-kfilemetadata/Makefile
Expand Up @@ -2,7 +2,6 @@

PORTNAME= kfilemetadata
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
PORTREVISION= 5
CATEGORIES= devel kde kde-frameworks

MAINTAINER= kde@FreeBSD.org
Expand All @@ -19,10 +18,7 @@ LIB_DEPENDS= libavutil.so:multimedia/ffmpeg \
USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig \
qt:5 tar:xz
USE_KDE= archive config coreaddons ecm i18n
USE_QT= buildtools_build core qmake_build xml

# Frameworks ports install localization files that conflict with some
# KDE4 localization ports
CONFLICTS_INSTALL= kde4-l10n-*
USE_QT= core xml \
buildtools_build qmake_build

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions devel/kf5-kfilemetadata/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1592072456
SHA256 (KDE/frameworks/5.71.0/kfilemetadata-5.71.0.tar.xz) = 2e302958065157c1f9ea4a189bbca40b7dbed019767a3380e34e0b6a633c75fe
SIZE (KDE/frameworks/5.71.0/kfilemetadata-5.71.0.tar.xz) = 425156
TIMESTAMP = 1593930735
SHA256 (KDE/frameworks/5.72.0/kfilemetadata-5.72.0.tar.xz) = 6f93d0b5dedb3beffbb7626130707a3b11522c58b3081e3b539dbeb9fbd3d1c3
SIZE (KDE/frameworks/5.72.0/kfilemetadata-5.72.0.tar.xz) = 425896
4 changes: 2 additions & 2 deletions devel/kf5-ki18n/Makefile
Expand Up @@ -10,7 +10,7 @@ COMMENT= KF5 advanced internationalization framework
USES= cmake compiler:c++11-lib gettext-runtime \
gettext-tools:build,run kde:5 qt:5 tar:xz
USE_KDE= ecm
USE_QT= buildtools_build concurrent core declarative network \
qmake_build script testlib
USE_QT= concurrent core declarative network script testlib \
buildtools_build qmake_build

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions devel/kf5-ki18n/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1592072457
SHA256 (KDE/frameworks/5.71.0/ki18n-5.71.0.tar.xz) = f2fc8c40c10576da8b74070b7dc8e752fdd04204cb2bfe522f37a0458fbaf881
SIZE (KDE/frameworks/5.71.0/ki18n-5.71.0.tar.xz) = 591228
TIMESTAMP = 1593930736
SHA256 (KDE/frameworks/5.72.0/ki18n-5.72.0.tar.xz) = 080e6f0e71a82f5aa72d47f52c3a8b2cddf3491897b3484b6d22c248dd669f6a
SIZE (KDE/frameworks/5.72.0/ki18n-5.72.0.tar.xz) = 591128

0 comments on commit d016c91

Please sign in to comment.