pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net



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.

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



Home | Main Index | Thread Index | Old Index