pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs/nagios



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jul  4 10:56:48 UTC 2021

Modified Files:
        pkgsrc/meta-pkgs/nagios: Makefile

Log Message:
nagios: set META_PACKAGE before including bsd.prefs.mk


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/meta-pkgs/nagios/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/meta-pkgs/nagios/Makefile
diff -u pkgsrc/meta-pkgs/nagios/Makefile:1.3 pkgsrc/meta-pkgs/nagios/Makefile:1.4
--- pkgsrc/meta-pkgs/nagios/Makefile:1.3        Tue Jun 29 00:08:50 2021
+++ pkgsrc/meta-pkgs/nagios/Makefile    Sun Jul  4 10:56:48 2021
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/06/29 00:08:50 tnn Exp $
-#
+# $NetBSD: Makefile,v 1.4 2021/07/04 10:56:48 wiz Exp $
 
 DISTNAME=      nagios-4.0.8
 PKGREVISION=   1
@@ -10,6 +9,8 @@ MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Meta package for Nagios
 LICENSE=       gnu-gpl-v2 AND gnu-gpl-v3 AND modified-bsd
 
+META_PACKAGE=  yes
+
 .include "../../mk/bsd.prefs.mk"
 
 DEPENDS+=      nagios-base>=4.0.8:../../net/nagios-base
@@ -30,6 +31,4 @@ DEPENDS+=     nagios-plugin-spamd>=1.6.0:../
 DEPENDS+=      nagios-plugin-snmp>=2.0.3:../../net/nagios-plugin-snmp
 DEPENDS+=      nagios-plugin-syncrepl>=0.1:../../net/nagios-plugin-syncrepl
 
-META_PACKAGE=  yes
-
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index