Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F2E5C84D28 for ; Sat, 4 Nov 2023 12:12:54 +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 BTz4naemHyTo for ; Sat, 4 Nov 2023 12:12:54 +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 6EF9784CE2 for ; Sat, 4 Nov 2023 12:12:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 66AA4FA2B; Sat, 4 Nov 2023 12:12:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1699099974252390" MIME-Version: 1.0 Date: Sat, 4 Nov 2023 12:12:54 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20231104121254.66AA4FA2B@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1699099974252390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Nov 4 12:12:54 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 pkgsrc/net: Makefile Removed Files: pkgsrc/net/nagstamon: DESCR Makefile PLIST distinfo pkgsrc/net/nagstamon/patches: patch-setup.py Log Message: nagstamon: remove Last user of py-gnome2; take a look at wip/nagstamon if you're interested in running this. To generate a diff of this commit: cvs rdiff -u -r1.6587 -r1.6588 pkgsrc/doc/CHANGES-2023 cvs rdiff -u -r1.1546 -r1.1547 pkgsrc/net/Makefile cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/net/nagstamon/DESCR cvs rdiff -u -r1.77 -r0 pkgsrc/net/nagstamon/Makefile cvs rdiff -u -r1.5 -r0 pkgsrc/net/nagstamon/PLIST cvs rdiff -u -r1.7 -r0 pkgsrc/net/nagstamon/distinfo cvs rdiff -u -r1.2 -r0 pkgsrc/net/nagstamon/patches/patch-setup.py Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1699099974252390 Content-Disposition: inline Content-Length: 1260 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2023 diff -u pkgsrc/doc/CHANGES-2023:1.6587 pkgsrc/doc/CHANGES-2023:1.6588 --- pkgsrc/doc/CHANGES-2023:1.6587 Sat Nov 4 12:11:44 2023 +++ pkgsrc/doc/CHANGES-2023 Sat Nov 4 12:12:53 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.6587 2023/11/04 12:11:44 wiz Exp $ +$NetBSD: CHANGES-2023,v 1.6588 2023/11/04 12:12:53 wiz Exp $ Changes to the packages collection and infrastructure in 2023: @@ -9575,3 +9575,4 @@ Changes to the packages collection and i Removed graphics/p5-Gnome2-Canvas [wiz 2023-11-04] Removed sysutils/virt-manager [wiz 2023-11-04] Removed devel/py-at-spi [wiz 2023-11-04] + Removed net/nagstamon [wiz 2023-11-04] Index: pkgsrc/net/Makefile diff -u pkgsrc/net/Makefile:1.1546 pkgsrc/net/Makefile:1.1547 --- pkgsrc/net/Makefile:1.1546 Thu Nov 2 04:12:10 2023 +++ pkgsrc/net/Makefile Sat Nov 4 12:12:53 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1546 2023/11/02 04:12:10 pho Exp $ +# $NetBSD: Makefile,v 1.1547 2023/11/04 12:12:53 wiz Exp $ # COMMENT= Networking tools @@ -431,7 +431,6 @@ SUBDIR+= nagios-plugin-spamd SUBDIR+= nagios-plugin-syncrepl SUBDIR+= nagios-plugin-x509 SUBDIR+= nagios-plugins -SUBDIR+= nagstamon SUBDIR+= nam SUBDIR+= nanomsg SUBDIR+= nanomsgxx --_----------=_1699099974252390--