mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 20:13:52 +02:00
monit: update to 5.16.
This commit is contained in:
parent
d4f9da9400
commit
f39e92ac8a
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
--- src/process/sysdep_LINUX.c.orig
|
--- src/process/sysdep_LINUX.c.orig
|
||||||
+++ src/process/sysdep_LINUX.c
|
+++ src/process/sysdep_LINUX.c
|
||||||
@@ -79,6 +79,10 @@
|
@@ -71,6 +71,10 @@
|
||||||
#include <glob.h>
|
#include <glob.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -8,6 +8,6 @@
|
||||||
+#define GLOB_ONLYDIR 0
|
+#define GLOB_ONLYDIR 0
|
||||||
+#endif
|
+#endif
|
||||||
+
|
+
|
||||||
#ifndef HZ
|
#ifdef HAVE_SYS_SYSINFO_H
|
||||||
# define HZ sysconf(_SC_CLK_TCK)
|
#include <sys/sysinfo.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'monit'
|
# Template file for 'monit'
|
||||||
pkgname=monit
|
pkgname=monit
|
||||||
version=5.15
|
version=5.16
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-ssl-dir=${XBPS_CROSS_BASE}/usr libmonit_cv_setjmp_available=yes
|
configure_args="--with-ssl-dir=${XBPS_CROSS_BASE}/usr libmonit_cv_setjmp_available=yes
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Duncaen <duncaen@voidlinux.eu>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://mmonit.com/monit/"
|
homepage="http://mmonit.com/monit/"
|
||||||
distfiles="http://mmonit.com/monit/dist/${pkgname}-${version}.tar.gz"
|
distfiles="http://mmonit.com/monit/dist/${pkgname}-${version}.tar.gz"
|
||||||
checksum=deada8153dc7e8755f572bc4d790143a92c7a8668dccb563ae4dbd73af56697c
|
checksum=5b998e796113ce244c8b575da09d3a62bac1b2765484fe6416f224b4ba8f391f
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall monitrc 700 etc/monit
|
vinstall monitrc 700 etc/monit
|
||||||
|
|
Loading…
Add table
Reference in a new issue