Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=aEHBX0T9; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=q3S0sewy Received: by mail.netbsd.org (Postfix, from userid 605) id AC8F584EC4; Fri, 26 Apr 2024 15:18:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714144691; bh=LrQxRwb6+4ScaJVlRj7xLUjnYrTCjGw6eRogTsuSw1w=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=aEHBX0T9Pn/rYZNIbl3zwXdKZv7bEUfA/bvuXNmQaVVrqgXbCuM9nCY7m9sQQALNc wgZMQiOGC7kx+j0367oC0lZ8+v+mHaeT9pj2GWb3/gUkP9CS09C+/+hdB2Ve2Ywmj3 1TucUG2pyfxSbdP+H//ZQqR5KvVp10vwkSJdpEso= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9E9C784EC2 for ; Fri, 26 Apr 2024 15:18:10 +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 OoTiOcO-Kuvo for ; Fri, 26 Apr 2024 15:18:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1BB5984DB2 for ; Fri, 26 Apr 2024 15:18:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714144690; bh=LrQxRwb6+4ScaJVlRj7xLUjnYrTCjGw6eRogTsuSw1w=; h=Date:From:Subject:To:Reply-To; b=q3S0sewy5gyGtlzRMLwRnlmfmXKJnGw8D9RVM4Tjv6SMTkYvSBl+3c5M7kP5wKY/I TkKCxlH98bkXmFENIlZLR1+36PKt7R7nXOyK+kUejBVVx3T7Wu9j428upRVPTwnH85 AUE5Ti5s3qd+0PYgtyrFq5wGHmwZBBLqmhde6TdU= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 168CCFA2C; Fri, 26 Apr 2024 15:18:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714144690111260" MIME-Version: 1.0 Date: Fri, 26 Apr 2024 15:18:10 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240426151810.168CCFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714144690111260 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:18:09 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 pkgsrc/sysutils: Makefile Removed Files: pkgsrc/sysutils/bacula-qt-console: DESCR Makefile PLIST Log Message: bacula-qt-console: remove Uses qt4 (obsolete), we have bacula-qt5-console, use that To generate a diff of this commit: cvs rdiff -u -r1.2721 -r1.2722 pkgsrc/doc/CHANGES-2024 cvs rdiff -u -r1.1115 -r1.1116 pkgsrc/sysutils/Makefile cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/sysutils/bacula-qt-console/DESCR cvs rdiff -u -r1.48 -r0 pkgsrc/sysutils/bacula-qt-console/Makefile cvs rdiff -u -r1.4 -r0 pkgsrc/sysutils/bacula-qt-console/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714144690111260 Content-Disposition: inline Content-Length: 1387 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.2721 pkgsrc/doc/CHANGES-2024:1.2722 --- pkgsrc/doc/CHANGES-2024:1.2721 Fri Apr 26 15:16:52 2024 +++ pkgsrc/doc/CHANGES-2024 Fri Apr 26 15:18:09 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2721 2024/04/26 15:16:52 wiz Exp $ +$NetBSD: CHANGES-2024,v 1.2722 2024/04/26 15:18:09 wiz Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4474,3 +4474,4 @@ Changes to the packages collection and i Removed multimedia/phonon-backend-vlc [wiz 2024-04-26] 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] Index: pkgsrc/sysutils/Makefile diff -u pkgsrc/sysutils/Makefile:1.1115 pkgsrc/sysutils/Makefile:1.1116 --- pkgsrc/sysutils/Makefile:1.1115 Wed Mar 27 10:00:38 2024 +++ pkgsrc/sysutils/Makefile Fri Apr 26 15:18:09 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1115 2024/03/27 10:00:38 pin Exp $ +# $NetBSD: Makefile,v 1.1116 2024/04/26 15:18:09 wiz Exp $ # COMMENT= System utilities @@ -51,7 +51,6 @@ SUBDIR+= backuppc SUBDIR+= bacula SUBDIR+= bacula-clientonly SUBDIR+= bacula-doc -SUBDIR+= bacula-qt-console SUBDIR+= bacula-qt5-console SUBDIR+= bacula-tray-monitor SUBDIR+= bacula-tray-monitor-qt5 --_----------=_1714144690111260--