pkgsrc-WIP-changes archive

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

nagios-plugin-snmp_environment: Reorder lines



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Wed Feb 10 10:42:44 2021 +0100
Changeset:	9ec52cbdcb499bfff2e4bdc1cdda74fb63ee8f25

Modified Files:
	nagios-plugin-snmp_environment/Makefile

Log Message:
nagios-plugin-snmp_environment: Reorder lines

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9ec52cbdcb499bfff2e4bdc1cdda74fb63ee8f25

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

diffstat:
 nagios-plugin-snmp_environment/Makefile | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diffs:
diff --git a/nagios-plugin-snmp_environment/Makefile b/nagios-plugin-snmp_environment/Makefile
index e045fb75ac..e661a516d9 100644
--- a/nagios-plugin-snmp_environment/Makefile
+++ b/nagios-plugin-snmp_environment/Makefile
@@ -1,16 +1,16 @@
 # $NetBSD: Makefile $
 
+DISTNAME=	check_snmp_environment.pl
 VERSION=	0.7
 PKGREVISION=	1
 PKGNAME=	nagios-plugin-snmp_environment-${VERSION}
-COMMENT=	Check various hardware environmental sensors
-CATEGORIES=	sysutils net
-HOMEPAGE=	https://exchange.nagios.org/directory/Plugins/Hardware/Network-Gear/Cisco/Check-various-hardware-environmental-sensors/details
-
+CATEGORIES=	net sysutils
+MASTER_SITES=	-https://exchange.nagios.org/components/com_mtree/attachment.php?link_id=483&cf_id=24
 EXTRACT_SUFX=	# empty
 DIST_SUBDIR=	check_snmp_environment-${VERSION}
-MASTER_SITES=	-https://exchange.nagios.org/components/com_mtree/attachment.php?link_id=483&cf_id=24
-DISTNAME=	check_snmp_environment.pl
+
+COMMENT=	Check various hardware environmental sensors
+HOMEPAGE=	https://exchange.nagios.org/directory/Plugins/Hardware/Network-Gear/Cisco/Check-various-hardware-environmental-sensors/details
 LICENSE=	gnu-gpl-v3
 
 USE_LANGUAGES=	# empty


Home | Main Index | Thread Index | Old Index