Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 May 2015 09:40:29 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r385746 - branches/2015Q2/net-mgmt/check_logfiles
Message-ID:  <201505080940.t489eThr050195@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri May  8 09:40:29 2015
New Revision: 385746
URL: https://svnweb.freebsd.org/changeset/ports/385746

Log:
  MFH: r385735
  
  - Add missing perl dependency which results in broken shebang in plugin file
  - Add LICENSE
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (erwin)

Modified:
  branches/2015Q2/net-mgmt/check_logfiles/Makefile
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/net-mgmt/check_logfiles/Makefile
==============================================================================
--- branches/2015Q2/net-mgmt/check_logfiles/Makefile	Fri May  8 09:38:45 2015	(r385745)
+++ branches/2015Q2/net-mgmt/check_logfiles/Makefile	Fri May  8 09:40:29 2015	(r385746)
@@ -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@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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505080940.t489eThr050195>