svn commit: r348515 - in head/net-mgmt/nagios-check_ports: . files
Matthew Seaman
matthew at FreeBSD.org
Tue Mar 18 07:31:14 UTC 2014
Author: matthew
Date: Tue Mar 18 07:31:13 2014
New Revision: 348515
URL: http://svnweb.freebsd.org/changeset/ports/348515
QAT: https://qat.redports.org/buildarchive/r348515/
Log:
Update to 0.7
* maintainer has forked the upstream onto github
* consequently patches have been applied upstream
* add pkg(8) for FreeBSD 10.0 and above
PR: ports/184011
Submitted by: maintainer
Deleted:
head/net-mgmt/nagios-check_ports/files/
Modified:
head/net-mgmt/nagios-check_ports/Makefile
head/net-mgmt/nagios-check_ports/distinfo
head/net-mgmt/nagios-check_ports/pkg-descr
Modified: head/net-mgmt/nagios-check_ports/Makefile
==============================================================================
--- head/net-mgmt/nagios-check_ports/Makefile Tue Mar 18 04:28:46 2014 (r348514)
+++ head/net-mgmt/nagios-check_ports/Makefile Tue Mar 18 07:31:13 2014 (r348515)
@@ -2,24 +2,28 @@
# $FreeBSD$
PORTNAME= check_ports
-PORTVERSION= 0.6.1
-PORTREVISION= 1
+PORTVERSION= 0.7
CATEGORIES= net-mgmt
-MASTER_SITES= http://code.adminlife.net/check_ports/files/
PKGNAMEPREFIX= nagios-
MAINTAINER= ryanrfrederick at gmail.com
-COMMENT= Nagios Plugin to monitor your FreeBSD Ports
+COMMENT= monitor FreeBSD ports for updates or vulnerabilities
-RUN_DEPENDS= portaudit:${PORTSDIR}/ports-mgmt/portaudit
+USE_GITHUB= yes
+GH_ACCOUNT= rfrederick
+GH_TAGNAME= v${PORTVERSION}
+GH_COMMIT= 7cee15a
NO_BUILD= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 1000000
+RUN_DEPENDS= portaudit:${PORTSDIR}/ports-mgmt/portaudit
+.endif
+
do-install:
- @${MKDIR} ${PREFIX}/libexec/nagios
- ${INSTALL_SCRIPT} ${WRKSRC}/check_ports ${PREFIX}/libexec/nagios/
+ @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios
+ ${INSTALL_SCRIPT} ${WRKSRC}/check_ports ${STAGEDIR}${PREFIX}/libexec/nagios/
.include <bsd.port.post.mk>
Modified: head/net-mgmt/nagios-check_ports/distinfo
==============================================================================
--- head/net-mgmt/nagios-check_ports/distinfo Tue Mar 18 04:28:46 2014 (r348514)
+++ head/net-mgmt/nagios-check_ports/distinfo Tue Mar 18 07:31:13 2014 (r348515)
@@ -1,2 +1,2 @@
-SHA256 (check_ports-0.6.1.tar.gz) = c519e5168810909c0a64fe1628edba7d2ea919aa14390a2c07c28f404f6f3006
-SIZE (check_ports-0.6.1.tar.gz) = 3731
+SHA256 (check_ports-0.7.tar.gz) = 9c16c50ceb78315b41a2f82af5799f0bfaaa6780aeefe3eaacf503bb4fb62cf9
+SIZE (check_ports-0.7.tar.gz) = 4710
Modified: head/net-mgmt/nagios-check_ports/pkg-descr
==============================================================================
--- head/net-mgmt/nagios-check_ports/pkg-descr Tue Mar 18 04:28:46 2014 (r348514)
+++ head/net-mgmt/nagios-check_ports/pkg-descr Tue Mar 18 07:31:13 2014 (r348515)
@@ -1,2 +1,2 @@
-Nagios Plugin to monitor your FreeBSD Ports Tree for updates or
-installed packages with known security vulnerabilities.
+Nagios plugin to monitor the local FreeBSD ports tree for updates or
+known security vulnerabilities in installed packages.
More information about the svn-ports-all
mailing list