Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7002A84F4A for ; Sat, 29 Jul 2023 02:05: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 2qsbVpjj-0hH for ; Sat, 29 Jul 2023 02:05:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BA60984D05 for ; Sat, 29 Jul 2023 02:05:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B79F6FBDB; Sat, 29 Jul 2023 02:05:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169059633031930" MIME-Version: 1.0 Date: Sat, 29 Jul 2023 02:05:30 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/devel/kross To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20230729020530.B79F6FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169059633031930 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:05:30 UTC 2023 Modified Files: pkgsrc/devel/kross: Makefile distinfo Log Message: kross: update to 5.108.0 To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/kross/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/kross/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169059633031930 Content-Disposition: inline Content-Length: 1460 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/kross/Makefile diff -u pkgsrc/devel/kross/Makefile:1.32 pkgsrc/devel/kross/Makefile:1.33 --- pkgsrc/devel/kross/Makefile:1.32 Mon May 22 20:59:57 2023 +++ pkgsrc/devel/kross/Makefile Sat Jul 29 02:05:30 2023 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.32 2023/05/22 20:59:57 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2023/07/29 02:05:30 markd Exp $ DISTNAME= kross-${KF5VER} -PKGREVISION= 6 CATEGORIES= devel HOMEPAGE= https://community.kde.org/Frameworks Index: pkgsrc/devel/kross/distinfo diff -u pkgsrc/devel/kross/distinfo:1.8 pkgsrc/devel/kross/distinfo:1.9 --- pkgsrc/devel/kross/distinfo:1.8 Thu Sep 29 00:36:33 2022 +++ pkgsrc/devel/kross/distinfo Sat Jul 29 02:05:30 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2022/09/29 00:36:33 markd Exp $ +$NetBSD: distinfo,v 1.9 2023/07/29 02:05:30 markd Exp $ -BLAKE2s (kross-5.98.0.tar.xz) = 6141a947630d965bd82f7b0794670e21d850b39a0e0ba43311cc838afd6c7098 -SHA512 (kross-5.98.0.tar.xz) = 815e5e647c22b4da72eb27999f5970a156f6a695ac55612cfb5ecded55e76a899bf49895d2e51273edd5bebee97dbf9e85cc58d270abaa889dbd6daab0f6c023 -Size (kross-5.98.0.tar.xz) = 129392 bytes +BLAKE2s (kross-5.108.0.tar.xz) = 65145a6e3ca7460c608921da689d623a993fef08812bc178e5b76226514874b1 +SHA512 (kross-5.108.0.tar.xz) = 577722bb280dfe7084fd70866297cea2a34c9f762fe98744a61e92bcb0ee12e4e5852d79a651f0121180641df4ff6b1ff995a8af71ad5ee361444f8c0aea4bad +Size (kross-5.108.0.tar.xz) = 2440312 bytes --_----------=_169059633031930--