Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8EC6284F41 for ; Sat, 29 Jul 2023 01:49:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id iLAAu48onFJx for ; Sat, 29 Jul 2023 01:49:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E05DE84D05 for ; Sat, 29 Jul 2023 01:49:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DB132FBDB; Sat, 29 Jul 2023 01:49:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169059537485740" MIME-Version: 1.0 Date: Sat, 29 Jul 2023 01:49:34 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/archivers/karchive To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20230729014934.DB132FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169059537485740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sat Jul 29 01:49:34 UTC 2023 Modified Files: pkgsrc/archivers/karchive: Makefile PLIST distinfo Log Message: karchive: update to 5.108.0 5.100 Make error messages translatable 5.103 Limit size of file to be added by what the tar header supports 5.106 karchiveentry.h: add missing KArchive forward declaration 5.108 Don't create subdirectory in toplevel To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 pkgsrc/archivers/karchive/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/archivers/karchive/PLIST cvs rdiff -u -r1.17 -r1.18 pkgsrc/archivers/karchive/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169059537485740 Content-Disposition: inline Content-Length: 3505 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/archivers/karchive/Makefile diff -u pkgsrc/archivers/karchive/Makefile:1.41 pkgsrc/archivers/karchive/Makefile:1.42 --- pkgsrc/archivers/karchive/Makefile:1.41 Mon May 22 20:59:55 2023 +++ pkgsrc/archivers/karchive/Makefile Sat Jul 29 01:49:34 2023 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.41 2023/05/22 20:59:55 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2023/07/29 01:49:34 markd Exp $ DISTNAME= karchive-${KF5VER} -PKGREVISION= 5 CATEGORIES= archivers HOMEPAGE= https://community.kde.org/Frameworks Index: pkgsrc/archivers/karchive/PLIST diff -u pkgsrc/archivers/karchive/PLIST:1.5 pkgsrc/archivers/karchive/PLIST:1.6 --- pkgsrc/archivers/karchive/PLIST:1.5 Mon Apr 25 03:28:33 2022 +++ pkgsrc/archivers/karchive/PLIST Sat Jul 29 01:49:34 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2022/04/25 03:28:33 markd Exp $ +@comment $NetBSD: PLIST,v 1.6 2023/07/29 01:49:34 markd Exp $ include/KF5/KArchive/K7Zip include/KF5/KArchive/KAr include/KF5/KArchive/KArchive @@ -35,5 +35,32 @@ lib/libKF5Archive.so lib/libKF5Archive.so.5 lib/libKF5Archive.so.${PKGVERSION} qt5/mkspecs/modules/qt_KArchive.pri +share/locale/ar/LC_MESSAGES/karchive5_qt.qm +share/locale/ca/LC_MESSAGES/karchive5_qt.qm +share/locale/ca@valencia/LC_MESSAGES/karchive5_qt.qm +share/locale/cs/LC_MESSAGES/karchive5_qt.qm +share/locale/de/LC_MESSAGES/karchive5_qt.qm +share/locale/en_GB/LC_MESSAGES/karchive5_qt.qm +share/locale/es/LC_MESSAGES/karchive5_qt.qm +share/locale/fi/LC_MESSAGES/karchive5_qt.qm +share/locale/fr/LC_MESSAGES/karchive5_qt.qm +share/locale/gl/LC_MESSAGES/karchive5_qt.qm +share/locale/ia/LC_MESSAGES/karchive5_qt.qm +share/locale/id/LC_MESSAGES/karchive5_qt.qm +share/locale/it/LC_MESSAGES/karchive5_qt.qm +share/locale/ja/LC_MESSAGES/karchive5_qt.qm +share/locale/ka/LC_MESSAGES/karchive5_qt.qm +share/locale/lt/LC_MESSAGES/karchive5_qt.qm +share/locale/nl/LC_MESSAGES/karchive5_qt.qm +share/locale/nn/LC_MESSAGES/karchive5_qt.qm +share/locale/pl/LC_MESSAGES/karchive5_qt.qm +share/locale/pt/LC_MESSAGES/karchive5_qt.qm +share/locale/ru/LC_MESSAGES/karchive5_qt.qm +share/locale/sk/LC_MESSAGES/karchive5_qt.qm +share/locale/sl/LC_MESSAGES/karchive5_qt.qm +share/locale/tr/LC_MESSAGES/karchive5_qt.qm +share/locale/uk/LC_MESSAGES/karchive5_qt.qm +share/locale/zh_CN/LC_MESSAGES/karchive5_qt.qm +share/locale/zh_TW/LC_MESSAGES/karchive5_qt.qm share/qlogging-categories5/karchive.categories share/qlogging-categories5/karchive.renamecategories Index: pkgsrc/archivers/karchive/distinfo diff -u pkgsrc/archivers/karchive/distinfo:1.17 pkgsrc/archivers/karchive/distinfo:1.18 --- pkgsrc/archivers/karchive/distinfo:1.17 Thu Sep 29 00:24:04 2022 +++ pkgsrc/archivers/karchive/distinfo Sat Jul 29 01:49:34 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2022/09/29 00:24:04 markd Exp $ +$NetBSD: distinfo,v 1.18 2023/07/29 01:49:34 markd Exp $ -BLAKE2s (karchive-5.98.0.tar.xz) = 0b8c9b278afd2f3191f1e6eeb38a9a9994a27ec34f092e159901c5775de83cd0 -SHA512 (karchive-5.98.0.tar.xz) = 98892391845882dc1c68763bb125249cee543a47eef522c86209fb5c16b643112e8dda4468fd3dbeeda4c284aed24ab9232a1ade6293bc987e25a60af70455d2 -Size (karchive-5.98.0.tar.xz) = 986608 bytes +BLAKE2s (karchive-5.108.0.tar.xz) = d23ad401ac7149c766fca13024faf1e3c08cd7fd3c4cf3e7d767f37df062b67d +SHA512 (karchive-5.108.0.tar.xz) = cd63f9b69001114bc5e6809838cba903496cf4ce28222b676255a96dc3d3878b309446cab4dcff12bdf41e7ccd0c4c3629988ba874c60ab85684f6d3f7cb08dc +Size (karchive-5.108.0.tar.xz) = 1018996 bytes --_----------=_169059537485740--