diff options
author | Thomas Morper <thomas@beingboiled.info> | 2014-07-23 22:54:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-07-23 22:54:26 +0700 |
commit | bde4574756ca03e2e23c7f5b2a1f39d96bad3e78 (patch) | |
tree | fb27be778e5f4438e984fd4f4861a6f5c3c23248 /network/exim/exim.SlackBuild | |
parent | 48e4fad06ab7cfe8e2e1ee80d6b0ec1f677320b5 (diff) | |
download | slackbuilds-bde4574756ca03e2e23c7f5b2a1f39d96bad3e78.tar.gz |
network/exim: Updated for version 4.83.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/exim/exim.SlackBuild')
-rw-r--r-- | network/exim/exim.SlackBuild | 12 |
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 |