pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/nagios-plugin-dotpid



Module Name:    pkgsrc
Committed By:   jlam
Date:           Mon Aug  7 09:19:19 UTC 2017

Modified Files:
        pkgsrc/net/nagios-plugin-dotpid: Makefile

Log Message:
net/nagios-plugin-dotpid requires ${NAGIOS_GROUP} to be created.

Ensure that the ${NAGIOS_GROUP} group is created before the package
files are installed since the binary must be made setgid to that
group.

Bump the PKGREVISON due to package install scripts being added.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/nagios-plugin-dotpid/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-dotpid/Makefile
diff -u pkgsrc/net/nagios-plugin-dotpid/Makefile:1.5 pkgsrc/net/nagios-plugin-dotpid/Makefile:1.6
--- pkgsrc/net/nagios-plugin-dotpid/Makefile:1.5        Thu Mar  9 23:47:47 2017
+++ pkgsrc/net/nagios-plugin-dotpid/Makefile    Mon Aug  7 09:19:19 2017
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2017/03/09 23:47:47 manu Exp $
+# $NetBSD: Makefile,v 1.6 2017/08/07 09:19:19 jlam Exp $
 #
 
 PKGNAME=       nagios-plugin-dotpid-${DISTNAME:C/.*-//}
+PKGREVISION=   1
 DISTNAME=      check_dotpid-0.5
 CATEGORIES=    net
 MASTER_SITES=  http://ftp.espci.fr/pub/nagios-local/
@@ -14,9 +15,12 @@ LICENSE=     modified-bsd
 
 INSTALLATION_DIRS+= libexec/nagios
 
+BUILD_DEFS+=           NAGIOS_GROUP
+PKG_GROUPS_VARS=       NAGIOS_GROUP
+PKG_GROUPS=            ${NAGIOS_GROUP}
+
 SPECIAL_PERMS+= ${PREFIX}/libexec/nagios/check_dotpid \
                ${REAL_ROOT_USER} ${NAGIOS_GROUP} 4551
-BUILD_DEFS+=   ${NAGIOS_GROUP}
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/check_dotpid \



Home | Main Index | Thread Index | Old Index