aboutsummaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
authorNishant Limbachia <nishant@mnspace.net>2010-05-10 19:46:44 -0500
committerRobby Workman <rworkman@slackbuilds.org>2010-05-16 22:24:19 -0500
commit71837fc2c1f48e705a908713782ea2d4104411b8 (patch)
tree92f803480bbf993126ecc50003be43a11af78d33 /network
parent14b94a167157617e106eb0ab613be161277ef525 (diff)
network/dovecot-cmusieve: Updated for version 1.1.8.
Diffstat (limited to 'network')
-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 86c5bb6330ced..fa5bd32a234fe 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 1b983a0972d1f..f7cbacd063778 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 edba7e74ebf53..27603f387e672 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 6260fbebf6727..d816b82c8d261 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: