diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2016-11-05 07:51:16 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2016-11-05 07:51:16 +0000 |
commit | 9aadc493da5b3272a6ce1fa17223f5ec2f66adb5 (patch) | |
tree | c557a374e5f7e3a371790b1eca4f9961a46e4204 /net-mgmt | |
parent | Cleanup (diff) |
- update to 1.2.8p13 [1]
Change MAINTAINER to ports@
(I'm no longer using this utility)
[1] requested by ehaupt@
Notes
Notes:
svn path=/head/; revision=425376
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/mk-livestatus/Makefile | 5 | ||||
-rw-r--r-- | net-mgmt/mk-livestatus/distinfo | 5 | ||||
-rw-r--r-- | net-mgmt/mk-livestatus/files/patch-src__LogCache.cc | 14 | ||||
-rw-r--r-- | net-mgmt/mk-livestatus/files/patch-src__Makefile.in | 6 |
4 files changed, 15 insertions, 15 deletions
diff --git a/net-mgmt/mk-livestatus/Makefile b/net-mgmt/mk-livestatus/Makefile index 5ee034248f6d..73d142c7619b 100644 --- a/net-mgmt/mk-livestatus/Makefile +++ b/net-mgmt/mk-livestatus/Makefile @@ -2,14 +2,13 @@ # $FreeBSD$ PORTNAME= mk-livestatus -PORTVERSION= 1.2.4 -PORTREVISION= 1 +PORTVERSION= 1.2.8p13 CATEGORIES= net-mgmt MASTER_SITES= http://mathias-kettner.de/download/ \ LOCAL/ohauer DIST_SUBDIR= check_mk -MAINTAINER= ohauer@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Nagios event broker module LICENSE= GPLv2 diff --git a/net-mgmt/mk-livestatus/distinfo b/net-mgmt/mk-livestatus/distinfo index 3df8eb59aeda..248e17c2814d 100644 --- a/net-mgmt/mk-livestatus/distinfo +++ b/net-mgmt/mk-livestatus/distinfo @@ -1,2 +1,3 @@ -SHA256 (check_mk/mk-livestatus-1.2.4.tar.gz) = 1ae6c30ac2f7f182b2a4d5ca01d09cd84afb300ad75fea3bb5db8f5ae95d4eff -SIZE (check_mk/mk-livestatus-1.2.4.tar.gz) = 434179 +TIMESTAMP = 1477002191 +SHA256 (check_mk/mk-livestatus-1.2.8p13.tar.gz) = 8a6b5847f0d92b1233041e84ae7788cef70cbb86c3f98ba1104c0212b8bc0bf5 +SIZE (check_mk/mk-livestatus-1.2.8p13.tar.gz) = 453562 diff --git a/net-mgmt/mk-livestatus/files/patch-src__LogCache.cc b/net-mgmt/mk-livestatus/files/patch-src__LogCache.cc index 94b003d410b0..f24590b0cefd 100644 --- a/net-mgmt/mk-livestatus/files/patch-src__LogCache.cc +++ b/net-mgmt/mk-livestatus/files/patch-src__LogCache.cc @@ -1,13 +1,13 @@ PR ports/187433: fix build on FreeBSD 10 ======================================== ---- ./src/LogCache.cc.orig 2014-03-16 19:32:30.000000000 +0100 -+++ ./src/LogCache.cc 2014-03-16 19:33:20.000000000 +0100 -@@ -25,6 +25,7 @@ - #include <time.h> - #include <sys/types.h> +--- src/LogCache.cc.orig 2016-10-20 15:07:59 UTC ++++ src/LogCache.cc +@@ -24,6 +24,7 @@ + + #include "LogCache.h" #include <dirent.h> +#include <pthread.h> - #include <unistd.h> - #include <stddef.h> #include <stdarg.h> + #include <stddef.h> + #include <stdio.h> diff --git a/net-mgmt/mk-livestatus/files/patch-src__Makefile.in b/net-mgmt/mk-livestatus/files/patch-src__Makefile.in index 69491ab6771b..148e7a41da3b 100644 --- a/net-mgmt/mk-livestatus/files/patch-src__Makefile.in +++ b/net-mgmt/mk-livestatus/files/patch-src__Makefile.in @@ -1,6 +1,6 @@ ---- ./src/Makefile.in.orig 2014-02-10 10:54:03.000000000 +0100 -+++ ./src/Makefile.in 2014-02-20 22:47:49.000000000 +0100 -@@ -260,7 +260,7 @@ +--- src/Makefile.in.orig 2016-10-20 15:08:36 UTC ++++ src/Makefile.in +@@ -297,7 +297,7 @@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ |