summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author digwtx2018-04-15 12:29:18 +0200
committer Willy Sudiarto Raharjo2018-04-21 02:42:57 +0200
commit1ee4dc723971575ca2765f6aae66782d15ea48c0 (patch)
treeb0445d26b6f63a01cc50c44b38268708bf38209d
parent16cd834af429c85207b79ccc6c3c6766505e9877 (diff)
downloadslackbuilds-1ee4dc723971575ca2765f6aae66782d15ea48c0.tar.gz
system/supervisor: Updated for version 3.3.4.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--system/supervisor/rc.supervisord3
-rw-r--r--system/supervisor/supervisor.SlackBuild7
-rw-r--r--system/supervisor/supervisor.info8
3 files changed, 8 insertions, 10 deletions
diff --git a/system/supervisor/rc.supervisord b/system/supervisor/rc.supervisord
index 1fb7a4d5fe..0bff1cca27 100644
--- a/system/supervisor/rc.supervisord
+++ b/system/supervisor/rc.supervisord
@@ -4,7 +4,6 @@
# AUTHOR: Josh Jaques <jjaques@gmail.com>
#
# Start/stop/restart supervisor in slackware.
-# Specfically tested in v13.37
#
# To make Supervisor start automatically at boot, make this
# file executable: chmod 755 /etc/rc.d/rc.supervisord
@@ -84,7 +83,7 @@ case "$1" in
sleep $SHUTDOWN_TIME
supervisord_status && {
echo "Failed"
- exit 1
+ exit 1
} || {
echo "Success"
}
diff --git a/system/supervisor/supervisor.SlackBuild b/system/supervisor/supervisor.SlackBuild
index b8a686b88b..61882499cd 100644
--- a/system/supervisor/supervisor.SlackBuild
+++ b/system/supervisor/supervisor.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright 2014 digwtx <wtx358@qq.com>
+# Copyright 2014-2018 digwtx <wtx358@qq.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -21,7 +21,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=supervisor
-VERSION=${VERSION:-3.1.1}
+VERSION=${VERSION:-3.3.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -29,7 +29,7 @@ SRCNAM=supervisor
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -76,4 +76,3 @@ cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
-
diff --git a/system/supervisor/supervisor.info b/system/supervisor/supervisor.info
index e968a33fc4..d6766ef052 100644
--- a/system/supervisor/supervisor.info
+++ b/system/supervisor/supervisor.info
@@ -1,10 +1,10 @@
PRGNAM="supervisor"
-VERSION="3.1.1"
+VERSION="3.3.4"
HOMEPAGE="http://supervisord.org/"
-DOWNLOAD="https://pypi.python.org/packages/source/s/supervisor/supervisor-3.1.1.tar.gz"
-MD5SUM="8c9714feaa63902f03871317e3ebf62e"
+DOWNLOAD="https://pypi.python.org/packages/44/60/698e54b4a4a9b956b2d709b4b7b676119c833d811d53ee2500f1b5e96dc3/supervisor-3.3.4.tar.gz"
+MD5SUM="f1814d71d820ddfa8c86d46a72314cec"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES=""
+REQUIRES="python-meld3"
MAINTAINER="digwtx"
EMAIL="wtx358@qq.com"