summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Nishant Limbachia2010-05-11 02:46:44 +0200
committer Robby Workman2010-05-17 05:24:19 +0200
commit71837fc2c1f48e705a908713782ea2d4104411b8 (patch)
tree92f803480bbf993126ecc50003be43a11af78d33
parent14b94a167157617e106eb0ab613be161277ef525 (diff)
downloadslackbuilds-71837fc2c1f48e705a908713782ea2d4104411b8.tar.gz
network/dovecot-cmusieve: Updated for version 1.1.8.
-rw-r--r--network/dovecot-cmusieve/README2
-rw-r--r--network/dovecot-cmusieve/dovecot-cmusieve.SlackBuild21
-rw-r--r--network/dovecot-cmusieve/dovecot-cmusieve.info6
-rw-r--r--network/dovecot-cmusieve/slack-desc1
4 files changed, 12 insertions, 18 deletions
diff --git a/network/dovecot-cmusieve/README b/network/dovecot-cmusieve/README
index 86c5bb6330..fa5bd32a23 100644
--- a/network/dovecot-cmusieve/README
+++ b/network/dovecot-cmusieve/README
@@ -7,7 +7,7 @@ configuration help.
To use dovecot-cmusieve effectively, you will have to patch dovecot to
include managesieve support. Without managesieve, users would need have at
least FTP or SCP access to server to upload their sieve scripts and you would
-not have anyway to check for errors in sieve scripts. Managesieve provides
+not have any way to check for errors in sieve scripts. Managesieve provides
easy access and script checking support so it is highly desirable.
To create/manage sieve scripts for mail filtering, you can use kmail (which
diff --git a/network/dovecot-cmusieve/dovecot-cmusieve.SlackBuild b/network/dovecot-cmusieve/dovecot-cmusieve.SlackBuild
index 1b983a0972..f7cbacd063 100644
--- a/network/dovecot-cmusieve/dovecot-cmusieve.SlackBuild
+++ b/network/dovecot-cmusieve/dovecot-cmusieve.SlackBuild
@@ -3,15 +3,15 @@
# Slackware Package Build Script for dovecot-cmusieve
# Home Page: http://dovecot.org/
-# Copyright (c) 2007-2009, Nishant Limbachia, Hoffman Est, IL, USA (nishant@mnspace.net)
+# Copyright (c) 2007-2010, Nishant Limbachia, Hoffman Estates, IL, USA (nishant _AT_ mnspace _DOT_ net)
# All rights reserved.
-# Redistribution and use of this script, with or without modification, is
+# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
-#
-# 1. Redistributions of script must retain the above copyright notice,
+#
+# 1. Redistributions of script must retain the above copyright notice,
# this list of conditions and the following disclaimer.
-#
+#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
@@ -26,7 +26,7 @@
SRCNAM=dovecot-sieve
PRGNAM=dovecot-cmusieve
-VERSION=1.1.7
+VERSION=1.1.8
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -75,13 +75,8 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
-### strip binaries
-( cd $PKG
- find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \
- xargs strip --strip-unneeded 2> /dev/null || true
- find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \
- xargs strip --strip-unneeded 2> /dev/null
-)
+find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
+ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING* ChangeLog INSTALL NEWS README \
diff --git a/network/dovecot-cmusieve/dovecot-cmusieve.info b/network/dovecot-cmusieve/dovecot-cmusieve.info
index edba7e74eb..27603f387e 100644
--- a/network/dovecot-cmusieve/dovecot-cmusieve.info
+++ b/network/dovecot-cmusieve/dovecot-cmusieve.info
@@ -1,8 +1,8 @@
PRGNAM="dovecot-cmusieve"
-VERSION="1.1.7"
+VERSION="1.1.8"
HOMEPAGE="http://www.dovecot.org/"
-DOWNLOAD="http://dovecot.org/releases/sieve/dovecot-sieve-1.1.7.tar.gz"
-MD5SUM="f133f49a9876ddf7c9290f2c4d255b44"
+DOWNLOAD="http://www.dovecot.org/releases/sieve/dovecot-sieve-1.1.8.tar.gz"
+MD5SUM="d2faf55f59f4c6503c0c833445f2ff2f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Nishant Limbachia"
diff --git a/network/dovecot-cmusieve/slack-desc b/network/dovecot-cmusieve/slack-desc
index 6260fbebf6..d816b82c8d 100644
--- a/network/dovecot-cmusieve/slack-desc
+++ b/network/dovecot-cmusieve/slack-desc
@@ -17,4 +17,3 @@ dovecot-cmusieve:
dovecot-cmusieve: Please see the wiki page for more info:
dovecot-cmusieve: http://wiki.dovecot.org/LDA/Sieve
dovecot-cmusieve:
-dovecot-cmusieve: