Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B5A1484F41 for ; Sat, 29 Jul 2023 02:38:40 +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 slOvdgfDtqsX for ; Sat, 29 Jul 2023 02:38:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3411984D05 for ; Sat, 29 Jul 2023 02:38:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3178EFBDB; Sat, 29 Jul 2023 02:38:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1690598320138160" MIME-Version: 1.0 Date: Sat, 29 Jul 2023 02:38:40 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/x11/frameworkintegration To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20230729023840.3178EFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1690598320138160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sat Jul 29 02:38:40 UTC 2023 Modified Files: pkgsrc/x11/frameworkintegration: Makefile distinfo Log Message: frameworkintegration: update to 5.108.0 5.105 Don't play sound for plain notification To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 pkgsrc/x11/frameworkintegration/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/frameworkintegration/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1690598320138160 Content-Disposition: inline Content-Length: 1699 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/frameworkintegration/Makefile diff -u pkgsrc/x11/frameworkintegration/Makefile:1.60 pkgsrc/x11/frameworkintegration/Makefile:1.61 --- pkgsrc/x11/frameworkintegration/Makefile:1.60 Mon May 22 21:00:09 2023 +++ pkgsrc/x11/frameworkintegration/Makefile Sat Jul 29 02:38:40 2023 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.60 2023/05/22 21:00:09 wiz Exp $ +# $NetBSD: Makefile,v 1.61 2023/07/29 02:38:40 markd Exp $ DISTNAME= frameworkintegration-${KF5VER} -PKGREVISION= 6 CATEGORIES= x11 HOMEPAGE= https://community.kde.org/Frameworks Index: pkgsrc/x11/frameworkintegration/distinfo diff -u pkgsrc/x11/frameworkintegration/distinfo:1.15 pkgsrc/x11/frameworkintegration/distinfo:1.16 --- pkgsrc/x11/frameworkintegration/distinfo:1.15 Thu Sep 29 01:28:22 2022 +++ pkgsrc/x11/frameworkintegration/distinfo Sat Jul 29 02:38:40 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2022/09/29 01:28:22 markd Exp $ +$NetBSD: distinfo,v 1.16 2023/07/29 02:38:40 markd Exp $ -BLAKE2s (frameworkintegration-5.98.0.tar.xz) = 6b07167ce36a6f8c779383395ca8ecb06c9934cadcc3b95de317f70e3dd5c1ae -SHA512 (frameworkintegration-5.98.0.tar.xz) = bbf7e20615df6f7613c271da683bd3065df78bbd1231bdbf96991bb674923b40586013bcc8c6191f6b2f4ed2547dbf26e0c4f48eeccef233768ce4c89d00d2e5 -Size (frameworkintegration-5.98.0.tar.xz) = 1759612 bytes +BLAKE2s (frameworkintegration-5.108.0.tar.xz) = 9b6632530b6a10fee7271dce97b9b817ad560a013200fbea3bfc6ccd5967760a +SHA512 (frameworkintegration-5.108.0.tar.xz) = ea67b11edcffb546ec1cc41da03ac921738d6879ee0ecd652e27aacf6dd8af0d37da5bd29e2f3a43e41295abcec53d0b2679d56e937e99675cf0451d91db865e +Size (frameworkintegration-5.108.0.tar.xz) = 1759976 bytes --_----------=_1690598320138160--