aboutsummaryrefslogtreecommitdiff
path: root/net/misc/monkeysphere/monkeysphere.SlackBuild
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2009-02-25 17:24:49 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2009-02-25 17:24:49 +0000
commit4761f747bfefb981e59657c4d3d91497f3e55e16 (patch)
tree2332ea5cfeedb671b2ec4710db1c9005f5f90475 /net/misc/monkeysphere/monkeysphere.SlackBuild
parentb6efc3603f3e0444e7077874c73aeaeb29acf0d9 (diff)
downloadslackbuilds-4761f747bfefb981e59657c4d3d91497f3e55e16.tar.gz
slackbuilds-4761f747bfefb981e59657c4d3d91497f3e55e16.tar.bz2
monkeysphere: upgrading to 0.23.1
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@2111 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'net/misc/monkeysphere/monkeysphere.SlackBuild')
-rw-r--r--net/misc/monkeysphere/monkeysphere.SlackBuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/net/misc/monkeysphere/monkeysphere.SlackBuild b/net/misc/monkeysphere/monkeysphere.SlackBuild
index f7a164b2..fde98b4a 100644
--- a/net/misc/monkeysphere/monkeysphere.SlackBuild
+++ b/net/misc/monkeysphere/monkeysphere.SlackBuild
@@ -16,7 +16,8 @@
#
# slackbuild for monkeysphere, by Silvio Rhatto
# requires:
-# tested: monkeysphere-0.22
+# tested: monkeysphere-0.23.1
+# model: generic.mkSlackBuild $Rev: 784 $
#
# Look for slackbuildrc
@@ -31,7 +32,7 @@ CWD="$(pwd)"
SRC_NAME="monkeysphere"
PKG_NAME="monkeysphere"
ARCH=${ARCH:=i486}
-SRC_VERSION=${VERSION:=0.22}
+SRC_VERSION=${VERSION:=0.23.1}
PKG_VERSION="$(echo "$SRC_VERSION" | tr '[[:blank:]-]' '_')"
BUILD=${BUILD:=1rha}
SRC_DIR=${SRC_DIR:=$CWD}/$PKG_NAME
@@ -205,7 +206,7 @@ monkeysphere:
EODESC
# Move config files to .new to avoid overwriting any system config
-for config_file in etc/monkeysphere/gnupg-host.conf etc/monkeysphere/gnupg-authentication.conf etc/monkeysphere/monkeysphere.conf etc/monkeysphere/monkeysphere-server.conf; do
+for config_file in etc/monkeysphere/gnupg-host.conf etc/monkeysphere/gnupg-authentication.conf etc/monkeysphere/monkeysphere.conf etc/monkeysphere/monkeysphere-server.conf etc/monkeysphere/monkeysphere-authentication.conf etc/monkeysphere/monkeysphere-host.conf; do
mv $PKG/$config_file $PKG/$config_file.new
done
@@ -249,7 +250,7 @@ mkuser() {
fi
}
-config etc/monkeysphere/gnupg-host.conf.new; config etc/monkeysphere/gnupg-authentication.conf.new; config etc/monkeysphere/monkeysphere.conf.new; config etc/monkeysphere/monkeysphere-server.conf.new
+config etc/monkeysphere/gnupg-host.conf.new; config etc/monkeysphere/gnupg-authentication.conf.new; config etc/monkeysphere/monkeysphere.conf.new; config etc/monkeysphere/monkeysphere-server.conf.new ; config etc/monkeysphere/monkeysphere-authentication.conf.new ; config etc/monkeysphere/monkeysphere-host.conf.new
EOSCRIPT
# Build the package