summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2014-12-28 10:13:15 +0100
committer Willy Sudiarto Raharjo2014-12-28 10:14:10 +0100
commitacb98ca952feda71dd51cc33a33e1eba222ae9e9 (patch)
treed0545525c1c244b09e66dd82e0b70dcfc5fac747
parentc3d48cf5eff2e683dc4b6c0570c39eddd6fb0a9b (diff)
downloadslackbuilds-acb98ca952feda71dd51cc33a33e1eba222ae9e9.tar.gz
system/monit: Updated for version 5.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/monit/monit.SlackBuild23
-rw-r--r--system/monit/monit.info6
2 files changed, 12 insertions, 17 deletions
diff --git a/system/monit/monit.SlackBuild b/system/monit/monit.SlackBuild
index 796fc8725b..d691c9a4f8 100644
--- a/system/monit/monit.SlackBuild
+++ b/system/monit/monit.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=monit
-VERSION=${VERSION:-5.6}
+VERSION=${VERSION:-5.11}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -64,10 +64,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
@@ -86,19 +86,14 @@ mkdir -p $PKG/etc/rc.d
cat $CWD/rc.monit > $PKG/etc/rc.d/rc.monit.new
chmod 0755 $PKG/etc/rc.d/rc.monit.new
-find $PKG | xargs file | grep -e "executable" -e "shared object" \
- | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
+find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
+ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-if [ -d $PKG/usr/man ]; then
-( cd $PKG/usr/man
- find . -type f -exec gzip -9 {} \;
- for i in $(find . -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done
-)
-fi
+find $PKG/usr/man -type f -exec gzip -9 {} \;
+for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a COPYING CHANGES README doc/PLATFORMS \
- README* doc/* $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a COPYING CONTRIBUTORS README $PKG/usr/doc/$PRGNAM-$VERSION
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
diff --git a/system/monit/monit.info b/system/monit/monit.info
index 4c2a4b54fc..30865673af 100644
--- a/system/monit/monit.info
+++ b/system/monit/monit.info
@@ -1,8 +1,8 @@
PRGNAM="monit"
-VERSION="5.6"
+VERSION="5.11"
HOMEPAGE="http://mmonit.com/monit/"
-DOWNLOAD="http://mmonit.com/monit/dist/monit-5.6.tar.gz"
-MD5SUM="19dfc1ce8512e832134d06eedd96ba50"
+DOWNLOAD="http://mmonit.com/monit/dist/monit-5.11.tar.gz"
+MD5SUM="ff00f39d248ed7068932ed82211da9e6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""