1
0
forked from ports/contrib

monit: update to 5.27.1

This commit is contained in:
Juergen Daubert 2020-10-25 11:57:00 +01:00
parent 0720a3db61
commit c339fe123d
2 changed files with 13 additions and 12 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF31vmBb+dEt5JN6ODS0RUQNPg9ujISI1FvLwtbDrBeYsVUP5dq0+h4cOj/m8I7aNjupFWhwNst0WHqxMNAZj16Ac=
SHA256 (Pkgfile) = 72b8598653f12bd2e710961397a14511848d6c300cb74424bc46b08bc0190101
RWSagIOpLGJF32AGmn+0YPf5c6N5DqPaDsXWyY9RsWXKTW+6wT7hpEN9sw3Gp8CUr6B2Fi/oHIb5O+SQ+ZOG0j8SKD+HWfEURww=
SHA256 (Pkgfile) = b3a2efec804db21e26faa0d39b58c2ad1f14a884b63ce79292762340e835075e
SHA256 (.footprint) = 1543986dc614b53b721621604afb2f1e34fa3f50e7f62ea8a5583e3adfb4575a
SHA256 (monit-5.27.0.tar.gz) = d8c0deef624f193a952502fe9baabfa66e3d8d057df5738da43f9a37792afca4
SHA256 (monit-5.27.1.tar.gz) = f57408d16185687513a3c4eb3f2bb72eef76331ac16210e9652e846e5c84ed51
SHA256 (monitd) = e8d5f6a67b0e75641bc0158bfdc942f1738f734d751c94ddfa82ec1f1c571f1e

View File

@ -4,20 +4,21 @@
# Depends on: openssl linux-pam
name=monit
version=5.27.0
version=5.27.1
release=1
source=(http://mmonit.com/$name/dist/$name-$version.tar.gz \
monitd)
monitd)
build() {
cd $name-$version
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc
./configure \
--prefix=/usr \
--sysconfdir=/etc
make
make DESTDIR=$PKG install
make
make DESTDIR=$PKG install
install -D -m 0755 $SRC/monitd $PKG/etc/rc.d/monitd
install -D -m 0700 monitrc $PKG/etc/monitrc
install -D -m 0755 $SRC/monitd $PKG/etc/rc.d/monitd
install -D -m 0700 monitrc $PKG/etc/monitrc
}