Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id ED16884D8D for ; Thu, 3 Aug 2023 02:10:31 +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 ZcQvMzjXSdn3 for ; Thu, 3 Aug 2023 02:10:31 +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 7FF4484CF2 for ; Thu, 3 Aug 2023 02:10:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 722BEFBDB; Thu, 3 Aug 2023 02:10:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1691028631182600" MIME-Version: 1.0 Date: Thu, 3 Aug 2023 02:10:31 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/meta-pkgs/kde To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20230803021031.722BEFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1691028631182600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Thu Aug 3 02:10:31 UTC 2023 Modified Files: pkgsrc/meta-pkgs/kde: applications.mk Log Message: kde: bump Gear version to 23.04.3 To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/meta-pkgs/kde/applications.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1691028631182600 Content-Disposition: inline Content-Length: 589 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/kde/applications.mk diff -u pkgsrc/meta-pkgs/kde/applications.mk:1.8 pkgsrc/meta-pkgs/kde/applications.mk:1.9 --- pkgsrc/meta-pkgs/kde/applications.mk:1.8 Thu Sep 29 00:22:13 2022 +++ pkgsrc/meta-pkgs/kde/applications.mk Thu Aug 3 02:10:31 2023 @@ -1,6 +1,6 @@ -# $NetBSD: applications.mk,v 1.8 2022/09/29 00:22:13 markd Exp $ +# $NetBSD: applications.mk,v 1.9 2023/08/03 02:10:31 markd Exp $ -KAPPSVER?= 22.08.1 +KAPPSVER?= 23.04.3 CATEGORIES+= kde MASTER_SITES?= ${MASTER_SITE_KDE:=release-service/${KAPPSVER}/src/} EXTRACT_SUFX?= .tar.xz --_----------=_1691028631182600--