Received: by mail.netbsd.org (Postfix, from userid 605) id DE7D184DC1; Mon, 9 Jan 2023 00:42:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1C48084D96 for ; Mon, 9 Jan 2023 00:42:48 +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 Lp_5daV97MIf for ; Mon, 9 Jan 2023 00:42:47 +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 3ED4484CEA for ; Mon, 9 Jan 2023 00:42:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 32E3DFA90; Mon, 9 Jan 2023 00:42:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1673224967215510" MIME-Version: 1.0 Date: Mon, 9 Jan 2023 00:42:47 +0000 From: "Christopher KOBAYASHI" Subject: CVS commit: pkgsrc/net To: pkgsrc-changes@NetBSD.org Reply-To: sekiya@netbsd.org X-Mailer: log_accum Message-Id: <20230109004247.32E3DFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1673224967215510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: sekiya Date: Mon Jan 9 00:42:47 UTC 2023 Modified Files: pkgsrc/net/nagios-plugin-dnsrbl: Makefile pkgsrc/net/nagios-plugin-dumpdates: Makefile pkgsrc/net/nagios-plugin-fstab: Makefile pkgsrc/net/nagios-plugin-gfbricks: Makefile pkgsrc/net/nagios-plugin-milter: Makefile pkgsrc/net/nagios-plugin-mysqlslave: Makefile Log Message: Fix minor warnings from pkglint. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/nagios-plugin-dnsrbl/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/nagios-plugin-dumpdates/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/nagios-plugin-fstab/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/nagios-plugin-gfbricks/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/nagios-plugin-milter/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/nagios-plugin-mysqlslave/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1673224967215510 Content-Disposition: inline Content-Length: 4326 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/nagios-plugin-dnsrbl/Makefile diff -u pkgsrc/net/nagios-plugin-dnsrbl/Makefile:1.6 pkgsrc/net/nagios-plugin-dnsrbl/Makefile:1.7 --- pkgsrc/net/nagios-plugin-dnsrbl/Makefile:1.6 Sun Jan 26 17:31:51 2020 +++ pkgsrc/net/nagios-plugin-dnsrbl/Makefile Mon Jan 9 00:42:46 2023 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2020/01/26 17:31:51 rillig Exp $ +# $NetBSD: Makefile,v 1.7 2023/01/09 00:42:46 sekiya Exp $ # -PKGNAME= nagios-plugin-dnsrbl-${DISTNAME:C/.*-//} DISTNAME= check_dnsrbl-0.4 +PKGNAME= nagios-plugin-dnsrbl-${DISTNAME:C/.*-//} CATEGORIES= net MASTER_SITES= http://ftp.espci.fr/pub/nagios-local/ EXTRACT_SUFX= .tgz Index: pkgsrc/net/nagios-plugin-dumpdates/Makefile diff -u pkgsrc/net/nagios-plugin-dumpdates/Makefile:1.6 pkgsrc/net/nagios-plugin-dumpdates/Makefile:1.7 --- pkgsrc/net/nagios-plugin-dumpdates/Makefile:1.6 Sun Jan 26 17:31:51 2020 +++ pkgsrc/net/nagios-plugin-dumpdates/Makefile Mon Jan 9 00:42:46 2023 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2020/01/26 17:31:51 rillig Exp $ +# $NetBSD: Makefile,v 1.7 2023/01/09 00:42:46 sekiya Exp $ # -PKGNAME= nagios-plugin-dumpdates-${DISTNAME:C/.*-//} DISTNAME= check_dumpdates-0.3 +PKGNAME= nagios-plugin-dumpdates-${DISTNAME:C/.*-//} CATEGORIES= net MASTER_SITES= http://ftp.espci.fr/pub/nagios-local/ EXTRACT_SUFX= .tgz Index: pkgsrc/net/nagios-plugin-fstab/Makefile diff -u pkgsrc/net/nagios-plugin-fstab/Makefile:1.6 pkgsrc/net/nagios-plugin-fstab/Makefile:1.7 --- pkgsrc/net/nagios-plugin-fstab/Makefile:1.6 Sun Jan 26 17:31:51 2020 +++ pkgsrc/net/nagios-plugin-fstab/Makefile Mon Jan 9 00:42:46 2023 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2020/01/26 17:31:51 rillig Exp $ +# $NetBSD: Makefile,v 1.7 2023/01/09 00:42:46 sekiya Exp $ # -PKGNAME= nagios-plugin-fstab-${DISTNAME:C/.*-//} DISTNAME= check_fstab-0.3 +PKGNAME= nagios-plugin-fstab-${DISTNAME:C/.*-//} CATEGORIES= net MASTER_SITES= http://ftp.espci.fr/pub/nagios-local/ EXTRACT_SUFX= .tgz Index: pkgsrc/net/nagios-plugin-gfbricks/Makefile diff -u pkgsrc/net/nagios-plugin-gfbricks/Makefile:1.4 pkgsrc/net/nagios-plugin-gfbricks/Makefile:1.5 --- pkgsrc/net/nagios-plugin-gfbricks/Makefile:1.4 Sun Jan 26 17:31:51 2020 +++ pkgsrc/net/nagios-plugin-gfbricks/Makefile Mon Jan 9 00:42:46 2023 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2020/01/26 17:31:51 rillig Exp $ +# $NetBSD: Makefile,v 1.5 2023/01/09 00:42:46 sekiya Exp $ # +DISTNAME= check_gfbricks-0.2 PKGNAME= nagios-plugin-gfbricks-${DISTNAME:C/.*-//} PKGREVISION= 1 -DISTNAME= check_gfbricks-0.2 CATEGORIES= net MASTER_SITES= http://ftp.espci.fr/pub/nagios-local/ EXTRACT_SUFX= .tgz Index: pkgsrc/net/nagios-plugin-milter/Makefile diff -u pkgsrc/net/nagios-plugin-milter/Makefile:1.5 pkgsrc/net/nagios-plugin-milter/Makefile:1.6 --- pkgsrc/net/nagios-plugin-milter/Makefile:1.5 Sun Jan 26 17:31:52 2020 +++ pkgsrc/net/nagios-plugin-milter/Makefile Mon Jan 9 00:42:46 2023 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2020/01/26 17:31:52 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2023/01/09 00:42:46 sekiya Exp $ # +DISTNAME= check_milter-0.2 PKGNAME= nagios-plugin-milter-${DISTNAME:C/.*-//} PKGREVISION= 1 -DISTNAME= check_milter-0.2 CATEGORIES= net MASTER_SITES= http://ftp.espci.fr/pub/nagios-local/ EXTRACT_SUFX= .tgz @@ -24,9 +24,9 @@ PKG_GROUPS= ${NAGIOS_GROUP} # SMMSP_USER?= smmsp BUILD_DEFS+= SMMSP_USER -PKG_GROUPS_VARS= SMMSP_USER +PKG_GROUPS_VARS+= SMMSP_USER PKG_USERS_VARS= SMMSP_USER -PKG_GROUPS= ${SMMSP_USER} +PKG_GROUPS+= ${SMMSP_USER} PKG_USERS= ${SMMSP_USER}:${SMMSP_USER} PKG_GECOS.${SMMSP_USER}= Sendmail Message Submission Program Index: pkgsrc/net/nagios-plugin-mysqlslave/Makefile diff -u pkgsrc/net/nagios-plugin-mysqlslave/Makefile:1.6 pkgsrc/net/nagios-plugin-mysqlslave/Makefile:1.7 --- pkgsrc/net/nagios-plugin-mysqlslave/Makefile:1.6 Wed Jun 23 20:33:15 2021 +++ pkgsrc/net/nagios-plugin-mysqlslave/Makefile Mon Jan 9 00:42:46 2023 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2021/06/23 20:33:15 nia Exp $ +# $NetBSD: Makefile,v 1.7 2023/01/09 00:42:46 sekiya Exp $ # +DISTNAME= check_mysql_slave-0.2 PKGNAME= nagios-plugin-mysqlslave-${DISTNAME:C/.*-//} PKGREVISION= 2 -DISTNAME= check_mysql_slave-0.2 CATEGORIES= net MASTER_SITES= http://ftp.espci.fr/pub/nagios-local/ EXTRACT_SUFX= .tgz --_----------=_1673224967215510--