Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Apr 2024 21:32:26 -0400
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        "Tobias C. Berner" <tcberner@FreeBSD.org>
Cc:        ports-committers@freebsd.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   Re: git: 5abaace1ba8d - main - KDE: Update KDE Framewworks 6 to 6.1.0
Message-ID:  <f253594b-b14a-417b-8966-3a906f1af5a1@FreeBSD.org>
In-Reply-To: <202404140426.43E4QqIt052391@gitrepo.freebsd.org>

index | next in thread | previous in thread | raw e-mail

[-- Attachment #1 --]
On 24. 4. 14., Tobias C. Berner wrote:
> The branch main has been updated by tcberner:
> 
> URL: https://cgit.FreeBSD.org/ports/commit/?id=5abaace1ba8d46d8d2074a036ac7c5099c32f471
> 
> commit 5abaace1ba8d46d8d2074a036ac7c5099c32f471
> Author:     Tobias C. Berner <tcberner@FreeBSD.org>
> AuthorDate: 2024-04-13 18:38:09 +0000
> Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
> CommitDate: 2024-04-14 04:26:40 +0000
> 
>      KDE: Update KDE Framewworks 6 to 6.1.0
>      
>      Friday, 12 April 2024
>      
>      KDE today announces the release of KDE Frameworks 6.1.0.
>      
>      KDE Frameworks are 83 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 release announcement.
>      
>      This release is part of a series of planned monthly releases making
>      improvements available to developers in a quick and predictable manner.
>      
>      Announcement:   https://kde.org/announcements/frameworks/6/6.1.0/
> ---
>   Mk/Uses/kde.mk                              |   2 +-
>   archivers/kf6-karchive/distinfo             |   6 +-
>   archivers/kf6-karchive/pkg-plist            |   4 +-
>   deskutils/kf6-kstatusnotifieritem/distinfo  |   6 +-
>   deskutils/kf6-kstatusnotifieritem/pkg-plist |   3 +
>   devel/kf6-extra-cmake-modules/distinfo      |   6 +-
>   devel/kf6-kapidox/distinfo                  |   6 +-
>   devel/kf6-kauth/distinfo                    |   6 +-

...

It seems pkg-plist was not updated for this and broke devel/kf6-kio and 
devel/kf6-texteditors.

Please see the attached patch.

Jung-uk Kim
[-- Attachment #2 --]
diff --git a/devel/kf6-kauth/pkg-plist b/devel/kf6-kauth/pkg-plist
index 00e9c0be55f0..13936384b1e5 100644
--- a/devel/kf6-kauth/pkg-plist
+++ b/devel/kf6-kauth/pkg-plist
@@ -13,9 +13,13 @@ lib/cmake/KF6Auth/KF6AuthConfigVersion.cmake
 lib/cmake/KF6Auth/KF6AuthMacros.cmake
 lib/cmake/KF6Auth/KF6AuthTargets-%%CMAKE_BUILD_TYPE%%.cmake
 lib/cmake/KF6Auth/KF6AuthTargets.cmake
+lib/cmake/KF6Auth/KF6AuthToolsTargets-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/KF6Auth/KF6AuthToolsTargets.cmake
 lib/libKF6AuthCore.so
 lib/libKF6AuthCore.so.%%KDE_FRAMEWORKS_VERSION%%
 lib/libKF6AuthCore.so.6
+lib/libexec/kf6/kauth/kauth-policy-gen
+%%QT_PLUGINDIR%%/kf6/kauth/backend/kauth_backend_plugin.so
 %%QT_PLUGINDIR%%/kf6/kauth/helper/kauth_helper_plugin.so
 share/dbus-1/system.d/org.kde.kf6auth.conf
 share/kf6/kauth/dbus_policy.stub
home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?f253594b-b14a-417b-8966-3a906f1af5a1>