diff options
author | Florian Smeets <flo@FreeBSD.org> | 2016-04-23 13:00:22 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2016-04-23 13:00:22 +0000 |
commit | 4a027d49f82f066a0eac1e9407758121c3dc7c10 (patch) | |
tree | ed5ca497179cb1d3de88cc08c425ecdf5e2e4080 /net-mgmt/check_logfiles | |
parent | e4bf7ecf9bd18be7d058d8cebe17cb133fe5731c (diff) |
Notes
Diffstat (limited to 'net-mgmt/check_logfiles')
-rw-r--r-- | net-mgmt/check_logfiles/Makefile | 7 | ||||
-rw-r--r-- | net-mgmt/check_logfiles/distinfo | 4 | ||||
-rw-r--r-- | net-mgmt/check_logfiles/pkg-plist | 1 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net-mgmt/check_logfiles/Makefile b/net-mgmt/check_logfiles/Makefile index 1785d0b8cb0e..5a0a89b81c2c 100644 --- a/net-mgmt/check_logfiles/Makefile +++ b/net-mgmt/check_logfiles/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= check_logfiles -PORTVERSION= 3.7.1.1 +PORTVERSION= 3.7.4.1 CATEGORIES= net-mgmt MASTER_SITES= https://labs.consol.de/assets/downloads/nagios/ @@ -11,9 +11,10 @@ COMMENT= Nagios plugin which scans log files for specific patterns LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake perl5 +PLIST_FILES= libexec/nagios/check_logfiles + +USES= autoreconf gmake perl5 GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf CONFIGURE_ARGS+= --with-trusted-path=/bin:/sbin:/usr/bin:/usr/sbin:${LOCALBASE}/bin:${LOCALBASE}/sbin \ --libexecdir=${PREFIX}/libexec/nagios \ diff --git a/net-mgmt/check_logfiles/distinfo b/net-mgmt/check_logfiles/distinfo index 6a523c62d0aa..5d2f9b095985 100644 --- a/net-mgmt/check_logfiles/distinfo +++ b/net-mgmt/check_logfiles/distinfo @@ -1,2 +1,2 @@ -SHA256 (check_logfiles-3.7.1.1.tar.gz) = c241272c782d5417f7ca9450b67cf2aebf925d8cd77466c00eb222fe517c6e5f -SIZE (check_logfiles-3.7.1.1.tar.gz) = 226337 +SHA256 (check_logfiles-3.7.4.1.tar.gz) = 6865bd38c28f0e6fb3f3a59375c78e248f9cb0181f87b8f6817fc9483dbd23c5 +SIZE (check_logfiles-3.7.4.1.tar.gz) = 236013 diff --git a/net-mgmt/check_logfiles/pkg-plist b/net-mgmt/check_logfiles/pkg-plist deleted file mode 100644 index ff06bef63d82..000000000000 --- a/net-mgmt/check_logfiles/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -libexec/nagios/check_logfiles |