Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=lRhJbZ/s; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=PEYiv1E2 Received: by mail.netbsd.org (Postfix, from userid 605) id 870BE84DB2; Fri, 26 Apr 2024 15:05:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714143926; bh=l3JSOZ2MiT39r8RSS0oArKW8scugTlrQwtooC+Z1OzM=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=lRhJbZ/ss9X8BA6AJgEM07tj6LlD1sdbVs7XHN/pZBd9q4Ek7seqBqAomTxOsvP8/ hsmGwqqSHn1YH3PVLhlXd44hCVHih4hQ9dfzFmIwpsHVhKiChR3gqd7cFj6oKpuLUr KPfZKt2wR9SjTNDhA1tS3IXmY7Iqfdf4CuwcBIOE= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 771F384DB2 for ; Fri, 26 Apr 2024 15:05:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id oio46wJMe-jQ for ; Fri, 26 Apr 2024 15:05:25 +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 E7C4A84D36 for ; Fri, 26 Apr 2024 15:05:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714143925; bh=l3JSOZ2MiT39r8RSS0oArKW8scugTlrQwtooC+Z1OzM=; h=Date:From:Subject:To:Reply-To; b=PEYiv1E2wVMTAaXX9nkol6pq84Lc9Np841jEX57GO/VWCJ6vUcmj8D2Iq2xEdTL3d g86VgUqGTwcWDwjAguudTIyaPVSJk67AhoeALCCkkCZDfncCx+06rBBPF7MsmRB6ge JUu7g0MXpB98hfu8oIPzAvbMc6HTULYUwTPWHbKU= Received: by cvs.NetBSD.org (Postfix, from userid 500) id DFF4BFA2C; Fri, 26 Apr 2024 15:05:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714143924214470" MIME-Version: 1.0 Date: Fri, 26 Apr 2024 15:05:24 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240426150524.DFF4BFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714143924214470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Apr 26 15:05:24 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 pkgsrc/graphics: Makefile Removed Files: pkgsrc/graphics/kqtquickcharts4: DESCR Makefile PLIST distinfo Log Message: kqtquickcharts4: remove Support library for qt4 (obsolete), unused in pkgsrc To generate a diff of this commit: cvs rdiff -u -r1.2715 -r1.2716 pkgsrc/doc/CHANGES-2024 cvs rdiff -u -r1.1045 -r1.1046 pkgsrc/graphics/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/graphics/kqtquickcharts4/DESCR \ pkgsrc/graphics/kqtquickcharts4/PLIST cvs rdiff -u -r1.35 -r0 pkgsrc/graphics/kqtquickcharts4/Makefile cvs rdiff -u -r1.3 -r0 pkgsrc/graphics/kqtquickcharts4/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714143924214470 Content-Disposition: inline Content-Length: 1309 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2024 diff -u pkgsrc/doc/CHANGES-2024:1.2715 pkgsrc/doc/CHANGES-2024:1.2716 --- pkgsrc/doc/CHANGES-2024:1.2715 Fri Apr 26 15:03:41 2024 +++ pkgsrc/doc/CHANGES-2024 Fri Apr 26 15:05:24 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2715 2024/04/26 15:03:41 wiz Exp $ +$NetBSD: CHANGES-2024,v 1.2716 2024/04/26 15:05:24 wiz Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4468,3 +4468,4 @@ Changes to the packages collection and i Removed x11/qwt-qt4 [wiz 2024-04-26] Removed audio/liblastfm [wiz 2024-04-26] Removed devel/qtscriptgenerator [wiz 2024-04-26] + Removed graphics/kqtquickcharts4 successor graphics/kqtquickcharts [wiz 2024-04-26] Index: pkgsrc/graphics/Makefile diff -u pkgsrc/graphics/Makefile:1.1045 pkgsrc/graphics/Makefile:1.1046 --- pkgsrc/graphics/Makefile:1.1045 Wed Apr 17 14:33:55 2024 +++ pkgsrc/graphics/Makefile Fri Apr 26 15:05:24 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1045 2024/04/17 14:33:55 wiz Exp $ +# $NetBSD: Makefile,v 1.1046 2024/04/26 15:05:24 wiz Exp $ # COMMENT= Graphics tools and libraries @@ -307,7 +307,6 @@ SUBDIR+= kolourpaint SUBDIR+= koverartist SUBDIR+= kplotting SUBDIR+= kqtquickcharts -SUBDIR+= kqtquickcharts4 SUBDIR+= krita SUBDIR+= kruler SUBDIR+= ksanecore --_----------=_1714143924214470--