network/spamassassin: Updated for version 3.4.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
LukenShiro 2015-11-09 18:06:12 +07:00 committed by Willy Sudiarto Raharjo
parent bd576850f2
commit 0abe1ca666
2 changed files with 7 additions and 13 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for spamassassin
# Copyright 2008-2014 LukenShiro, Italy
# Copyright 2008-2015 LukenShiro, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -26,8 +26,8 @@
# spamassassin database, and most of spamassassin dependencies' scripts.
PRGNAM=spamassassin
VERSION=${VERSION:-3.4.0}
BUILD=${BUILD:-2}
VERSION=${VERSION:-3.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -70,13 +70,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# patch for bug in DnsResolver.pm (thanks to Edgars for pointing it out)
# https://issues.apache.org/SpamAssassin/show_bug.cgi?id=7057
cd lib
patch -p0 < $CWD/patch-dnsresolver_3.4.0.diff
cd ..
echo "y" | perl Makefile.PL \
perl Makefile.PL \
PREFIX=/usr \
INSTALLDIRS=vendor \
INSTALLVENDORMAN1DIR=/usr/man/man1 \

View file

@ -1,8 +1,8 @@
PRGNAM="spamassassin"
VERSION="3.4.0"
VERSION="3.4.1"
HOMEPAGE="http://spamassassin.apache.org/"
DOWNLOAD="http://www.eu.apache.org/dist/spamassassin/source/Mail-SpamAssassin-3.4.0.tar.bz2"
MD5SUM="46e99adc0affebbe5f3524b4834e0345"
DOWNLOAD="http://www.eu.apache.org/dist/spamassassin/source/Mail-SpamAssassin-3.4.1.tar.bz2"
MD5SUM="0db5d27d7b782ff5eadee12b95eae84c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libwww-perl perl-Crypt-OpenSSL-Bignum perl-Encode-Detect perl-IO-Socket-INET6 perl-IO-Socket-SSL perl-IP-Country perl-Image-Info perl-Mail-DKIM perl-Mail-SPF perl-Net-Ident perl-Net-Server pyzor re2c"