svn commit: r385735 - head/net-mgmt/check_logfiles
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri May 8 09:14:10 UTC 2015
Author: amdmi3
Date: Fri May 8 09:14:09 2015
New Revision: 385735
URL: https://svnweb.freebsd.org/changeset/ports/385735
Log:
- Add missing perl dependency which results in broken shebang in plugin file
- Add LICENSE
Approved by: portmgr blanket
MFH: 2015Q2
Modified:
head/net-mgmt/check_logfiles/Makefile
Modified: head/net-mgmt/check_logfiles/Makefile
==============================================================================
--- head/net-mgmt/check_logfiles/Makefile Fri May 8 09:13:35 2015 (r385734)
+++ head/net-mgmt/check_logfiles/Makefile Fri May 8 09:14:09 2015 (r385735)
@@ -2,13 +2,17 @@
PORTNAME= check_logfiles
PORTVERSION= 3.4.3.1
+PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= http://labs.consol.de/wp-content/uploads/2011/03/
MAINTAINER= flo at FreeBSD.org
COMMENT= Nagios plugin which scans log files for specific patterns
-USES= gmake
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+USES= gmake perl5
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-trusted-path=/bin:/sbin:/usr/bin:/usr/sbin:${LOCALBASE}/bin:${LOCALBASE}/sbin \
--libexecdir=${PREFIX}/libexec/nagios \
More information about the svn-ports-all
mailing list