Below is an update diff for neochat to 22.11. If you are testing the
diff, please take a look at the new graphics/kirigami-addons dependency.
You can find it on ports@.

OK?

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/neochat/Makefile,v
retrieving revision 1.12
diff -u -p -u -p -r1.12 Makefile
--- Makefile    24 Nov 2022 06:34:22 -0000      1.12
+++ Makefile    4 Feb 2023 18:33:45 -0000
@@ -1,5 +1,5 @@
 COMMENT =      client for Matrix chat
-VERSION =      22.09
+VERSION =      22.11
 DISTNAME =     neochat-${VERSION}
 
 CATEGORIES=    net
@@ -11,12 +11,13 @@ PERMIT_PACKAGE=     Yes
 
 WANTLIB += ${COMPILER_LIBCXX} KF5Auth KF5AuthCore KF5Codecs KF5Completion
 WANTLIB += KF5ConfigCore KF5ConfigGui KF5ConfigWidgets KF5CoreAddons
-WANTLIB += KF5DBusAddons KF5I18n KF5JobWidgets KF5KIOCore KF5KIOGui
-WANTLIB += KF5KIOWidgets KF5Kirigami2 KF5Notifications KF5Service
-WANTLIB += KF5Solid KF5WidgetsAddons KF5WindowSystem Qt5Concurrent
-WANTLIB += Qt5Core Qt5DBus Qt5Gui Qt5Multimedia Qt5Network Qt5Qml
-WANTLIB += Qt5QmlModels Qt5Quick Qt5QuickControls2 Qt5Widgets
-WANTLIB += Qt5Xml QtOlm Quotient X11 c cmark m olm qt5keychain
+WANTLIB += KF5DBusAddons KF5I18n KF5ItemModels KF5JobWidgets KF5KIOCore
+WANTLIB += KF5KIOGui KF5KIOWidgets KF5Kirigami2 KF5Notifications
+WANTLIB += KF5Service KF5Solid KF5SonnetCore KF5WidgetsAddons
+WANTLIB += KF5WindowSystem Qt5Concurrent Qt5Core Qt5DBus Qt5Gui
+WANTLIB += Qt5Multimedia Qt5Network Qt5Qml Qt5QmlModels Qt5Quick
+WANTLIB += Qt5QuickControls2 Qt5Widgets Qt5Xml QtOlm Quotient
+WANTLIB += X11 c cmark m olm qt5keychain
 
 MODULES =      devel/kf5
 
@@ -25,6 +26,7 @@ RUN_DEPENDS = devel/desktop-file-utils \
                devel/kf5/qqc2-desktop-style \
                devel/kf5/sonnet \
                graphics/kquickimageeditor>=0.2.0 \
+               graphics/kirigami-addons \
                x11/gtk+3,-guic
 
 BUILD_DEPENDS = devel/gettext,-tools \
@@ -32,6 +34,7 @@ BUILD_DEPENDS = devel/gettext,-tools \
                devel/kf5/qqc2-desktop-style \
                graphics/kquickimageeditor>=0.2.0 \
                devel/qcoro \
+               graphics/kirigami-addons \
                math/ecm
 
 LIB_DEPENDS =  devel/kf5/kconfig \
@@ -43,7 +46,9 @@ LIB_DEPENDS = devel/kf5/kconfig \
                devel/kf5/solid \
                devel/kf5/kjobwidgets \
                devel/kf5/kirigami2 \
+               devel/kf5/sonnet \
                devel/kf5/knotifications \
+               devel/kf5/kitemmodels \
                security/qtkeychain \
                textproc/cmark \
                x11/libqtolm \
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/neochat/distinfo,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 distinfo
--- distinfo    24 Nov 2022 06:34:22 -0000      1.5
+++ distinfo    4 Feb 2023 18:33:45 -0000
@@ -1,2 +1,2 @@
-SHA256 (neochat-22.09.tar.xz) = kTXMMRljlNr73/D/ARrvF2s2UDbCJrakzDPghHY1F8k=
-SIZE (neochat-22.09.tar.xz) = 361856
+SHA256 (neochat-22.11.tar.xz) = JTYr5DDJMP9tlkppoZtJ1TBDwniaNIk8YasAzmGa0L4=
+SIZE (neochat-22.11.tar.xz) = 465660
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/net/neochat/pkg/PLIST,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 PLIST
--- pkg/PLIST   3 Sep 2022 05:55:48 -0000       1.5
+++ pkg/PLIST   4 Feb 2023 18:33:45 -0000
@@ -1,5 +1,6 @@
 @pkgpath x11/kde4/okteta
 @bin bin/neochat
+@man man/man1/neochat.1
 share/applications/org.kde.neochat.desktop
 share/icons/hicolor/scalable/apps/org.kde.neochat.svg
 share/icons/hicolor/scalable/apps/org.kde.neochat.tray.svg
@@ -22,8 +23,9 @@ share/locale/fr/LC_MESSAGES/neochat.mo
 share/locale/hu/LC_MESSAGES/neochat.mo
 share/locale/ia/LC_MESSAGES/neochat.mo
 share/locale/id/LC_MESSAGES/neochat.mo
+share/locale/ie/LC_MESSAGES/neochat.mo
 share/locale/it/LC_MESSAGES/neochat.mo
-share/locale/ja/LC_MESSAGES/neochat.mo
+share/locale/ka/LC_MESSAGES/neochat.mo
 share/locale/ko/LC_MESSAGES/neochat.mo
 share/locale/nl/LC_MESSAGES/neochat.mo
 share/locale/nn/LC_MESSAGES/neochat.mo
@@ -40,7 +42,6 @@ share/locale/tok/LC_MESSAGES/neochat.mo
 share/locale/tr/LC_MESSAGES/neochat.mo
 share/locale/uk/LC_MESSAGES/neochat.mo
 share/locale/zh_CN/LC_MESSAGES/neochat.mo
-share/locale/zh_TW/LC_MESSAGES/neochat.mo
 share/metainfo/
 @tag update-desktop-database
 @tag gtk-update-icon-cache %D/share/icons/hicolor

Reply via email to