From 71837fc2c1f48e705a908713782ea2d4104411b8 Mon Sep 17 00:00:00 2001 From: Nishant Limbachia Date: Mon, 10 May 2010 19:46:44 -0500 Subject: network/dovecot-cmusieve: Updated for version 1.1.8. --- network/dovecot-cmusieve/README | 2 +- .../dovecot-cmusieve/dovecot-cmusieve.SlackBuild | 21 ++++++++------------- network/dovecot-cmusieve/dovecot-cmusieve.info | 6 +++--- network/dovecot-cmusieve/slack-desc | 1 - 4 files changed, 12 insertions(+), 18 deletions(-) (limited to 'network/dovecot-cmusieve') diff --git a/network/dovecot-cmusieve/README b/network/dovecot-cmusieve/README index 86c5bb6330ce..fa5bd32a234f 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 1b983a0972d1..f7cbacd06377 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 edba7e74ebf5..27603f387e67 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 6260fbebf672..d816b82c8d26 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: -- cgit v1.2.3