Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=3S2fjGo+; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=MY9S6nXx Received: by mail.netbsd.org (Postfix, from userid 605) id 73DEC84EC4; Fri, 26 Apr 2024 15:19:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714144755; bh=lgEsf8GR311UVO4hMM6dbWlkVkOGKkq1sbOnK+pRUa8=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=3S2fjGo+Zs4RxB0aDetga2NTMzqVyd9/AnjFTuhluLnZPEsH4NLyJfOPYqhq/nMy5 sY6l9RRW5Zl3+uWQDycEO1Mt9bp04QulHNSJ/VQVpg6H5iJ5kNGpxmRKY3b1NzZ50q gDeIvbzEo2IzCFXecajhhQu6IB9mZQ2QSU04vseg= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 63D1984EC2 for ; Fri, 26 Apr 2024 15:19:14 +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 ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id COidD6dNnN65 for ; Fri, 26 Apr 2024 15:19:13 +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 D445084DB2 for ; Fri, 26 Apr 2024 15:19:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714144753; bh=lgEsf8GR311UVO4hMM6dbWlkVkOGKkq1sbOnK+pRUa8=; h=Date:From:Subject:To:Reply-To; b=MY9S6nXxOevrC6/jTePduLlqoKsc6zSc/S4inThko5J5NFeljdHImHCaUlI3xPXAU LTVecKCxYj6O90bpitC+jcs9GQ0xFGCXFVBrP8a9/QKFjlDJqCdI0FDVTkQJTlkQwo XGv/wloonm1cYXEKGvQkHHZXB+T2qk/OjeXloOrY= Received: by cvs.NetBSD.org (Postfix, from userid 500) id CF6B0FA2C; Fri, 26 Apr 2024 15:19:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714144753168210" MIME-Version: 1.0 Date: Fri, 26 Apr 2024 15:19:13 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240426151913.CF6B0FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714144753168210 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:19:13 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 pkgsrc/sysutils: Makefile Removed Files: pkgsrc/sysutils/bacula-tray-monitor: DESCR Makefile PLIST Log Message: bacula-tray-monitor: remove Uses qt4 (obsolete), we have bacula-tray-monitor-qt5, use that To generate a diff of this commit: cvs rdiff -u -r1.2722 -r1.2723 pkgsrc/doc/CHANGES-2024 cvs rdiff -u -r1.1116 -r1.1117 pkgsrc/sysutils/Makefile cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/sysutils/bacula-tray-monitor/DESCR cvs rdiff -u -r1.57 -r0 pkgsrc/sysutils/bacula-tray-monitor/Makefile cvs rdiff -u -r1.2 -r0 pkgsrc/sysutils/bacula-tray-monitor/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714144753168210 Content-Disposition: inline Content-Length: 1422 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.2722 pkgsrc/doc/CHANGES-2024:1.2723 --- pkgsrc/doc/CHANGES-2024:1.2722 Fri Apr 26 15:18:09 2024 +++ pkgsrc/doc/CHANGES-2024 Fri Apr 26 15:19:13 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2722 2024/04/26 15:18:09 wiz Exp $ +$NetBSD: CHANGES-2024,v 1.2723 2024/04/26 15:19:13 wiz Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4475,3 +4475,4 @@ Changes to the packages collection and i Removed print/scribus-qt4 successor print/scribus-qt5 [wiz 2024-04-26] Removed security/qt4-qtkeychain [wiz 2024-04-26] Removed sysutils/bacula-qt-console successor sysutils/bacula-qt5-console [wiz 2024-04-26] + Removed sysutils/bacula-tray-monitor sucessor sysutils/bacula-tray-monitor-qt5 [wiz 2024-04-26] Index: pkgsrc/sysutils/Makefile diff -u pkgsrc/sysutils/Makefile:1.1116 pkgsrc/sysutils/Makefile:1.1117 --- pkgsrc/sysutils/Makefile:1.1116 Fri Apr 26 15:18:09 2024 +++ pkgsrc/sysutils/Makefile Fri Apr 26 15:19:13 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1116 2024/04/26 15:18:09 wiz Exp $ +# $NetBSD: Makefile,v 1.1117 2024/04/26 15:19:13 wiz Exp $ # COMMENT= System utilities @@ -52,7 +52,6 @@ SUBDIR+= bacula SUBDIR+= bacula-clientonly SUBDIR+= bacula-doc SUBDIR+= bacula-qt5-console -SUBDIR+= bacula-tray-monitor SUBDIR+= bacula-tray-monitor-qt5 SUBDIR+= baloo-widgets SUBDIR+= baloo5 --_----------=_1714144753168210--