monit: update to 5.25.3.
This commit is contained in:
parent
4268f052d4
commit
0ced77b2cd
|
@ -1,9 +1,11 @@
|
||||||
# Template file for 'monit'
|
# Template file for 'monit'
|
||||||
pkgname=monit
|
pkgname=monit
|
||||||
version=5.25.2
|
version=5.25.3
|
||||||
revision=3
|
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
|
||||||
libmonit_cv_vsnprintf_c99_conformant=yes"
|
libmonit_cv_vsnprintf_c99_conformant=yes"
|
||||||
conf_files="/etc/monitrc"
|
conf_files="/etc/monitrc"
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
|
@ -14,7 +16,7 @@ license="AGPL-3.0-only"
|
||||||
homepage="http://mmonit.com/monit/"
|
homepage="http://mmonit.com/monit/"
|
||||||
#changelog="https://mmonit.com/monit/changes/"
|
#changelog="https://mmonit.com/monit/changes/"
|
||||||
distfiles="http://mmonit.com/monit/dist/${pkgname}-${version}.tar.gz"
|
distfiles="http://mmonit.com/monit/dist/${pkgname}-${version}.tar.gz"
|
||||||
checksum=aa0ce6361d1155e43e30a86dcff00b2003d434f221c360981ced830275abc64a
|
checksum=c10258c8839d20864d30390e7cbf2ff5e0480a67a6fb80c02aa457d6e3390569
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vconf monitrc
|
vconf monitrc
|
||||||
|
|
Loading…
Reference in New Issue