summaryrefslogtreecommitdiffstats
path: root/network/exim/exim.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/exim/exim.SlackBuild')
-rw-r--r--network/exim/exim.SlackBuild12
1 files changed, 3 insertions, 9 deletions
diff --git a/network/exim/exim.SlackBuild b/network/exim/exim.SlackBuild
index c6296dfcd9..02c9647eea 100644
--- a/network/exim/exim.SlackBuild
+++ b/network/exim/exim.SlackBuild
@@ -1,5 +1,4 @@
#!/bin/sh
-# vim: ts=2 sts=2 sw=2 et
# Slackware build script for Exim
@@ -24,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=exim
-VERSION=${VERSION:-4.82.1}
+VERSION=${VERSION:-4.83}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -73,10 +72,7 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-
-# change version string from CVS identifier to official version
-test "$VERSION" = "4.82.1" && patch -p1 < $CWD/exim-4.82.1-version.patch || true
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# This is our custom config for an all-purpose Exim daemon.
# The SQL- and LDAP-lookups will not be built by default,
@@ -129,9 +125,7 @@ mkdir -p -m 0750 $PKG/var/spool/exim/{db,input,msglog}
chown -R exim.exim $PKG/var/{log,spool}/exim
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a \
- ABOUT ACKNOWLEDGMENTS CHANGES LICENCE NOTICE README* doc \
- $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a ABOUT ACKNOWLEDGMENTS CHANGES LICENCE NOTICE README* doc $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
# Don't use the default config - make it part of the documentation